mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
fix grammar mistake
This commit is contained in:
@@ -300,5 +300,5 @@ import DecompressionBombsFlow::PathGraph
|
||||
|
||||
from DecompressionBombsFlow::PathNode source, DecompressionBombsFlow::PathNode sink
|
||||
where DecompressionBombsFlow::flowPath(source, sink)
|
||||
select sink.getNode(), source, sink, "This decompression $@.", source.getNode(),
|
||||
select sink.getNode(), source, sink, "This decompression is $@.", source.getNode(),
|
||||
"decompressing compressed data without managing output size"
|
||||
|
||||
Reference in New Issue
Block a user