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.
Decompression Bomb
1 parent 69c8ef9 commit e5bd633Copy full SHA for e5bd633
python/ql/src/experimental/Security/CWE-409/DecompressionBombs.ql
@@ -1,11 +1,11 @@
1
/**
2
- * @name Uncontrolled file decompression
+ * @name Decompression Bomb
3
* @description Uncontrolled data that flows into decompression library APIs without checking the compression rate is dangerous
4
* @kind path-problem
5
* @problem.severity error
6
* @security-severity 7.8
7
* @precision high
8
- * @id py/uncontrolled-file-decompression
+ * @id py/decompression-bomb
9
* @tags security
10
* experimental
11
* external/cwe/cwe-409
0 commit comments