Python: add TODO comment

This commit is contained in:
Rasmus Lerchedahl Petersen
2021-02-23 19:29:30 +01:00
parent ea8c6f04e2
commit 3b856010f2

View File

@@ -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()
]