Skip to content

Commit d27d4fd

Browse files
committed
Updating comments.
1 parent 47fac88 commit d27d4fd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

python/ql/lib/semmle/python/frameworks/SSRFSink.qll

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,12 @@ module SSRFMaDModel {
2323

2424
override DataFlow::Node getAUrlPart() { result = urlArg }
2525

26-
override string getFramework() {
27-
// TOOD: how to get type of this node?
28-
result = "MaD"
29-
}
26+
override string getFramework() { result = "MaD" }
3027

3128
override predicate disablesCertificateValidation(
3229
DataFlow::Node disablingNode, DataFlow::Node argumentOrigin
3330
) {
34-
// TODO: if you need to define this, you have to special case it for every possible API in MaD
31+
// NOTE: if you need to define this, you have to special case it for every possible API in MaD
3532
none()
3633
}
3734
}

0 commit comments

Comments
 (0)