Closed Mariovido closed 1 month ago
Baseline | Candidate | |
---|---|---|
baseline_or_candidate | baseline | candidate |
git_branch | master | mario.vidal/increase_string_taint |
git_commit_date | 1727079626 | 1727081355 |
git_commit_sha | 5ca0c5bab6 | d1f0038212 |
release_version | 1.40.0-SNAPSHOT~5ca0c5bab6 | 1.40.0-SNAPSHOT~d1f0038212 |
Found 0 performance improvements and 0 performance regressions! Performance is the same for 49 metrics, 14 unstable metrics.
Baseline | Candidate | |
---|---|---|
baseline_or_candidate | baseline | candidate |
end_time | 2024-09-23T09:00:38 | 2024-09-23T09:07:27 |
git_branch | master | mario.vidal/increase_string_taint |
git_commit_date | 1727079626 | 1727081355 |
git_commit_sha | 5ca0c5bab6 | d1f0038212 |
release_version | 1.40.0-SNAPSHOT~5ca0c5bab6 | 1.40.0-SNAPSHOT~d1f0038212 |
start_time | 2024-09-23T09:00:24 | 2024-09-23T09:07:14 |
Found 0 performance improvements and 0 performance regressions! Performance is the same for 10 metrics, 18 unstable metrics.
Baseline | Candidate | |
---|---|---|
baseline_or_candidate | baseline | candidate |
git_branch | master | mario.vidal/increase_string_taint |
git_commit_date | 1727079626 | 1727081355 |
git_commit_sha | 5ca0c5bab6 | d1f0038212 |
release_version | 1.40.0-SNAPSHOT~5ca0c5bab6 | 1.40.0-SNAPSHOT~d1f0038212 |
Found 0 performance improvements and 0 performance regressions! Performance is the same for 11 metrics, 1 unstable metrics.
What Does This Do
This adds the instrumentation to propagate the taint values through the methods of
String
calledstrip
,stripLeading
andstripTrailing
. This method are only available from version 11 of Java.Motivation
Increase propagation of String methods
Additional Notes
Contributor Checklist
type:
and (comp:
orinst:
) labels in addition to any usefull labelsclose
,fix
or any linking keywords when referencing an issue.Use
solves
instead, and assign the PR milestone to the issueJira ticket: APPSEC-5757