Skip to content

Commit c2d4bc5

Browse files
committed
Add missing file doc comment
1 parent 91a7e94 commit c2d4bc5

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

javascript/ql/lib/semmle/javascript/security/dataflow/HttpToFileAccessCustomizations.qll

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
* Provides default sources, sinks and sanitizers for reasoning about
3+
* writing user-controlled data to files, as well as extension points
4+
* for adding your own.
5+
*/
6+
17
/**
28
* Provides default sources, sinks and sanitizers for reasoning about
39
* writing user-controlled data to files, as well as extension points

ruby/ql/lib/codeql/ruby/security/HttpToFileAccessCustomizations.qll

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
* Provides default sources, sinks and sanitizers for reasoning about
3+
* writing user-controlled data to files, as well as extension points
4+
* for adding your own.
5+
*/
6+
17
/**
28
* Provides default sources, sinks and sanitizers for reasoning about
39
* writing user-controlled data to files, as well as extension points

0 commit comments

Comments
 (0)