Skip to content

Commit 5608082

Browse files
committed
Update py/unsafe-deserialization name
1 parent 219ec9d commit 5608082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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

0 commit comments

Comments
 (0)