diff --git a/advisories/github-reviewed/2018/07/GHSA-4vfj-c2xf-8r48/GHSA-4vfj-c2xf-8r48.json b/advisories/github-reviewed/2018/07/GHSA-4vfj-c2xf-8r48/GHSA-4vfj-c2xf-8r48.json index f9b21cac056..6ab37f5a734 100644 --- a/advisories/github-reviewed/2018/07/GHSA-4vfj-c2xf-8r48/GHSA-4vfj-c2xf-8r48.json +++ b/advisories/github-reviewed/2018/07/GHSA-4vfj-c2xf-8r48/GHSA-4vfj-c2xf-8r48.json @@ -1,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-4vfj-c2xf-8r48", - "modified": "2020-08-31T18:22:07Z", + "modified": "2023-09-05T22:26:53Z", "published": "2018-07-23T20:45:20Z", "aliases": [ "CVE-2017-16169" ], "summary": "Directory Traversal in looppake", - "details": "Affected versions of `looppake` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\nExample request:\n```\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", + "details": "Affected versions of `looppake` resolve relative file paths, resulting in a directory traversal vulnerability. A malicious actor can use this vulnerability to access files outside of the intended directory root, which may result in the disclosure of private files on the vulnerable system.\n\n**Example request:**\n```http\nGET /../../../../../../../../../../etc/passwd HTTP/1.1\nhost:foo\n```\n\n\n## Recommendation\n\nNo patch is available for this vulnerability.\n\nIt is recommended that the package is only used for local development, and if the functionality is needed for production, a different package is used instead.", "severity": [ ], @@ -17,6 +17,11 @@ "ecosystem": "npm", "name": "looppake" }, + "ecosystem_specific": { + "affected_functions": [ + "" + ] + }, "ranges": [ { "type": "ECOSYSTEM",