Skip to content

Commit 8a3aa2c

Browse files
authored
Fix formatting
1 parent 5e27323 commit 8a3aa2c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

go/ql/src/experimental/CWE-347/ParseJWTWithoutVerification.ql

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,6 @@ import NoValidation::PathGraph
5252

5353
from NoValidation::PathNode source, NoValidation::PathNode sink
5454
where NoValidation::flowPath(source, sink)
55-
select sink.getNode(), source, sink, "This JWT is parsed without verification and received from $@.",
56-
source.getNode(), "this user-controlled source"
55+
select sink.getNode(), source, sink,
56+
"This JWT is parsed without verification and received from $@.", source.getNode(),
57+
"this user-controlled source"

0 commit comments

Comments
 (0)