Skip to content

Commit e5bd633

Browse files
committed
Python: Change name/id to Decompression Bomb
The old title/id matches how we used to write queries, but I think just using the normal conversational name is easier for everyone :)
1 parent 69c8ef9 commit e5bd633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/src/experimental/Security/CWE-409/DecompressionBombs.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
2-
* @name Uncontrolled file decompression
2+
* @name Decompression Bomb
33
* @description Uncontrolled data that flows into decompression library APIs without checking the compression rate is dangerous
44
* @kind path-problem
55
* @problem.severity error
66
* @security-severity 7.8
77
* @precision high
8-
* @id py/uncontrolled-file-decompression
8+
* @id py/decompression-bomb
99
* @tags security
1010
* experimental
1111
* external/cwe/cwe-409

0 commit comments

Comments
 (0)