[APPSEC-62723] Add normalized route#5834
Conversation
🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: f3e1615 | Docs | Datadog PR Page | Give us feedback! |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a7643e6b62
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
BenchmarksBenchmark execution time: 2026-06-26 15:25:46 Comparing candidate commit f3e1615 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 48 metrics, 1 unstable metrics.
|
08d2b25 to
e3af926
Compare
Typing analysisNote: Ignored files are excluded from the next sections. Untyped methodsThis PR introduces 1 untyped method and 5 partially typed methods. It increases the percentage of typed methods from 65.54% to 65.81% (+0.27%). Untyped methods (+1-0)❌ Introduced:Partially typed methods (+5-0)❌ Introduced:Untyped other declarationsThis PR introduces 1 untyped other declaration and 1 partially typed other declaration. It increases the percentage of typed other declarations from 82.71% to 83.0% (+0.29%). Untyped other declarations (+1-0)❌ Introduced:Partially typed other declarations (+1-0)❌ Introduced:If you believe a method or an attribute is rightfully untyped or partially typed, you can add |
e3af926 to
adfad1e
Compare
adfad1e to
19cfb55
Compare
What does this PR do?
Utilize pre-saved routing spec in request environment to compute OpenAPI v3 compatible normalized route from the route pattern.
Motivation:
RFC-1103: API Security - Normalized HTTP Route
Change log entry
Yes. Add normalized route for API Security Testing purposes.
Additional Notes:
TBD
How to test the change?
CI + ST (enforce ST at some point + give link)