We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a6d28 commit 00052d1Copy full SHA for 00052d1
ql/lib/codeql/actions/security/CachePoisoningQuery.qll
@@ -17,7 +17,7 @@ string defaultBranchNames() {
17
result = default_branch_name
18
)
19
or
20
- not exist(string default_branch_name |
+ not exists(string default_branch_name |
21
repositoryDataModel(_, default_branch_name)
22
) and
23
result = ["main", "master"]
0 commit comments