-
Notifications
You must be signed in to change notification settings - Fork 162
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
Provide path params to appsec #2395
Conversation
d66167b
to
191cf92
Compare
78603d4
to
dbb9ebd
Compare
c084565
to
cd8c66e
Compare
cd8c66e
to
8af66e2
Compare
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.
LGTM 😃 I would rebase onto master/merge master, though, before merging into master, considering the Debug Logs PR was merged and could spot errors, if any :)
3a1d871
to
f2f61ff
Compare
BenchmarksBenchmark execution time: 2024-03-28 10:19:27 Comparing candidate commit 6c0628b in PR branch Found 3 performance improvements and 3 performance regressions! Performance is the same for 176 metrics, 0 unstable metrics. scenario:ContextPropagationBench/benchExtractHeaders64Bit-opcache
scenario:ContextPropagationBench/benchExtractTraceContext128Bit-opcache
scenario:ContextPropagationBench/benchExtractTraceContext64Bit-opcache
scenario:LogsInjectionBench/benchLogsInfoBaseline-opcache
scenario:PDOBench/benchPDOOverheadWithDBM-opcache
scenario:TraceSerializationBench/benchSerializeTrace
|
f2f61ff
to
3b7fc5c
Compare
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.
Just did a quick pass over the extension code and left a few comments.
On the other hand, note that request_init
already sends an inferred path_params
. Do you have any thoughts on how we could avoid sending those unnecessary path_params
?
There should also be appsec integration tests . |
8f56c6d
to
ae18b39
Compare
Right now there is nothing implemented that makes this easy. The options are:
|
|
ddaf9e6
to
305bd51
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #2395 +/- ##
============================================
- Coverage 76.90% 75.78% -1.12%
- Complexity 2564 2577 +13
============================================
Files 215 241 +26
Lines 23095 27112 +4017
Branches 0 985 +985
============================================
+ Hits 17761 20548 +2787
- Misses 5334 6039 +705
- Partials 0 525 +525
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 26 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
85a35c3
to
c421615
Compare
Description
Add path params to Laravel and Symfony
Readiness checklist
Reviewer checklist
APPSEC-14738