Skip to content

Commit 20dc30d

Browse files
author
Alvaro Muñoz
committed
add RequestForgery test
1 parent 6b3d458 commit 20dc30d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Security/CWE-918/RequestForgery.ql

go/ql/test/library-tests/semmle/go/frameworks/Twirp/tests.expected

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ passingPositiveTests
1212
| PASSED | serviceClient | rpc/notes/service.twirp.go:183:38:183:59 | comment |
1313
| PASSED | serviceInterface | rpc/notes/service.twirp.go:34:31:34:55 | comment |
1414
| PASSED | serviceServer | rpc/notes/service.twirp.go:322:34:322:55 | comment |
15-
| PASSED | ssrf | server/main.go:30:67:30:89 | comment |
15+
| PASSED | ssrf | server/main.go:30:97:30:119 | comment |
1616
| PASSED | ssrfSink | client/main.go:12:89:12:105 | comment |
17-
| PASSED | ssrfSink | server/main.go:30:67:30:89 | comment |
17+
| PASSED | ssrfSink | server/main.go:30:97:30:119 | comment |
1818
| PASSED | ssrfSink | server/main.go:31:97:31:120 | comment |
1919
failingPositiveTests
2020
passingNegativeTests

0 commit comments

Comments
 (0)