File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
java/ql/test/library-tests/frameworks/JaxWs Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ void Post() { // $ ResourceMethod ResourceMethodOnResourceClass
41
41
@ Produces ("text/plain" ) // $ ProducesAnnotation=text/plain
42
42
@ DELETE
43
43
double Delete () { // $ ResourceMethod=text/plain ResourceMethodOnResourceClass
44
- return 0.0 ; // $ MISSING: XssSink
44
+ return 0.0 ;
45
45
}
46
46
47
47
@ Produces (MediaType .TEXT_HTML ) // $ ProducesAnnotation=text/html
@@ -77,7 +77,7 @@ boolean Post() { // $ ResourceMethod=text/html ResourceMethodOnResourceClass
77
77
@ Produces (MediaType .TEXT_PLAIN ) // $ ProducesAnnotation=text/plain
78
78
@ DELETE
79
79
double Delete () { // $ ResourceMethod=text/plain ResourceMethodOnResourceClass
80
- return 0.0 ; // $ MISSING: XssSink
80
+ return 0.0 ;
81
81
}
82
82
83
83
@ Path ("" )
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ void Post() { // $ ResourceMethod ResourceMethodOnResourceClass
41
41
@ Produces ("text/plain" ) // $ ProducesAnnotation=text/plain
42
42
@ DELETE
43
43
double Delete () { // $ ResourceMethod=text/plain ResourceMethodOnResourceClass
44
- return 0.0 ; // $ MISSING: XssSink
44
+ return 0.0 ;
45
45
}
46
46
47
47
@ Produces (MediaType .TEXT_HTML ) // $ ProducesAnnotation=text/html
@@ -77,7 +77,7 @@ boolean Post() { // $ ResourceMethod=text/html ResourceMethodOnResourceClass
77
77
@ Produces (MediaType .TEXT_PLAIN ) // $ ProducesAnnotation=text/plain
78
78
@ DELETE
79
79
double Delete () { // $ ResourceMethod=text/plain ResourceMethodOnResourceClass
80
- return 0.0 ; // $ MISSING: XssSink
80
+ return 0.0 ;
81
81
}
82
82
83
83
@ Path ("" )
You can’t perform that action at this time.
0 commit comments