We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2607b84 + 6c2d62f commit 49fe8f8Copy full SHA for 49fe8f8
1 file changed
workshop-2021/README.md
@@ -383,12 +383,12 @@ class DubboUnsafeDeserializationConfig extends TaintTracking::Configuration {
383
)
384
}
385
override predicate isSink(DataFlow::Node sink) {
386
- exists(/** TODO fill me in **/ |
387
- sink.asExpr() = /** TODO fill me in **/
388
- )
+ /** TODO fill me in **/
389
390
override predicate isAdditionalTaintStep(DataFlow::Node n1, DataFlow::Node n2) {
+ exists(/** TODO fill me in **/ |
391
/** TODO fill me in **/
+ )
392
393
394
0 commit comments