mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
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 :)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
/**
|
||||
* @name Uncontrolled file decompression
|
||||
* @name Decompression Bomb
|
||||
* @description Uncontrolled data that flows into decompression library APIs without checking the compression rate is dangerous
|
||||
* @kind path-problem
|
||||
* @problem.severity error
|
||||
* @security-severity 7.8
|
||||
* @precision high
|
||||
* @id py/uncontrolled-file-decompression
|
||||
* @id py/decompression-bomb
|
||||
* @tags security
|
||||
* experimental
|
||||
* external/cwe/cwe-409
|
||||
|
||||
Reference in New Issue
Block a user