Python: Remove accidental "foo" snippet

This commit is contained in:
Rasmus Wriedt Larsen
2022-02-23 13:30:22 +01:00
parent 5626427ea5
commit b17c769257

View File

@@ -222,26 +222,6 @@
], ],
"description": "Type tracking class (select full class path before inserting)", "description": "Type tracking class (select full class path before inserting)",
}, },
"foo": {
"scope": "ql",
"prefix": "foo",
"body": [
" /**",
" * Taint propagation for `$1`.",
" */",
" private class InstanceTaintSteps extends InstanceTaintStepsHelper {",
" InstanceTaintSteps() { this = \"$1\" }",
"",
" override DataFlow::Node getInstance() { result = instance() }",
"",
" override string getAttributeName() { none() }",
"",
" override string getMethodName() { none() }",
"",
" override string getAsyncMethodName() { none() }",
" }",
],
},
"API graph .getMember chain": { "API graph .getMember chain": {
"scope": "ql", "scope": "ql",
"prefix": "api graph .getMember chain", "prefix": "api graph .getMember chain",