mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
Document undocumented public symbols
This commit is contained in:
@@ -5,5 +5,8 @@
|
||||
|
||||
import go
|
||||
|
||||
/**
|
||||
* Gets the `File` with encoded name `name`.
|
||||
*/
|
||||
cached
|
||||
File getEncodedFile(string name) { result.getAbsolutePath().replaceAll(":", "_") = name }
|
||||
|
||||
@@ -4,6 +4,9 @@
|
||||
|
||||
import go
|
||||
|
||||
/**
|
||||
* Provides classes and predicates relating to flags that may indicate security expectations.
|
||||
*/
|
||||
module InsecureFeatureFlag {
|
||||
/**
|
||||
* A kind of flag that may indicate security expectations regarding the code it guards.
|
||||
|
||||
Reference in New Issue
Block a user