Skip to content

Commit b9c4636

Browse files
committed
Sync ApiGraphModels.qll
1 parent 15cc9a2 commit b9c4636

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

python/ql/lib/semmle/python/frameworks/data/internal/ApiGraphModels.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
* should be prefixed with a tilde character (`~`). For example, `~Bar` can be used to indicate that
6363
* the type is not intended to match a static type.
6464
*/
65+
overlay[local?]
66+
module;
6567

6668
private import codeql.util.Unit
6769
private import ApiGraphModelsSpecific as Specific

ruby/ql/lib/codeql/ruby/frameworks/data/internal/ApiGraphModels.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
* should be prefixed with a tilde character (`~`). For example, `~Bar` can be used to indicate that
6363
* the type is not intended to match a static type.
6464
*/
65+
overlay[local?]
66+
module;
6567

6668
private import codeql.util.Unit
6769
private import ApiGraphModelsSpecific as Specific

0 commit comments

Comments
 (0)