Avoid Max call stack size exceeded on vulnerability format#4068
Merged
CarlesDD merged 2 commits intoFeb 15, 2024
Merged
Conversation
Contributor
Overall package sizeSelf size: 6.04 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4068 +/- ##
=======================================
Coverage 85.34% 85.35%
=======================================
Files 243 243
Lines 10576 10574 -2
Branches 33 33
=======================================
- Hits 9026 9025 -1
+ Misses 1550 1549 -1 ☔ View full report in Codecov by Sentry. |
BenchmarksBenchmark execution time: 2024-02-15 16:40:20 Comparing candidate commit 1d9960a in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 256 metrics, 10 unstable metrics. |
CarlesDD
marked this pull request as ready for review
February 15, 2024 14:37
simon-id
reviewed
Feb 15, 2024
simon-id
previously approved these changes
Feb 15, 2024
iunanua
previously approved these changes
Feb 15, 2024
uurien
reviewed
Feb 15, 2024
…ls.spec.js Co-authored-by: Ugaitz Urien <[email protected]>
uurien
approved these changes
Feb 15, 2024
CarlesDD
deleted the
ccapell/fix-max-call-stacktrace-size-exceeded-vuln-format
branch
February 15, 2024 18:28
CarlesDD
added a commit
that referenced
this pull request
Feb 19, 2024
* Avoid Max call stack size exceeded on vulnerability format * Update packages/dd-trace/test/appsec/iast/vulnerability-formatter/utils.spec.js Co-authored-by: Ugaitz Urien <[email protected]> --------- Co-authored-by: Ugaitz Urien <[email protected]>
Merged
CarlesDD
added a commit
that referenced
this pull request
Feb 20, 2024
* Avoid Max call stack size exceeded on vulnerability format * Update packages/dd-trace/test/appsec/iast/vulnerability-formatter/utils.spec.js Co-authored-by: Ugaitz Urien <[email protected]> --------- Co-authored-by: Ugaitz Urien <[email protected]>
Merged
CarlesDD
added a commit
that referenced
this pull request
Feb 20, 2024
* Avoid Max call stack size exceeded on vulnerability format * Update packages/dd-trace/test/appsec/iast/vulnerability-formatter/utils.spec.js Co-authored-by: Ugaitz Urien <[email protected]> --------- Co-authored-by: Ugaitz Urien <[email protected]>
Merged
CarlesDD
added a commit
that referenced
this pull request
Feb 22, 2024
* Avoid Max call stack size exceeded on vulnerability format * Update packages/dd-trace/test/appsec/iast/vulnerability-formatter/utils.spec.js Co-authored-by: Ugaitz Urien <[email protected]> --------- Co-authored-by: Ugaitz Urien <[email protected]>
CarlesDD
added a commit
that referenced
this pull request
Feb 22, 2024
* Avoid Max call stack size exceeded on vulnerability format * Update packages/dd-trace/test/appsec/iast/vulnerability-formatter/utils.spec.js Co-authored-by: Ugaitz Urien <[email protected]> --------- Co-authored-by: Ugaitz Urien <[email protected]>
CarlesDD
added a commit
that referenced
this pull request
Feb 22, 2024
* Avoid Max call stack size exceeded on vulnerability format * Update packages/dd-trace/test/appsec/iast/vulnerability-formatter/utils.spec.js Co-authored-by: Ugaitz Urien <[email protected]> --------- Co-authored-by: Ugaitz Urien <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Avoid
RangeError: Maximum call stack size exceededwhen formatting vulnerabilityMotivation
Do not crash customer application.
Plugin Checklist
Additional Notes
Security
Datadog employees:
@DataDog/security-design-and-guidance.Unsure? Have a question? Request a review!
APPSEC-51769