From 2863c7094a7369d90cfb0c0f43d9a39deda98fcf Mon Sep 17 00:00:00 2001 From: Kasper Svendsen Date: Fri, 27 Jun 2025 08:54:05 +0200 Subject: [PATCH] Overlay: Add overlay annotation to shared lib --- shared/quantum/codeql/quantum/experimental/Standardization.qll | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shared/quantum/codeql/quantum/experimental/Standardization.qll b/shared/quantum/codeql/quantum/experimental/Standardization.qll index 962f6458b395..29c5b58d343a 100644 --- a/shared/quantum/codeql/quantum/experimental/Standardization.qll +++ b/shared/quantum/codeql/quantum/experimental/Standardization.qll @@ -1,3 +1,6 @@ +overlay[local?] +module; + /** * The `KeyOpAlg` module defines key operation algorithms types (e.g., symmetric ciphers, signatures, etc.) * and provides mapping of those types to string names and structural properties.