mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
Python: add TODO comment
This commit is contained in:
@@ -32,6 +32,7 @@ class OptionsAugOr extends ProtocolRestriction {
|
||||
aa.getTarget() = attr.getNode() and
|
||||
attr.getName() = "options" and
|
||||
attr.getObject() = node and
|
||||
// TODO: Use something like BoolExpr::impliesValue here
|
||||
API::moduleImport("ssl").getMember("OP_NO_" + restriction).getAUse().asExpr() in [
|
||||
aa.getValue(), aa.getValue().getAChildNode()
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user