Files
codeql/cpp/ql/lib/experimental/Quantum/Language.qll
2025-02-06 21:54:18 +01:00

13 lines
309 B
Plaintext

private import codeql.cryptography.Model
private import cpp as Lang
module CryptoInput implements InputSig<Lang::Location> {
class LocatableElement = Lang::Locatable;
class UnknownLocation = Lang::UnknownDefaultLocation;
}
module Crypto = CryptographyBase<Lang::Location, CryptoInput>;
import OpenSSL