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
The CVE Binary Tool as a --skips flag that allows you to specify a list of checkers to skip. It currently has no test.
Ideally, you should have it scan a file that should have a cve (maybe use one of the short tests in test_scanner.py) and show that it finds something when the flag is not used, and finds nothing when the relevant checker is skipped.
But honestly, just a test to make sure the flag outputs something meaningful and doesn't fail when used would probably be a good start here. You can see some similar tests in test_cli.py.
The text was updated successfully, but these errors were encountered:
The CVE Binary Tool as a --skips flag that allows you to specify a list of checkers to skip. It currently has no test.
Ideally, you should have it scan a file that should have a cve (maybe use one of the short tests in test_scanner.py) and show that it finds something when the flag is not used, and finds nothing when the relevant checker is skipped.
But honestly, just a test to make sure the flag outputs something meaningful and doesn't fail when used would probably be a good start here. You can see some similar tests in test_cli.py.
The text was updated successfully, but these errors were encountered: