Update python/ql/src/Security/CWE-327/PyOpenSSL.qll

Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
yoff
2023-03-24 13:18:03 +01:00
committed by GitHub
parent 25fbd9c323
commit cf4eac6fa1

View File

@@ -55,9 +55,6 @@ class SetOptionsCall extends ProtocolRestriction, DataFlow::CallCfgNode {
}
}
// class UnspecificPyOpenSslContextCreation extends PyOpenSslContextCreation, UnspecificContextCreation {
// override ProtocolVersion getProtocol() { result = PyOpenSslContextCreation.super.getProtocol() }
// }
class PyOpenSsl extends TlsLibrary {
PyOpenSsl() { this = "pyOpenSSL" }