Skip to content

Commit 8edc78e

Browse files
authoredApr 1, 2022
proper @jorgectf handle
1 parent 13a7dd0 commit 8edc78e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎CVE-2022-22965/spring-rce.ql

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* CVE-2022-22965
1010
*
1111
* Lead Author: Alvaro Munoz (@pwntester)
12-
* Co-Author: Jorge (@jorge_ctf)
12+
* Co-Author: Jorge (@jorgectf)
1313
* Co-Author: Keith Hoodlet (@securingdev)
1414
*
1515
*/
@@ -73,4 +73,4 @@ predicate vulnSpringJarFile(JarFile file) {
7373
from SpringRequestMappingMethod m
7474
where
7575
(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."
76+
select m, "Vulnerable use of Spring versions for CVE-2022-22965; Check if Java version >= 9 to confirm exploitability."

0 commit comments

Comments
 (0)
Please sign in to comment.