Skip to content

Commit 30e62d3

Browse files
authored
Merge pull request github#14969 from github/felicitymay-patch-1
Remove unwanted period from query name
2 parents e9c4ddb + 4cb2f53 commit 30e62d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/Security/CWE-327/BadRandomness.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @name Creating biased random numbers from a cryptographically secure source.
2+
* @name Creating biased random numbers from a cryptographically secure source
33
* @description Some mathematical operations on random numbers can cause bias in
44
* the results and compromise security.
55
* @kind problem

0 commit comments

Comments
 (0)