-
Notifications
You must be signed in to change notification settings - Fork 317
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
Exploit prevention monitoring ssrf #4361
Conversation
Overall package sizeSelf size: 6.6 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
BenchmarksBenchmark execution time: 2024-06-04 06:35:43 Comparing candidate commit b7f9bfe in PR branch Found 1 performance improvements and 0 performance regressions! Performance is the same for 259 metrics, 6 unstable metrics. scenario:plugin-graphql-with-depth-and-collapse-on-18
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4361 +/- ##
==========================================
+ Coverage 63.77% 69.19% +5.41%
==========================================
Files 246 1 -245
Lines 10546 198 -10348
Branches 33 33
==========================================
- Hits 6726 137 -6589
+ Misses 3820 61 -3759 ☔ View full report in Codecov by Sentry. |
…new address as `HTTP_OUTGOING_URL`
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.
OK, couple of questions, but otherwise LGTM, i'll approve once we resolve the threads. Also love the assert
uses instead of expect
<3
--------- Co-authored-by: Carles Capell <[email protected]>
--------- Co-authored-by: Carles Capell <[email protected]>
--------- Co-authored-by: Carles Capell <[email protected]>
--------- Co-authored-by: Carles Capell <[email protected]>
What does this PR do?
First step of exploit prevention feature. Call to the waf to detect threats in ssrf sink point.
Motivation
Start rasp implementation with small and reviewable Pull requests
Plugin Checklist
Additional Notes
APPSEC-47583