mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Qldoc and formatting changes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import semmle.code.java.frameworks.play.Play
|
||||
|
||||
from PlayAddCSRFTokenAnnotation token
|
||||
from PlayAddCsrfTokenAnnotation token
|
||||
select token
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
| resources/Resource.java:12:3:12:15 | AddCSRFToken |
|
||||
@@ -0,0 +1,4 @@
|
||||
import semmle.code.java.frameworks.play.Play
|
||||
|
||||
from PlayAddCsrfTokenAnnotation token
|
||||
select token
|
||||
@@ -1,4 +1,4 @@
|
||||
import semmle.code.java.frameworks.play.Play
|
||||
|
||||
from PlayMVCHTTPRequestHeader c
|
||||
from PlayMvcHttpRequestHeader c
|
||||
select c.getQualifiedName(), c.getAMethod().getQualifiedName()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import semmle.code.java.frameworks.play.Play
|
||||
|
||||
from PlayMVCResultClass m
|
||||
from PlayMvcResultClass m
|
||||
select m.getQualifiedName()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import semmle.code.java.frameworks.play.Play
|
||||
|
||||
from PlayMVCResultsClass m
|
||||
from PlayMvcResultsClass m
|
||||
select m.getQualifiedName(), m.getAMethod().getQualifiedName()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import semmle.code.java.frameworks.play.Play
|
||||
|
||||
from PlayMVCResultsMethods m
|
||||
from PlayMvcResultsMethods m
|
||||
select m.getAnOkAccess()
|
||||
|
||||
Reference in New Issue
Block a user