mirror of
https://github.com/github/codeql.git
synced 2026-01-31 07:12:57 +01:00
pr fixes for typo and qldoc
This commit is contained in:
@@ -43,6 +43,9 @@ module BrokenCryptoAlgorithm {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* A configuration depicting taint flow from sensitive information to weak cryptographic algorithms.
|
||||
*/
|
||||
class Configuration extends TaintTracking::Configuration {
|
||||
Configuration() { this = "BrokenCryptoAlgorithm" }
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* Provides classes for modelling cryptographic libraries.
|
||||
* Provides classes for modeling cryptographic libraries.
|
||||
*/
|
||||
|
||||
import go
|
||||
|
||||
Reference in New Issue
Block a user