-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace 'request' with 'axios' (#322)
* Replace 'request' with 'axios' * linting * Watchman tests * kubeClass tests * linting * package updates * package auditing * fix patch methods * address Watchman API usage details * enforce request options and response details * typo * typfoix * allow and ignore json option * cleanup, common RequestLib * unit tests * cleanup * cleanup * stream handling updates * use razee/request-util * add expiry to audit allowlist * fix package prefix
- Loading branch information
Showing
9 changed files
with
3,851 additions
and
3,940 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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"low": true, | ||
"_allowlistInfo": [ | ||
{ | ||
"advisory": "GHSA-p8p7-x288-28g6", | ||
"details": "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)", | ||
"justification1": "Request package is deprecated and unlikely to receive updates.", | ||
"justification2": "Application unaffected as it only talks to kubernetes, which can be asserted as not an attacker-controlled server.", | ||
"expiry": "28 April 2023 00:00" | ||
} | ||
], | ||
"allowlist": [ | ||
"GHSA-p8p7-x288-28g6" | ||
], | ||
"skip-dev": true | ||
} | ||
|
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
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
Oops, something went wrong.