You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, tree-sitter statements are hardcoded in the scrings lib
See here for python
It could be very useful to be able to set it manually, by adding or removing some statements depending on the current analysis.
Indeed, during a scan, it can happen that a statement is very noisy, or on the contrary that the output is not noisy enough.
On the cli, it could be two flags like --exclude-statement and --include-statement:
Currently, tree-sitter statements are hardcoded in the scrings lib
See here for python
It could be very useful to be able to set it manually, by adding or removing some statements depending on the current analysis.
Indeed, during a scan, it can happen that a statement is very noisy, or on the contrary that the output is not noisy enough.
On the cli, it could be two flags like
--exclude-statement
and--include-statement
:The text was updated successfully, but these errors were encountered: