-
Notifications
You must be signed in to change notification settings - Fork 32
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
Additional Vulnerability Detection E2E tests #5287
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GJ!
We should check the docstrings of the functions, many do not have them and others do not follow the same format among themselves.
In addition, we should also check the logging level, since it can be confusing that info or debug logs are critical or error.
tests/end_to_end/test_vulnerability_detector/test_vulnerability_detector.py
Outdated
Show resolved
Hide resolved
tests/end_to_end/test_vulnerability_detector/test_vulnerability_detector.py
Outdated
Show resolved
Hide resolved
tests/end_to_end/test_vulnerability_detector/test_vulnerability_detector.py
Outdated
Show resolved
Hide resolved
tests/end_to_end/test_vulnerability_detector/test_vulnerability_detector.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Julia Magan <juliamgnr@gmail.com>
Co-authored-by: Julia Magan <juliamgnr@gmail.com>
Co-authored-by: Julia Magan <juliamgnr@gmail.com>
Co-authored-by: Julia Magan <juliamgnr@gmail.com>
Co-authored-by: Julia Magan <juliamgnr@gmail.com>
Co-authored-by: Julia Magan <juliamgnr@gmail.com>
Co-authored-by: Julia Magan <juliamgnr@gmail.com>
Co-authored-by: Julia Magan <juliamgnr@gmail.com>
Co-authored-by: Julia Magan <juliamgnr@gmail.com>
Co-authored-by: Julia Magan <juliamgnr@gmail.com>
Co-authored-by: Julia Magan <juliamgnr@gmail.com>
Co-authored-by: Julia Magan <juliamgnr@gmail.com>
Co-authored-by: Julia Magan <juliamgnr@gmail.com>
Co-authored-by: Julia Magan <juliamgnr@gmail.com>
Applied requested changes. Currently testing in real environment |
windows: | ||
amd64: node-v19.5.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Although there is a commit that changes the package, it still shows 19.5.0
Co-authored-by: Julia Magan <juliamgnr@gmail.com>
Description
This PR includes additional Vulnerability Detection tests along with a Vulnerability Detector E2E refactor to improve report reliability and readability
Testing performed
Report