-
Notifications
You must be signed in to change notification settings - Fork 180
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
Zenml weak credentials #491
Zenml weak credentials #491
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 @secureness.
Thank you for your contribution. There are several issues to address. You can find all of them in the comments.
Feel free to reach out.
~ Leonardo (Doyensec)
...detectors/credentials/genericweakcredentialdetector/testers/zenml/ZenMlCredentialTester.java
Outdated
Show resolved
Hide resolved
...detectors/credentials/genericweakcredentialdetector/testers/zenml/ZenMlCredentialTester.java
Outdated
Show resolved
Hide resolved
...detectors/credentials/genericweakcredentialdetector/testers/zenml/ZenMlCredentialTester.java
Outdated
Show resolved
Hide resolved
...detectors/credentials/genericweakcredentialdetector/testers/zenml/ZenMlCredentialTester.java
Show resolved
Hide resolved
...detectors/credentials/genericweakcredentialdetector/testers/zenml/ZenMlCredentialTester.java
Outdated
Show resolved
Hide resolved
...tectors/credentials/genericweakcredentialdetector/data/service_default_credentials.textproto
Show resolved
Hide resolved
...ctors/credentials/genericweakcredentialdetector/testers/zenml/ZenMlCredentialTesterTest.java
Outdated
Show resolved
Hide resolved
...ctors/credentials/genericweakcredentialdetector/testers/zenml/ZenMlCredentialTesterTest.java
Outdated
Show resolved
Hide resolved
...ctors/credentials/genericweakcredentialdetector/testers/zenml/ZenMlCredentialTesterTest.java
Outdated
Show resolved
Hide resolved
...web/src/main/java/com/google/tsunami/plugins/fingerprinters/web/WebServiceFingerprinter.java
Outdated
Show resolved
Hide resolved
LGTM - Approved Reviewer: Leonardo, Doyensec |
} | ||
|
||
private boolean isZenMlAccessible(NetworkService networkService, TestCredential credential) { | ||
logger.atWarning().log( |
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.
We have test breaking on our side:
error: [FloggerLogString] Arguments to log(String) must be compile-time constants or parameters annotated with @CompileTimeConstant. If possible, use Flogger's formatting log methods instead.
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.
hmm, it is weird, I think it is not good to log every single username and password and fill the stdout, I should've removed this logger, it was for debugging purposes.
@tooryx this PR is merged for one month! but I haven't received any further updates about this PR. |
Hey @secureness, I will check with the rest of the team. |
PRP: #444
testbeds: google/security-testbeds#57