From 71972161852340fc25bc9b7182de2ce824f64f73 Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Tue, 26 Oct 2021 13:12:07 +0100 Subject: [PATCH] Add a copy of SsaImplCommon to the identical-files script. --- config/identical-files.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/identical-files.json b/config/identical-files.json index a60bd919028..a04fc77841d 100644 --- a/config/identical-files.json +++ b/config/identical-files.json @@ -449,7 +449,8 @@ "csharp/ql/lib/semmle/code/csharp/controlflow/internal/pressa/SsaImplCommon.qll", "csharp/ql/lib/semmle/code/csharp/dataflow/internal/basessa/SsaImplCommon.qll", "csharp/ql/lib/semmle/code/cil/internal/SsaImplCommon.qll", - "ruby/ql/lib/codeql/ruby/dataflow/internal/SsaImplCommon.qll" + "ruby/ql/lib/codeql/ruby/dataflow/internal/SsaImplCommon.qll", + "cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaImplCommon.qll" ], "CryptoAlgorithms Python/JS": [ "javascript/ql/lib/semmle/javascript/security/CryptoAlgorithms.qll",