Skip to content

Commit 1854c8d

Browse files
committed
chore: update security scan results
- Updated scan data from workflow run 127 - Scan mode: git-only - Total scanned: 162 - Total vulnerabilities: 482
1 parent 7b593d0 commit 1854c8d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+191
-107
lines changed

data/master-27baa4a261.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"release_version": "master-27baa4a261",
3+
"scan_date": "2025-11-07T00:28:12.928018Z",
4+
"tool_version": "0.21.0",
5+
"total_components": 0,
6+
"vulnerabilities": [
7+
{
8+
"cve_id": "CVE-2025-54764",
9+
"component": "mbed_tls",
10+
"component_version": "3.6.4",
11+
"severity": "MEDIUM",
12+
"score": "6.2",
13+
"vector": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
14+
"description": "Mbed TLS before 3.6.5 allows a local timing attack against certain RSA operations, and direct calls to mbedtls_mpi_mod_inv or mbedtls_mpi_gcd.",
15+
"link": "https://nvd.nist.gov/vuln/detail/CVE-2025-54764"
16+
},
17+
{
18+
"cve_id": "CVE-2025-59438",
19+
"component": "mbed_tls",
20+
"component_version": "3.6.4",
21+
"severity": "MEDIUM",
22+
"score": "5.3",
23+
"vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
24+
"description": "Mbed TLS through 3.6.4 has an Observable Timing Discrepancy.",
25+
"link": "https://nvd.nist.gov/vuln/detail/CVE-2025-59438"
26+
}
27+
],
28+
"summary": {
29+
"total_vulnerabilities": 2,
30+
"by_severity": {
31+
"CRITICAL": 0,
32+
"HIGH": 0,
33+
"MEDIUM": 2,
34+
"LOW": 0
35+
}
36+
},
37+
"metadata": {
38+
"scanner": "esp-idf-security-dashboard",
39+
"scan_method": "git-release-branch",
40+
"docker_image": null
41+
}
42+
}

data/release_v5.0-d9f9b7d8ed.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"release_version": "release/v5.0-d9f9b7d8ed",
3-
"scan_date": "2025-11-06T00:27:48.401919Z",
3+
"scan_date": "2025-11-07T00:27:55.307592Z",
44
"tool_version": "0.21.0",
55
"total_components": 0,
66
"vulnerabilities": [

data/release_v5.1-79c0dff3a5.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"release_version": "release/v5.1-79c0dff3a5",
3-
"scan_date": "2025-11-06T00:27:56.238875Z",
3+
"scan_date": "2025-11-07T00:27:48.106756Z",
44
"tool_version": "0.21.0",
55
"total_components": 0,
66
"vulnerabilities": [

data/release_v5.2-72d06017df.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"release_version": "release/v5.2-72d06017df",
3-
"scan_date": "2025-11-06T00:28:12.508565Z",
3+
"scan_date": "2025-11-07T00:27:24.526933Z",
44
"tool_version": "0.21.0",
55
"total_components": 0,
66
"vulnerabilities": [

data/release_v5.3-4ecc140e33.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"release_version": "release/v5.3-4ecc140e33",
3+
"scan_date": "2025-11-07T00:27:41.080946Z",
4+
"tool_version": "0.21.0",
5+
"total_components": 0,
6+
"vulnerabilities": [
7+
{
8+
"cve_id": "CVE-2025-54764",
9+
"component": "mbed_tls",
10+
"component_version": "3.6.4",
11+
"severity": "MEDIUM",
12+
"score": "6.2",
13+
"vector": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
14+
"description": "Mbed TLS before 3.6.5 allows a local timing attack against certain RSA operations, and direct calls to mbedtls_mpi_mod_inv or mbedtls_mpi_gcd.",
15+
"link": "https://nvd.nist.gov/vuln/detail/CVE-2025-54764"
16+
},
17+
{
18+
"cve_id": "CVE-2025-59438",
19+
"component": "mbed_tls",
20+
"component_version": "3.6.4",
21+
"severity": "MEDIUM",
22+
"score": "5.3",
23+
"vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
24+
"description": "Mbed TLS through 3.6.4 has an Observable Timing Discrepancy.",
25+
"link": "https://nvd.nist.gov/vuln/detail/CVE-2025-59438"
26+
}
27+
],
28+
"summary": {
29+
"total_vulnerabilities": 2,
30+
"by_severity": {
31+
"CRITICAL": 0,
32+
"HIGH": 0,
33+
"MEDIUM": 2,
34+
"LOW": 0
35+
}
36+
},
37+
"metadata": {
38+
"scanner": "esp-idf-security-dashboard",
39+
"scan_method": "git-release-branch",
40+
"docker_image": null
41+
}
42+
}

data/release_v5.4-616ff5862b.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"release_version": "release/v5.4-616ff5862b",
3-
"scan_date": "2025-11-06T00:28:04.795900Z",
3+
"scan_date": "2025-11-07T00:28:04.475718Z",
44
"tool_version": "0.21.0",
55
"total_components": 0,
66
"vulnerabilities": [

data/release_v5.5-f1a1df9b2e.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"release_version": "release/v5.5-f1a1df9b2e",
3-
"scan_date": "2025-11-06T00:28:20.928514Z",
3+
"scan_date": "2025-11-07T00:27:33.083409Z",
44
"tool_version": "0.21.0",
55
"total_components": 0,
66
"vulnerabilities": [

data/scan_summary.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,61 @@
11
{
2-
"last_updated": "2025-11-06T00:28:37.896430Z",
2+
"last_updated": "2025-11-07T00:28:12.928482Z",
33
"scanned_versions": [
4-
"v5.1.5",
5-
"v5.0.1",
6-
"v5.1.3",
7-
"v5.0",
8-
"v5.1.4",
9-
"v5.4",
10-
"v5.2.3",
11-
"v5.4.1",
12-
"v5.0.9",
4+
"v5.4.2",
5+
"v5.0.3",
136
"v5.1.6",
14-
"v5.0.8",
15-
"v5.3.3",
16-
"v5.2.1",
17-
"v5.5.1",
7+
"v5.3.4",
8+
"v5.2",
9+
"v5.2.2",
1810
"v5.0.7",
19-
"v5.3",
20-
"v5.1",
2111
"v5.2.4",
22-
"v5.2.6",
12+
"v5.4",
2313
"v5.0.2",
24-
"v5.2",
25-
"v5.1.1",
26-
"v5.0.4",
27-
"v5.4.2",
28-
"v5.4.3",
14+
"v5.2.3",
15+
"v5.3",
16+
"v5.1.3",
17+
"v5.3.1",
18+
"v5.3.3",
19+
"v5.0",
20+
"v5.5.1",
21+
"v5.4.1",
2922
"v5.5",
30-
"v5.3.2",
23+
"v5.0.4",
3124
"v5.0.5",
32-
"v5.3.4",
33-
"v5.2.2",
34-
"v5.0.3",
35-
"v5.2.5",
36-
"v5.3.1",
3725
"v5.1.2",
26+
"v5.0.8",
27+
"v5.1.5",
28+
"v5.3.2",
29+
"v5.1.4",
30+
"v5.0.9",
31+
"v5.0.1",
32+
"v5.2.5",
33+
"v5.2.6",
34+
"v5.2.1",
35+
"v5.4.3",
36+
"v5.1",
37+
"v5.1.1",
3838
"v5.0.6",
39-
"release/v5.0-d9f9b7d8ed",
40-
"release/v5.1-79c0dff3a5",
41-
"release/v5.4-616ff5862b",
4239
"release/v5.2-72d06017df",
4340
"release/v5.5-f1a1df9b2e",
44-
"release/v5.3-e807677650",
45-
"master-d1b91b79b5"
41+
"release/v5.3-4ecc140e33",
42+
"release/v5.1-79c0dff3a5",
43+
"release/v5.0-d9f9b7d8ed",
44+
"release/v5.4-616ff5862b",
45+
"master-27baa4a261"
4646
],
4747
"failed_versions": [
48-
"release/v5.0",
49-
"release/v5.1",
50-
"release/v5.4",
5148
"release/v5.2",
5249
"release/v5.5",
5350
"release/v5.3",
51+
"release/v5.1",
52+
"release/v5.0",
53+
"release/v5.4",
5454
"master"
5555
],
5656
"total_scanned": 42,
5757
"scan_method": "git-batch",
58-
"workflow_run": "126",
58+
"workflow_run": "127",
5959
"scanner_info": {
6060
"tool": "esp-idf-security-dashboard",
6161
"esp_idf_sbom_version": "0.21.0",

data/v5.0.1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"release_version": "v5.0.1",
3-
"scan_date": "2025-11-06T00:23:30.293204Z",
3+
"scan_date": "2025-11-07T00:26:26.754929Z",
44
"tool_version": "0.21.0",
55
"total_components": 0,
66
"vulnerabilities": [],

data/v5.0.2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"release_version": "v5.0.2",
3-
"scan_date": "2025-11-06T00:25:43.475679Z",
3+
"scan_date": "2025-11-07T00:24:14.218792Z",
44
"tool_version": "0.21.0",
55
"total_components": 0,
66
"vulnerabilities": [],

0 commit comments

Comments
 (0)