We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f73e9c commit 4198f61Copy full SHA for 4198f61
javascript/ql/src/experimental/Security/CWE-522-DecompressionBombs/DecompressionBombs.qll
@@ -4,7 +4,7 @@ import DataFlow::PathGraph
4
5
module DecompressionBomb {
6
/**
7
- * the Sinks of uncontrolled data decompression
+ * The Sinks of uncontrolled data decompression
8
*/
9
class Sink extends DataFlow::Node {
10
Sink() { this = any(Range r).sink() }
0 commit comments