mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Add overlay annotations
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
* each language, but we will maintain a discipline of moving those concepts to
|
||||
* `ConceptsShared.qll` ASAP.
|
||||
*/
|
||||
overlay[local?]
|
||||
module;
|
||||
|
||||
private import CryptoAlgorithms as CA
|
||||
private import codeql.dataflow.DataFlow as DF
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
*
|
||||
* The classification into strong and weak are based on Wikipedia, OWASP and Google (2021).
|
||||
*/
|
||||
overlay[local?]
|
||||
module;
|
||||
|
||||
private import codeql.concepts.internal.CryptoAlgorithmNames
|
||||
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
*
|
||||
* The classification into strong and weak are based on Wikipedia, OWASP and Google (2021).
|
||||
*/
|
||||
overlay[local?]
|
||||
module;
|
||||
|
||||
/**
|
||||
* Holds if `name` corresponds to a strong hashing algorithm.
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
*
|
||||
* 'Sensitive' data in general is anything that should not be sent around in unencrypted form.
|
||||
*/
|
||||
overlay[local?]
|
||||
module;
|
||||
|
||||
/**
|
||||
* A classification of different kinds of sensitive data:
|
||||
|
||||
Reference in New Issue
Block a user