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 c630300 commit 46616d6Copy full SHA for 46616d6
go/ql/src/experimental/frameworks/DecompressionBombs.qll
@@ -4,7 +4,7 @@ module DecompressionBombs {
4
class FlowState = DataFlow::FlowState;
5
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