-
Notifications
You must be signed in to change notification settings - Fork 292
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
Unvalidated redirect vulnerability detection in Vert.x 4 #5381
Merged
jandro996
merged 1 commit into
master
from
alejandro.gonzalez/unvalidated_redirect_vertx_40
Jun 20, 2023
Merged
Unvalidated redirect vulnerability detection in Vert.x 4 #5381
jandro996
merged 1 commit into
master
from
alejandro.gonzalez/unvalidated_redirect_vertx_40
Jun 20, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jandro996
added
tag: do not merge
Do not merge changes
tag: no release notes
Changes to exclude from release notes
comp: asm iast
Application Security Management (IAST)
labels
Jun 14, 2023
BenchmarksParameters
See matching parameters
SummaryFound 0 performance improvements and 0 performance regressions! Performance is the same for 22 cases. |
jandro996
force-pushed
the
alejandro.gonzalez/unvalidated_redirect_vertx_from_master
branch
from
June 14, 2023 08:41
652be5d
to
259ff74
Compare
DDJavierSantos
approved these changes
Jun 14, 2023
jandro996
force-pushed
the
alejandro.gonzalez/unvalidated_redirect_vertx_from_master
branch
3 times, most recently
from
June 15, 2023 12:29
bc23838
to
a7ba23f
Compare
jandro996
force-pushed
the
alejandro.gonzalez/unvalidated_redirect_vertx_40
branch
2 times, most recently
from
June 15, 2023 12:44
b24d234
to
98fce2d
Compare
Base automatically changed from
alejandro.gonzalez/unvalidated_redirect_vertx_from_master
to
master
June 15, 2023 15:55
jandro996
force-pushed
the
alejandro.gonzalez/unvalidated_redirect_vertx_40
branch
from
June 15, 2023 16:26
24db773
to
af9b603
Compare
...ain/java/datadog/trace/instrumentation/vertx_4_0/core/HttpServerResponseInstrumentation.java
Show resolved
Hide resolved
...ain/java/datadog/trace/instrumentation/vertx_4_0/core/HttpServerResponseInstrumentation.java
Show resolved
Hide resolved
dd-smoke-tests/vertx-4.0/src/test/groovy/IastVertxSmokeTest.groovy
Outdated
Show resolved
Hide resolved
smola
changed the title
Add vertx4 instrumentation
Support header vulnerability detection in Vert.x 4
Jun 16, 2023
jandro996
commented
Jun 16, 2023
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.
@manuel-alvarez-alvarez what do you think about keep this functionality? I'm not sure if it will be useful in the future
jandro996
changed the title
Support header vulnerability detection in Vert.x 4
Unvalidated redirect vulnerability detection in Vert.x 4
Jun 16, 2023
...ain/java/datadog/trace/instrumentation/vertx_4_0/core/HttpServerResponseInstrumentation.java
Outdated
Show resolved
Hide resolved
manuel-alvarez-alvarez
approved these changes
Jun 16, 2023
jandro996
force-pushed
the
alejandro.gonzalez/unvalidated_redirect_vertx_40
branch
from
June 19, 2023 09:33
52bbe0a
to
9f73fce
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What Does This Do
Motivation
Additional Notes