We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad75906 commit 591db05Copy full SHA for 591db05
rust/ql/lib/codeql/rust/Concepts.qll
@@ -179,7 +179,7 @@ module SqlSanitization {
179
module Cryptography {
180
private import codeql.rust.internal.ConceptsShared::Cryptography as SC
181
182
- final class CryptographicOperation = SC:: CryptographicOperation;
+ final class CryptographicOperation = SC::CryptographicOperation;
183
184
class EncryptionAlgorithm = SC::EncryptionAlgorithm;
185
0 commit comments