-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lazily create certificates #91
Conversation
|
||
// This will be flagged by the static code analyzer as 'Use of a weak cryptographic key' but its intentional | ||
// and is used only for testing. | ||
k, _ := rsa.GenerateKey(rand.Reader, 1024) |
Check failure
Code scanning / CodeQL
Use of a weak cryptographic key
Codecov Report
@@ Coverage Diff @@
## main #91 +/- ##
=======================================
Coverage 78.76% 78.76%
=======================================
Files 28 28
Lines 2067 2067
=======================================
Hits 1628 1628
Misses 336 336
Partials 103 103 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Signed-off-by: Pritesh Bandi <pritesb@amazon.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Pritesh Bandi pritesb@amazon.com
Issue: notaryproject/notation#429
Time after fix: