Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 4433f19

Browse files
author
dilanbhalla
committed
pr fixes for typo and qldoc
1 parent 7ce9e97 commit 4433f19

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ql/src/experimental/CWE-327/BrokenCryptoAlgorithmCustomizations.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ module BrokenCryptoAlgorithm {
4343
}
4444
}
4545

46+
/**
47+
* A configuration depicting taint flow from sensitive information to weak cryptographic algorithms.
48+
*/
4649
class Configuration extends TaintTracking::Configuration {
4750
Configuration() { this = "BrokenCryptoAlgorithm" }
4851

ql/src/experimental/CWE-327/CryptoLibraries.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Provides classes for modelling cryptographic libraries.
2+
* Provides classes for modeling cryptographic libraries.
33
*/
44

55
import go

0 commit comments

Comments
 (0)