Skip to content

Commit f2b7ebe

Browse files
Add GHSA-pwf7-47c3-mfhx to OSV advisories database (#381)
Add j178/prek-action arbitrary code injection vulnerability to the vulnerability database. - Package: j178/prek-action - Severity: 9.9 Critical (CWE-94) - Vulnerable versions: <=1.0.5 - Fixed in: 1.0.6 - Published: 2025-09-29 Reference: GHSA-pwf7-47c3-mfhx
1 parent 547803b commit f2b7ebe

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

opa/rego/external/osv.rego

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,4 +277,19 @@ advisories = {
277277
"vulnerable_version_ranges": [">=4,<4.1.7"],
278278
"vulnerable_commit_shas": [],
279279
},
280+
"GHSA-pwf7-47c3-mfhx": {
281+
"osv_id": "GHSA-pwf7-47c3-mfhx",
282+
"package_name": "j178/prek-action",
283+
"published": "2025-09-29T17:51:19Z",
284+
"aliases": [],
285+
"summary": "j178/prek-action vulnerable to arbitrary code injection in composite action",
286+
"severity": [{
287+
"type": "CVSS_V3",
288+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
289+
}],
290+
"cwe_ids": ["CWE-94"],
291+
"vulnerable_versions": [],
292+
"vulnerable_version_ranges": [">=0,<=1.0.5"],
293+
"vulnerable_commit_shas": [],
294+
},
280295
}

0 commit comments

Comments
 (0)