Skip to content

Commit eb7ba6b

Browse files
committed
Add overlay annotations
1 parent bbfff7e commit eb7ba6b

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

shared/concepts/codeql/concepts/CryptoAlgorithms.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
*
44
* The classification into strong and weak are based on Wikipedia, OWASP and Google (2021).
55
*/
6+
overlay[local?]
7+
module;
68

79
private import codeql.concepts.internal.CryptoAlgorithmNames
810

shared/concepts/codeql/concepts/internal/CryptoAlgorithmNames.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
*
88
* The classification into strong and weak are based on Wikipedia, OWASP and Google (2021).
99
*/
10+
overlay[local?]
11+
module;
1012

1113
/**
1214
* Holds if `name` corresponds to a strong hashing algorithm.

shared/concepts/codeql/concepts/internal/SensitiveDataHeuristics.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
*
77
* 'Sensitive' data in general is anything that should not be sent around in unencrypted form.
88
*/
9+
overlay[local?]
10+
module;
911

1012
/**
1113
* A classification of different kinds of sensitive data:

0 commit comments

Comments
 (0)