Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 60d3de1

Browse files
committed
Document undocumented public symbols
1 parent 61f4d8d commit 60d3de1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ql/src/ideContextual.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55

66
import go
77

8+
/**
9+
* Gets the `File` with encoded name `name`.
10+
*/
811
cached
912
File getEncodedFile(string name) { result.getAbsolutePath().replaceAll(":", "_") = name }

ql/src/semmle/go/security/InsecureFeatureFlag.qll

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

55
import go
66

7+
/**
8+
* Provides classes and predicates relating to flags that may indicate security expectations.
9+
*/
710
module InsecureFeatureFlag {
811
/**
912
* A kind of flag that may indicate security expectations regarding the code it guards.

0 commit comments

Comments
 (0)