forked from niki-timofe/verdaccio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: resolves several issues of audit plugin (verdaccio#2400)
* fixes an ssl error by correcting the host header * fixes an `413 - entity too large` / `400 -Invalid compressed payload` error by explicitly setting the content-encoding header * sends json body to remote registry * adds new `/advisories/bulk` endpoint * respects `strict_ssl` setting Co-authored-by: Juan Picado <[email protected]>
- Loading branch information
1 parent
1117dd3
commit f96b147
Showing
2 changed files
with
27 additions
and
23 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'verdaccio-audit': patch | ||
--- | ||
|
||
fix: several issues which caused the audit to fail (#2335) |
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