-
Notifications
You must be signed in to change notification settings - Fork 477
chore(iast): avoid exception when no relevant frame is found #13346
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
Conversation
|
|
cecb33e to
2e501b2
Compare
Bootstrap import analysisComparison of import times between this PR and base. SummaryThe average import time from this PR is: 234 ± 5 ms. The average import time from base is: 236 ± 4 ms. The import time difference between this PR and base is: -1.6 ± 0.2 ms. Import time breakdownThe following import paths have shrunk:
|
BenchmarksBenchmark execution time: 2025-05-07 13:12:03 Comparing candidate commit 2e501b2 in PR branch Found 0 performance improvements and 4 performance regressions! Performance is the same for 509 metrics, 7 unstable metrics. scenario:iast_aspects-lstrip_aspect
scenario:iast_aspects-replace_aspect
scenario:iast_aspects-rstrip_aspect
scenario:telemetryaddmetric-1-distribution-metric-1-times
|
|
The backport to To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-2.21 2.21
# Navigate to the new working tree
cd .worktrees/backport-2.21
# Create a new branch
git switch --create backport-13346-to-2.21
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 2e2cb67d5483406d201263865ec042c3d45da9fe
# Push it to GitHub
git push --set-upstream origin backport-13346-to-2.21
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.21Then, create a pull request where the |
Follow up to #13272:
Noneobjects instead. This was a regression in fix(iast): avoid excessive filtering of stacktrace locations #13272.Checklist
Reviewer Checklist