-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* MEND scan * fix project
- Loading branch information
Showing
6 changed files
with
274 additions
and
243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,5 @@ kubernetes/ | |
testdata/ | ||
.* | ||
|
||
# MEND unified agent | ||
wss-unified-agent.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,3 +64,6 @@ typings/ | |
dev/ | ||
download-cache/ | ||
.npmrc | ||
|
||
# MEND unified agent | ||
wss-unified-agent.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,28 @@ | ||
{ | ||
"low": true, | ||
"_allowListExample": [ | ||
{ | ||
"GHSA-1234-5678-9012": { | ||
"active": true, | ||
"notes": "The package X has vuln Y that is ignored because Y", | ||
"expiry": "2077-04-01" | ||
} | ||
}, | ||
], | ||
"allowlist": [ | ||
{ | ||
"GHSA-p8p7-x288-28g6": { | ||
"active": true, | ||
"notes": "The Request package through 2.88.2 for Node.js allows a bypass of SSRF mitigations via an attacker-controller server that does a cross-protocol redirect (HTTP to HTTPS, or HTTPS to HTTP)", | ||
"expiry": "2023-10-01" | ||
} | ||
}, | ||
{ | ||
"GHSA-72xf-g2v4-qvf3": { | ||
"active": true, | ||
"notes": "The Request package (see above) requires tough-cookie at a vulnerable version.", | ||
"expiry": "2023-10-01" | ||
} | ||
} ], | ||
"skip-dev": true | ||
} | ||
|
||
"low": true, | ||
"_allowListExample": [ | ||
{ | ||
"GHSA-1234-5678-9012": { | ||
"active": true, | ||
"notes": "The package X has vuln Y that is ignored because Y", | ||
"expiry": "2077-04-01" | ||
} | ||
}, | ||
], | ||
"allowlist": [ | ||
{ | ||
"GHSA-p8p7-x288-28g6": { | ||
"active": true, | ||
"notes": "The Request package through 2.88.2 for Node.js allows a bypass of SSRF mitigations via an attacker-controller server that does a cross-protocol redirect (HTTP to HTTPS, or HTTPS to HTTP)", | ||
"expiry": "2023-12-31" | ||
} | ||
}, | ||
{ | ||
"GHSA-72xf-g2v4-qvf3": { | ||
"active": true, | ||
"notes": "The Request package (see above) requires tough-cookie at a vulnerable version.", | ||
"expiry": "2023-12-31" | ||
} | ||
} ], | ||
"skip-dev": true | ||
} |
Oops, something went wrong.