-
-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update vulnerable go dependencies (#938)
* upgrade * upgrade * revert gems * revert * upgrade to the latest vers * revert * revert * partial upgrade * revert partial upgrade * archiver (depr) -> archive/zip * ignore DS_Store * remove unused ref * revert unneeded upgrades * run go mod tidy * make code more robust * upgrade testify and sprig * more upgrades * more upgrades * more upgrades * upgrade pterm * revert * test upgrading certain modules only * expr upgrade * upgrade copy * upgrade godirwalk * downgrade godirwalk, upgrade others * change expr * revert yaml * fix pterm and godirwalk vers * downgrade godirwalk * upgrade back godirwalk * go mod tidy * remove godirwalk entirely and use filepath instead * minor upgrades * check os.MkdirAll * no redeclaring err * mkdirall -> mkdir * ran goimport * simplify syntax * redeclare error to satisfy linting req * fix err shadowing * path traversal * remove path traversal * try mholt archives * remove unused zip dep * remove linkErr shadowing * run goimport * rename unused context as _ * revert to archive again * file traversal error remove * limit decompression size * increase copy size * revert filepath join * change filepath, revert io copy * add limit reader * change to 10 GB size limit * change to CopyN * revert back to Copy * go mod tidy
- Loading branch information
1 parent
c58806e
commit e73f5cd
Showing
10 changed files
with
193 additions
and
254 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 |
---|---|---|
|
@@ -23,6 +23,8 @@ fixtures/formats/Sphinx/_build/ | |
|
||
.release-env | ||
|
||
.DS_Store | ||
|
||
# Files | ||
*.o | ||
*.a | ||
|
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
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.