mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
fix a qldoc isuse
This commit is contained in:
@@ -4,7 +4,7 @@ import DataFlow::PathGraph
|
||||
|
||||
module DecompressionBomb {
|
||||
/**
|
||||
* the Sinks of uncontrolled data decompression
|
||||
* The Sinks of uncontrolled data decompression
|
||||
*/
|
||||
class Sink extends DataFlow::Node {
|
||||
Sink() { this = any(Range r).sink() }
|
||||
|
||||
Reference in New Issue
Block a user