feat(checker): Detect Python 3.12.x#4860
Conversation
terriko
left a comment
There was a problem hiding this comment.
Looks like black has a formatting nit for you. You likely need to run black test/test_data/python.py and then check in and push the updated file to this PR.
Linter docs are here in case you haven't done this before: https://github.com/intel/cve-bin-tool/blob/main/CONTRIBUTING.md#running-linters
4c6fdab to
4892497
Compare
Oops, apologies for missing that. Format is now fixed. |
terriko
left a comment
There was a problem hiding this comment.
Okay, let's get this merged. I'm a little concerned we'll see false positives from it eventually if more people scan stuff with windows paths in it, but we'll deal with that if it happens later.
Thank you!
Add checker detection of Python 3.12.x.