mirror of
https://github.com/github/codeql.git
synced 2026-04-19 14:04:09 +02:00
parse empty string as package name
This commit is contained in:
@@ -271,6 +271,8 @@ private string interpretPackage(string p) {
|
||||
then result = package(p.regexpCapture(r, 1), p.regexpCapture(r, 4))
|
||||
else result = package(p, "")
|
||||
)
|
||||
or
|
||||
p = "" and result = ""
|
||||
}
|
||||
|
||||
/** Gets the source/sink/summary element corresponding to the supplied parameters. */
|
||||
|
||||
Reference in New Issue
Block a user