Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix filename check in Python #396

Merged
merged 61 commits into from
Feb 26, 2020
Merged

Fix filename check in Python #396

merged 61 commits into from
Feb 26, 2020

Conversation

SinghHrmn
Copy link
Contributor

Fixes #383

terriko and others added 22 commits February 21, 2020 17:00
* Grouped a few like arguments
* Specified relevant defaults
* Improved formatting in checker display
* Note that test_extract is not run due to it going into a loop and killing the CI
* test_cli, test_scanner, and test_strings have failing tests but have been enabled with "continue-on-error" so that they don't block CI while I work on fixing them
Signed-off-by: John Andersen <john.s.andersen@intel.com>
added modifications for empty versions

black formatted cli kerberos

regex_find now return UNKNOWN

Updated cli.py -- added waring for UNKNOWN

removed bluez.py from PR

removed gnutls from PR

black formatted bluez

updated cli.py,warning and error in if, elif,else
Added Bluez Binary tests (#339)
Fixes #342

Updated regex_find in utils.py and all the checkers using it (#331)

* Updated regex_find to return UNKNOWN
* modified cli.py to handle UNKNOWN results appropriately by not calling get_cves on an unknown, and instead printing a warning to the user.
* fixed icu.py, kerberos.py and libjpeg.py to also return unknown (since they weren't returning regex_find results directly)
* Sort lines in systemd to improve matching, add additional systemd test using ubuntu package
* Add systemd 242, 243 tests and new signatures
* Additional systemd signatures
@SinghHrmn
Copy link
Contributor Author

@terriko Long Tests are not working properly.

cve_bin_tool/checkers/python.py Outdated Show resolved Hide resolved
@terriko terriko mentioned this pull request Feb 25, 2020
@terriko terriko merged commit d078b3d into intel:master Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

remove [::-1] and fix filename detection in python checker
8 participants