From 7560db66fae571caa7252e4e34fb6d1518f0e861 Mon Sep 17 00:00:00 2001 From: Benjamin Rodes Date: Tue, 12 Sep 2023 12:48:48 -0400 Subject: [PATCH] incorrect import path --- cpp/ql/lib/experimental/crypto/CryptoArtifact.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/lib/experimental/crypto/CryptoArtifact.qll b/cpp/ql/lib/experimental/crypto/CryptoArtifact.qll index 0f106ed97f8..81ca3f11fec 100644 --- a/cpp/ql/lib/experimental/crypto/CryptoArtifact.qll +++ b/cpp/ql/lib/experimental/crypto/CryptoArtifact.qll @@ -1,5 +1,5 @@ import cpp -private import experimental.semmle.code.cpp.crypto.CryptoAlgorithmNames +private import experimental.crypto.CryptoAlgorithmNames import semmle.code.cpp.ir.dataflow.TaintTracking