Skip to content

Commit 9afd360

Browse files
committed
QL: recognize dependecies of the form: libraryPathDependencies: library-name
1 parent d5682f1 commit 9afd360

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ql/ql/src/codeql_ql/ast/Ast.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2460,6 +2460,9 @@ module YAML {
24602460
name = entry.getListItem().getValue().getValue().trim() and
24612461
version = "\"*\""
24622462
)
2463+
or
2464+
name = getProperty("libraryPathDependencies") and
2465+
version = "\"*\""
24632466
}
24642467

24652468
/** Gets the database scheme of this qlpack */

0 commit comments

Comments
 (0)