Skip to content

v0.2.2 #38

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 46 additions & 14 deletions .coverage.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@
"covered": false,
"test_files": []
},
{
"path": "ql/src/security/CWE-319/InsecureWebAppTlsVersion.ql",
"name": "InsecureWebAppTlsVersion",
"category": "security",
"cwe": "CWE-319",
"covered": false,
"test_files": []
},
{
"path": "ql/src/security/CWE-319/DatabaseSslNotEnforced.ql",
"name": "DatabaseSslNotEnforced",
Expand All @@ -56,6 +64,14 @@
"covered": false,
"test_files": []
},
{
"path": "ql/src/security/CWE-319/InsecureWebAppFtpsState.ql",
"name": "InsecureWebAppFtpsState",
"category": "security",
"cwe": "CWE-319",
"covered": false,
"test_files": []
},
{
"path": "ql/src/security/CWE-319/SslEnforement.ql",
"name": "SslEnforement",
Expand Down Expand Up @@ -136,6 +152,14 @@
"covered": false,
"test_files": []
},
{
"path": "ql/src/security/CWE-284/WebAppPublicNetworkAccess.ql",
"name": "WebAppPublicNetworkAccess",
"category": "security",
"cwe": "CWE-284",
"covered": false,
"test_files": []
},
{
"path": "ql/src/security/CWE-284/AKSPublicNetworkAccess.ql",
"name": "AKSPublicNetworkAccess",
Expand Down Expand Up @@ -296,6 +320,14 @@
"covered": false,
"test_files": []
},
{
"path": "ql/src/security/CWE-306/WebAppRemoteDebugging.ql",
"name": "WebAppRemoteDebugging",
"category": "security",
"cwe": "CWE-306",
"covered": false,
"test_files": []
},
{
"path": "ql/src/security/CWE-352/GrafanaCsrfDisabled.ql",
"name": "GrafanaCsrfDisabled",
Expand Down Expand Up @@ -346,29 +378,29 @@
}
],
"metadata": {
"total_queries": 43,
"total_queries": 47,
"covered_queries": 0,
"categories": [
"testing",
"security",
"diagnostics",
"security"
"testing"
],
"cwes": [
"CWE-668",
"CWE-200",
"CWE-311",
"CWE-400",
"CWE-306",
"CWE-798",
"CWE-352",
"CWE-693",
"CWE-400",
"CWE-295",
"CWE-284",
"CWE-319",
"CWE-942",
"CWE-272",
"CWE-284",
"CWE-295",
"CWE-200",
"CWE-327",
"CWE-798",
"CWE-693",
"CWE-404"
"CWE-404",
"CWE-942",
"CWE-306",
"CWE-668",
"CWE-327"
],
"coverage_percentage": 0.0
}
Expand Down
2 changes: 1 addition & 1 deletion .release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "codeql-extractor-bicep"
repository: "GitHubSecurityLab/codeql-extractor-bicep"
version: "0.2.1"
version: "0.2.2"

ecosystems:
- Docs
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

```yaml
- name: Initialize and Analyze Bicep
uses: GitHubSecurityLab/[email protected].1
uses: GitHubSecurityLab/[email protected].2
```

## Features
Expand All @@ -31,7 +31,7 @@

| Metric | Value |
|--------|-------|
| Total Queries | 43 |
| Total Queries | 47 |
| Covered Queries | 0 |
| Coverage Percentage | 0.0% |
| Categories | 3 |
Expand All @@ -42,7 +42,7 @@
| Category | Covered | Total | Percentage |
|----------|---------|-------|------------|
| Diagnostics | 0 | 2 | 0.0% |
| Security | 0 | 40 | 0.0% |
| Security | 0 | 44 | 0.0% |
| Testing | 0 | 1 | 0.0% |

### Coverage by CWE
Expand All @@ -51,11 +51,11 @@
|-----|-------------|---------|-------|------------|
| CWE-200 | Information Exposure | 0 | 2 | 0.0% |
| CWE-272 | Least Privilege Violation | 0 | 2 | 0.0% |
| CWE-284 | Improper Access Control | 0 | 4 | 0.0% |
| CWE-284 | Improper Access Control | 0 | 5 | 0.0% |
| CWE-295 | Improper Certificate Validation | 0 | 1 | 0.0% |
| CWE-306 | Missing Authentication | 0 | 3 | 0.0% |
| CWE-306 | Missing Authentication | 0 | 4 | 0.0% |
| CWE-311 | Missing Encryption | 0 | 2 | 0.0% |
| CWE-319 | Cleartext Transmission | 0 | 4 | 0.0% |
| CWE-319 | Cleartext Transmission | 0 | 6 | 0.0% |
| CWE-327 | Broken/Risky Crypto Algorithm | 0 | 3 | 0.0% |
| CWE-352 | Cross-Site Request Forgery | 0 | 1 | 0.0% |
| CWE-400 | Resource Exhaustion | 0 | 2 | 0.0% |
Expand All @@ -65,7 +65,7 @@
| CWE-798 | Hard-coded Credentials | 0 | 2 | 0.0% |
| CWE-942 | Overly Permissive CORS | 0 | 4 | 0.0% |

*Last updated: 2025-06-25 14:04:04 UTC*
*Last updated: 2025-07-07 17:17:11 UTC*

<!-- COVERAGE-REPORT:END -->

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
id: extractor
with:
token: ${{ inputs.token }}
extractors: "GitHubSecurityLab/[email protected].1"
extractors: "GitHubSecurityLab/[email protected].2"
packs: githubsecuritylab/bicep-queries
languages: "bicep"
# Assumes GH is installed
Expand Down
2 changes: 1 addition & 1 deletion codeql-extractor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bicep
display_name: Bicep
version: 0.2.1
version: 0.2.2
column_kind: utf8
legacy_qltest_extraction: true
build_modes:
Expand Down
2 changes: 1 addition & 1 deletion ql/lib/qlpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
library: true
warnOnImplicitThis: false
name: githubsecuritylab/bicep-all
version: 0.2.1
version: 0.2.2
dependencies:
codeql/util: "^1.0.0"
codeql/yaml: "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion ql/src/qlpack.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: githubsecuritylab/bicep-queries
version: 0.2.1
version: 0.2.2
groups:
- bicep
- queries
Expand Down