Update javascript/ql/src/Security/CWE-770/ResourceExhaustion.qhelp

Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
This commit is contained in:
Esben Sparre Andreasen
2020-06-19 09:46:58 +02:00
committed by GitHub
parent ab01dda559
commit 4557af3c30

View File

@@ -8,7 +8,7 @@
<p>
Applications are constrained by how many resources they can make use
of, failing to respect these constraints may cause the application to
of. Failing to respect these constraints may cause the application to
be unresponsive or crash. It is therefore be problematic if attackers
can control the sizes or lifetimes of allocated objects.