1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
joern> cpg.annotation.name(".*Mapping").method.take(1).l val res21: List[io.shiftleft.codepropertygraph.generated.nodes.Method] = List( Method( id = 2498L, astParentFullName = "<empty>", astParentType = "<empty>", code = "public void crlf(HttpServletRequest request, HttpServletResponse response)", columnNumber = Some(value = 5), columnNumberEnd = Some(value = 5), filename = "src\\main\\java\\org\\joychou\\controller\\CRLFInjection.java", fullName = "org.joychou.controller.CRLFInjection.crlf:<unresolvedSignature>(2)", hash = None, isExternal = false, lineNumber = Some(value = 20), lineNumberEnd = Some(value = 28), name = "crlf", order = 1, signature = "<unresolvedSignature>(2)" ) )
|