-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
security: removed snyk issues involving OIDC (#167)
removed writing empty req.body to httpWriter in OIDC authentication. modified ras.GenerateKey to use 2048 bit encryption in cicd-integration/generate_pki.go
- Loading branch information
1 parent
2ac6fb3
commit 13fb517
Showing
4 changed files
with
15 additions
and
7 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 @@ | ||
kind: security | ||
body: |- | ||
removed writing empty req.body to httpWriter in OIDC authentication. | ||
modified ras.GenerateKey to use 2048 bit encryption in cicd-integration/generate_pki.go | ||
time: 2024-08-07T12:06:31.546382-07:00 |
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 |
---|---|---|
|
@@ -126,3 +126,6 @@ snapcraft-login | |
|
||
# mac | ||
.DS_Store | ||
|
||
# snyk | ||
.dccache |
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