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
4141 @ Produces ("text/plain" ) // $ ProducesAnnotation=text/plain
4242 @ DELETE
4343 double Delete () { // $ ResourceMethod=text/plain ResourceMethodOnResourceClass
44- return 0.0 ; // $ XssSink
44+ return 0.0 ; // $ MISSING: XssSink
4545 }
4646
4747 @ Produces (MediaType .TEXT_HTML ) // $ ProducesAnnotation=text/html
@@ -77,7 +77,7 @@ boolean Post() { // $ ResourceMethod=text/html ResourceMethodOnResourceClass
7777 @ Produces (MediaType .TEXT_PLAIN ) // $ ProducesAnnotation=text/plain
7878 @ DELETE
7979 double Delete () { // $ ResourceMethod=text/plain ResourceMethodOnResourceClass
80- return 0.0 ; // $ XssSink
80+ return 0.0 ; // $ MISSING: XssSink
8181 }
8282
8383 @ Path ("" )
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ void Post() { // $ ResourceMethod ResourceMethodOnResourceClass
4141 @ Produces ("text/plain" ) // $ ProducesAnnotation=text/plain
4242 @ DELETE
4343 double Delete () { // $ ResourceMethod=text/plain ResourceMethodOnResourceClass
44- return 0.0 ; // $ XssSink
44+ return 0.0 ; // $ MISSING: XssSink
4545 }
4646
4747 @ Produces (MediaType .TEXT_HTML ) // $ ProducesAnnotation=text/html
@@ -77,7 +77,7 @@ boolean Post() { // $ ResourceMethod=text/html ResourceMethodOnResourceClass
7777 @ Produces (MediaType .TEXT_PLAIN ) // $ ProducesAnnotation=text/plain
7878 @ DELETE
7979 double Delete () { // $ ResourceMethod=text/plain ResourceMethodOnResourceClass
80- return 0.0 ; // $ XssSink
80+ return 0.0 ; // $ MISSING: XssSink
8181 }
8282
8383 @ Path ("" )
You can’t perform that action at this time.
0 commit comments