Skip to content

Commit 7d36c23

Browse files
committed
fix qhelp and PascalCase issues
1 parent 7d73808 commit 7d36c23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go/ql/src/experimental/CWE-321-V2/HardCodedKeys.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module GolangJwtKeyFuncConfig implements DataFlow::ConfigSig {
4848
}
4949

5050
predicate isSink(DataFlow::Node sink) {
51-
sink = any(JwtParseWithKeyFunction parseJWT).getKeyFuncArg()
51+
sink = any(JwtParseWithKeyFunction parseJwt).getKeyFuncArg()
5252
}
5353
}
5454

go/ql/src/experimental/CWE-347/ParseJWTWithoutVerification.ql.qhelp renamed to go/ql/src/experimental/CWE-347/ParseJWTWithoutVerification.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<example>
2020

2121
<p>
22-
The following code you can see an Example from a popular Library.
22+
In the following code you can see an Example from a popular Library.
2323
</p>
2424

2525
<sample src="Example.go" />

0 commit comments

Comments
 (0)