Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2dc38ae

Browse files
committed
Update qldoc
1 parent 8170f01 commit 2dc38ae

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

java/ql/src/experimental/Security/CWE/CWE-400/ThreadResourceAbuse.qhelp

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ of a server's threads to sleep, leading to denial of service.</p>
1313

1414
<recommendation>
1515
<p>To guard against this attack, consider specifying an upper range of allowed sleep time or adopting
16-
the producer/consumer design pattern with <code>Thread.wait</code> method to avoid performance
16+
the producer/consumer design pattern with <code>Object.wait</code> method to avoid performance
1717
problems or even resource exhaustion.</p>
1818
</recommendation>
1919

@@ -28,12 +28,17 @@ check on maximum allowed sleep time is enforced.</p>
2828
<li>
2929
snyk:
3030
<a href="https://snyk.io/vuln/SNYK-JAVA-COMGOOGLECODEGWTUPLOAD-569506">Denial of Service (DoS)
31-
Affecting com.googlecode.gwtupload:gwtupload artifact</a>.
31+
in com.googlecode.gwtupload:gwtupload</a>.
3232
</li>
3333
<li>
34-
gwtupload
34+
gwtupload:
3535
<a href="https://github.com/manolo/gwtupload/issues/33">[Fix DOS issue] Updating the
3636
AbstractUploadListener.java file</a>.
3737
</li>
38+
<li>
39+
The blog of a gypsy engineer:
40+
<a href="https://blog.gypsyengineer.com/en/security/cve-2019-17555-dos-via-retry-after-header-in-apache-olingo.html">
41+
CVE-2019-17555: DoS via Retry-After header in Apache Olingo</a>.
42+
</li>
3843
</references>
3944
</qhelp>

0 commit comments

Comments
 (0)