-
Notifications
You must be signed in to change notification settings - Fork 191
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
Add CVE-2022-26148 Detector Plugin #581
base: master
Are you sure you want to change the base?
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.
Hello @just-hms, thank you for your contribution!
Overall, the plugin is well designed as works as intended. I added some suggestions to clean up the description and some improvements on the supplied unit tests.
Let me know if you have any questions.
doyensec/detectors/grafana_zabbix_credential_disclosure/README.md
Outdated
Show resolved
Hide resolved
.../detectors/cve/cve202226148/CredentialsDisclosureInGrafanaZabbixIntegrationDetectorTest.java
Show resolved
Hide resolved
doyensec/detectors/grafana_zabbix_credential_disclosure/README.md
Outdated
Show resolved
Hide resolved
doyensec/detectors/grafana_zabbix_credential_disclosure/README.md
Outdated
Show resolved
Hide resolved
doyensec/detectors/grafana_zabbix_credential_disclosure/README.md
Outdated
Show resolved
Hide resolved
Hi @v1ktor0t , thanks for your suggestions, I’ve updated the README as recommended and left a comment on the unit test #581 (comment) , let me know your thoughts. |
add: check the number of executed requests
Hello,
This PR contains the implementation for the CVE-2022-26148 detector.
Below it is possible to find the necessary information for review:
Thank you.