|
|
|
|
|
by underyx
1337 days ago
|
|
Heya, Semgrep maintainer here. Just wanted to ask you about an idea I had before, how would you feel about specifying the language parameter in the binary name, making the invocation look like this? semgrep.py search 'myfunc(..., needle_arg=..., ...)'
And then the other subcommands would remain semgrep scan --config auto
to scan with all recommended rules and semgrep ci
to scan in CI jobs. |
|
Edit: thanks for maintaining semgrep, started using it heavily in day job and the team started writing Frontends for it.