Skip to content

Make a proper shared library out of the concept related libraries #19984

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jul 17, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add overlay annotations
  • Loading branch information
jketema committed Jul 14, 2025
commit 199587095a76e5de060785dcd1206ec6bef90fb6
2 changes: 2 additions & 0 deletions shared/concepts/codeql/concepts/ConceptsShared.qll
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions shared/concepts/codeql/concepts/CryptoAlgorithms.qll
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy