-
Notifications
You must be signed in to change notification settings - Fork 375
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
Fix handling of non integer response status code in AppSec #4175
Conversation
Datadog ReportBranch report: ✅ 0 Failed, 22054 Passed, 1459 Skipped, 5m 54.09s Total Time |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4175 +/- ##
=======================================
Coverage 97.75% 97.76%
=======================================
Files 1351 1351
Lines 81732 81733 +1
Branches 4146 4147 +1
=======================================
+ Hits 79899 79908 +9
+ Misses 1833 1825 -8 ☔ View full report in Codecov by Sentry. |
BenchmarksBenchmark execution time: 2024-11-29 10:08:09 Comparing candidate commit 2c7b524 in PR branch Found 1 performance improvements and 1 performance regressions! Performance is the same for 29 metrics, 2 unstable metrics. scenario:profiler - sample timeline=false
scenario:profiler - stack collector
|
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.
Looks good. Would like to suggest few changes
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.
Sweeet 🍬
Custom actions for AppSec can have status codes that are strings and not integers. We need to handle them properly.
01b06ef
to
b95a011
Compare
Fix handling of non integer response status code in AppSec
Custom actions for AppSec can have status codes that are strings and not integers. We need to handle them properly.
What does this PR do?
This PR adds conversion of response status code for AppSec actions.
Motivation:
Failing system tests:
DataDog/system-tests#3586
Change log entry
None
Additional Notes:
None
How to test the change?
CI is enough