Skip to content
Closed
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
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"schema_version": "1.4.0",
"id": "GHSA-gp2j-mg4w-2rh5",
"modified": "2023-09-06T20:12:50Z",
"modified": "2023-09-06T20:12:51Z",
"published": "2022-05-24T17:17:04Z",
"aliases": [
"CVE-2020-7645"
],
"summary": "chrome-launcher subject to OS Command Injection",
"details": "chrome-launcher prior to 0.13.2 is subject to OS Command Injection via the `$HOME` environment variable in Linux operating systems. This issue is patched in version 0.13.2.",
"details": "chrome-launcher prior to 0.13.2 is subject to OS Command Injection via the `$HOME` environment variable in Linux operating systems. This issue is patched in version 0.13.2.\n\n`0.10.6` is not affected despite falling between affected releases, because the npm tarball for that version is a broken publish and omits the vulnerable module entirely.",
"severity": [
{
"type": "CVSS_V3",
Expand Down
Loading