Skip to content

Commit a1f20f8

Browse files
authored
Merge pull request #13359 from jorgectf/jorgectf/unsafe-deserialization-name-convention
Python: Make `py/unsafe-deserialization` `@name` consistent with other languages
2 parents 6c5c338 + 3e8c7f7 commit a1f20f8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

python/ql/src/Security/CWE-502/UnsafeDeserialization.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @name Deserializing untrusted input
2+
* @name Deserialization of user-controlled data
33
* @description Deserializing user-controlled data may allow attackers to execute arbitrary code.
44
* @kind path-problem
55
* @id py/unsafe-deserialization
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: fix
3+
---
4+
* The display name (`@name`) of the `py/unsafe-deserialization` query has been updated in favor of consistency with other languages.

0 commit comments

Comments
 (0)