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:
Rasmus Wriedt Larsen
2024-02-14 14:54:25 +01:00
parent 69c8ef9898
commit e5bd633028

View File

@@ -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