Skip to content

Commit a01c6ed

Browse files
committed
Update doc link
1 parent 49710e4 commit a01c6ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java/src/docs/security/Recursion/Recursion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ For each new token \`0x2\`, the parser will create a new recursive call. If this
3535

3636

3737
## References
38-
* Trail Of Bits Blog: [Low-effort denial of service with recursion](https://blog.trailofbits.com/2024/05/16/TODO/)
38+
* Trail Of Bits white paper: [Input-Driven Recursion](https://resources.trailofbits.com/input-driven-recursion-white-paper)
3939
* CWE-674: [Uncontrolled Recursion](https://cwe.mitre.org/data/definitions/674.html)

java/src/security/Recursion/Recursion.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</example>
3131
<references>
3232
<li>
33-
Trail Of Bits Blog: <a href="https://blog.trailofbits.com/2024/05/16/TODO/">Low-effort denial of service with recursion</a>
33+
Trail Of Bits white paper: <a href="https://resources.trailofbits.com/input-driven-recursion-white-paper">Input-Driven Recursion</a>
3434
</li>
3535
<li>
3636
CWE-674: <a href="https://cwe.mitre.org/data/definitions/674.html">Uncontrolled Recursion</a>

0 commit comments

Comments
 (0)