mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
QL: recognize dependecies of the form: libraryPathDependencies: library-name
This commit is contained in:
@@ -2460,6 +2460,9 @@ module YAML {
|
||||
name = entry.getListItem().getValue().getValue().trim() and
|
||||
version = "\"*\""
|
||||
)
|
||||
or
|
||||
name = getProperty("libraryPathDependencies") and
|
||||
version = "\"*\""
|
||||
}
|
||||
|
||||
/** Gets the database scheme of this qlpack */
|
||||
|
||||
Reference in New Issue
Block a user