We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a7dd0 commit 8edc78eCopy full SHA for 8edc78e
CVE-2022-22965/spring-rce.ql
@@ -9,7 +9,7 @@
9
* CVE-2022-22965
10
*
11
* Lead Author: Alvaro Munoz (@pwntester)
12
- * Co-Author: Jorge (@jorge_ctf)
+ * Co-Author: Jorge (@jorgectf)
13
* Co-Author: Keith Hoodlet (@securingdev)
14
15
*/
@@ -73,4 +73,4 @@ predicate vulnSpringJarFile(JarFile file) {
73
from SpringRequestMappingMethod m
74
where
75
(m.getAParameter().getType() instanceof SpringUntrustedDataType) and vulnSpringJarFile(_)
76
-select m, "Vulnerable use of Spring versions for CVE-2022-22965; Check if Java version >= 9 to confirm exploitability."
+select m, "Vulnerable use of Spring versions for CVE-2022-22965; Check if Java version >= 9 to confirm exploitability."
0 commit comments