ex0dus-0x / ex0dus-0x/fuzzable
Allow user to ignore symbols/files
Open
enhancement
good first issue
- Dominant language
- Python
- Stars
- 549
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
Description
Three more flags for `fuzzable analyze`:
* `--ignore_symbol` - skip analysis on symbols
* `--ignore_file` - for source analysis only, skip file from being parsed with
* `--ignore_dir` - for source anlaysis only, skip entire folder of files from being parsed
Be sure to allow user to specify multiple symbols/paths (comma separated).
Maybe it might be even better to allow users to specify regex queries as well?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.