Qldoc and formatting changes

This commit is contained in:
Francis Alexander
2021-02-15 22:35:58 +05:30
parent 683233333c
commit f32c77c266
11 changed files with 76 additions and 86 deletions

View File

@@ -1,4 +1,4 @@
import semmle.code.java.frameworks.play.Play
from PlayAddCSRFTokenAnnotation token
from PlayAddCsrfTokenAnnotation token
select token

View File

@@ -0,0 +1 @@
| resources/Resource.java:12:3:12:15 | AddCSRFToken |

View File

@@ -0,0 +1,4 @@
import semmle.code.java.frameworks.play.Play
from PlayAddCsrfTokenAnnotation token
select token

View File

@@ -1,4 +1,4 @@
import semmle.code.java.frameworks.play.Play
from PlayMVCHTTPRequestHeader c
from PlayMvcHttpRequestHeader c
select c.getQualifiedName(), c.getAMethod().getQualifiedName()

View File

@@ -1,4 +1,4 @@
import semmle.code.java.frameworks.play.Play
from PlayMVCResultClass m
from PlayMvcResultClass m
select m.getQualifiedName()

View File

@@ -1,4 +1,4 @@
import semmle.code.java.frameworks.play.Play
from PlayMVCResultsClass m
from PlayMvcResultsClass m
select m.getQualifiedName(), m.getAMethod().getQualifiedName()

View File

@@ -1,4 +1,4 @@
import semmle.code.java.frameworks.play.Play
from PlayMVCResultsMethods m
from PlayMvcResultsMethods m
select m.getAnOkAccess()