-
|
Excute me , i have a problem when i use the CWE-502/UnsafeDeserialization.ql sample code: anybody can help me ?😢 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
The current version of the query imports |
Beta Was this translation helpful? Give feedback.
-
|
I noticed that they linked URL is using the So if you use https://github.com/github/codeql/blob/main/java/ql/src/Security/CWE/CWE-502/UnsafeDeserialization.ql instead, that should solve your problem |
Beta Was this translation helpful? Give feedback.


I noticed that they linked URL is using the
masterbranch (deprecated) and not themainbranch (the new one).So if you use https://github.com/github/codeql/blob/main/java/ql/src/Security/CWE/CWE-502/UnsafeDeserialization.ql instead, that should solve your problem