Skip to content

Commit 00052d1

Browse files
committed
exists
1 parent 17a6d28 commit 00052d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/lib/codeql/actions/security/CachePoisoningQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ string defaultBranchNames() {
1717
result = default_branch_name
1818
)
1919
or
20-
not exist(string default_branch_name |
20+
not exists(string default_branch_name |
2121
repositoryDataModel(_, default_branch_name)
2222
) and
2323
result = ["main", "master"]

0 commit comments

Comments
 (0)