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

Commit 42c1116

Browse files
authored
Merge pull request #303 from github/rc/1.25
Merge rc/1.25 into main
2 parents 402b239 + caf77e2 commit 42c1116

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

change-notes/2020-06-17-gin-model.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

change-notes/2020-07-28-library-models.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@ lgtm,codescanning
77
may lead to more results from the security queries.
88
* Basic support for the [Json-iterator](https://github.com/json-iterator/go) JSON library has been added, which
99
may lead to more results from the security queries.
10-
11-

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)