Antonio Teixeira
61b53625a0
- Patches changes: * Change CVE-2024-28849-follow-redirects-drop-proxy-authorization.patch to update the follow-redirects package instead of patching directly. * Added CVE-2022-25883-npm-watch-semver-deps.patch (bsc#1212572) - Add a package-lock.json to the package OBS-URL: https://build.opensuse.org/request/show/1177399 OBS-URL: https://build.opensuse.org/package/show/security:sensor/velociraptor?expand=0&rev=76
25 lines
873 B
Diff
25 lines
873 B
Diff
From 76e999d0976ad6559574c92b79fe7432596d2d6c Mon Sep 17 00:00:00 2001
|
|
From: snyk-bot <snyk-bot@snyk.io>
|
|
Date: Sat, 27 Apr 2024 00:20:54 +0000
|
|
Subject: [PATCH] fix: gui/velociraptor/package.json to reduce vulnerabilities
|
|
|
|
The following vulnerabilities are fixed with an upgrade:
|
|
- https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
|
|
---
|
|
gui/velociraptor/package.json | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: b/gui/velociraptor/package.json
|
|
===================================================================
|
|
--- a/gui/velociraptor/package.json
|
|
+++ b/gui/velociraptor/package.json
|
|
@@ -31,7 +31,7 @@
|
|
"lodash": "^4.17.21",
|
|
"moment": "^2.29.4",
|
|
"moment-timezone": "0.5.43",
|
|
- "npm-watch": "^0.11.0",
|
|
+ "npm-watch": "^0.12.0",
|
|
"prop-types": "^15.8.1",
|
|
"qs": "^6.11.2",
|
|
"query-string": "^6.14.1",
|