Merge pull request #14969 from github/felicitymay-patch-1

Remove unwanted period from query name
This commit is contained in:
Felicity Chapman
2023-11-30 17:05:35 +00:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
/**
* @name Creating biased random numbers from a cryptographically secure source.
* @name Creating biased random numbers from a cryptographically secure source
* @description Some mathematical operations on random numbers can cause bias in
* the results and compromise security.
* @kind problem