Skip to content

Commit

Permalink
Update doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaMaul committed Dec 18, 2024
1 parent 49710e4 commit a01c6ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/src/docs/security/Recursion/Recursion.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ For each new token \`0x2\`, the parser will create a new recursive call. If this


## References
* Trail Of Bits Blog: [Low-effort denial of service with recursion](https://blog.trailofbits.com/2024/05/16/TODO/)
* Trail Of Bits white paper: [Input-Driven Recursion](https://resources.trailofbits.com/input-driven-recursion-white-paper)
* CWE-674: [Uncontrolled Recursion](https://cwe.mitre.org/data/definitions/674.html)
2 changes: 1 addition & 1 deletion java/src/security/Recursion/Recursion.qhelp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</example>
<references>
<li>
Trail Of Bits Blog: <a href="https://blog.trailofbits.com/2024/05/16/TODO/">Low-effort denial of service with recursion</a>
Trail Of Bits white paper: <a href="https://resources.trailofbits.com/input-driven-recursion-white-paper">Input-Driven Recursion</a>
</li>
<li>
CWE-674: <a href="https://cwe.mitre.org/data/definitions/674.html">Uncontrolled Recursion</a>
Expand Down

0 comments on commit a01c6ed

Please sign in to comment.