pr fixes for typo and qldoc

This commit is contained in:
dilanbhalla
2020-08-10 16:06:02 -07:00
parent 7ce9e976c2
commit 4433f193f9
2 changed files with 4 additions and 1 deletions

View File

@@ -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" }

View File

@@ -1,5 +1,5 @@
/**
* Provides classes for modelling cryptographic libraries.
* Provides classes for modeling cryptographic libraries.
*/
import go