Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1751fb6

Browse files
committed
add missing qldoc
1 parent 908edb3 commit 1751fb6

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

javascript/ql/src/semmle/javascript/security/dataflow/InsecureDownload.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
import javascript
1010

11+
/**
12+
* Classes and predicates for reasoning about download of sensitive file through insecure connection vulnerabilities.
13+
*/
1114
module InsecureDownload {
1215
import InsecureDownloadCustomizations::InsecureDownload
1316

javascript/ql/src/semmle/javascript/security/dataflow/InsecureDownloadCustomizations.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
import javascript
88

9+
/**
10+
* Classes and predicates for reasoning about download of sensitive file through insecure connection vulnerabilities.
11+
*/
912
module InsecureDownload {
1013
/**
1114
* A data flow source for download of sensitive file through insecure connection.

0 commit comments

Comments
 (0)