-
Notifications
You must be signed in to change notification settings - Fork 6
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
Validate redirection location and restrict status codes #310
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #310 +/- ##
=======================================
Coverage 83.61% 83.61%
=======================================
Files 137 137
Lines 6047 6054 +7
Branches 2854 2859 +5
=======================================
+ Hits 5056 5062 +6
+ Misses 370 369 -1
- Partials 621 623 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
BenchmarksBenchmark execution time: 2024-06-22 00:22:04 Comparing candidate commit 589548c in PR branch Found 5 performance improvements and 1 performance regressions! Performance is the same for 13 metrics, 0 unstable metrics. scenario:bool_equals_matcher.random
scenario:float_equals_matcher.random
scenario:phrase_match_matcher.enforce_word_boundary.random
scenario:phrase_match_matcher.random
scenario:signed_equals_matcher.random
scenario:unsigned_equals_matcher.random
|
Extra validations for redirect actions:
location
must now:http
orhttps
/
The URI parser has been updated to support:
Related Jira: APPSEC-53568