Skip to content

Commit 05e437b

Browse files
authored
Merge branch 'main' into grafana-queries
2 parents 2ec31bf + 155f29b commit 05e437b

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

ql/lib/codeql/bicep/ast/Literals.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ class Array extends Literals instanceof ArrayImpl {
3434
*/
3535
class Boolean extends Literals instanceof BooleanImpl {
3636
boolean getBool() {
37-
exists(string bl |
38-
bl = BooleanImpl.super.getValue().toLowerCase() and
37+
exists(string bl | bl = BooleanImpl.super.getValue().toLowerCase() |
3938
bl = "true" and
4039
result = true
4140
or
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
| aks-security-examples.bicep:2:1:30:1 | ManagedContainerResource | AKS cluster API server is publicly accessible (private cluster not enabled). |
2-
| aks-security-examples.bicep:32:1:62:1 | ManagedContainerResource | AKS cluster API server is publicly accessible (private cluster not enabled). |
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
| app.bicep:12:1:19:1 | RedisCacheResource | TLS is disabled for this resource |
21
| app.bicep:22:1:29:1 | RedisCacheResource | TLS is disabled for this resource |

0 commit comments

Comments
 (0)