-
Notifications
You must be signed in to change notification settings - Fork 42
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
chore: cherry pick fixes from main
#487
chore: cherry pick fixes from main
#487
Conversation
Adds a fuzz test from cncf-fuzzing: https://github.com/cncf/cncf-fuzzing/blob/main/projects/notary/fuzz_pkix_test.go Signed-off-by: Adam Korczynski <[email protected]> Signed-off-by: Patrick Zheng <[email protected]>
…taryproject#467) Signed-off-by: Patrick Zheng <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-1.3 #487 +/- ##
===============================================
- Coverage 81.71% 80.60% -1.12%
===============================================
Files 33 33
Lines 2374 3062 +688
===============================================
+ Hits 1940 2468 +528
- Misses 302 463 +161
+ Partials 132 131 -1 ☔ View full report in Codecov by Sentry. |
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. Compared commit history and diff against main branch.
main
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.
The commit e723406 is required to be backported.
3c48012
to
e00e57a
Compare
…ification Signed-off-by: Junjie Gao <[email protected]> Signed-off-by: Patrick Zheng <[email protected]>
This PR adds tsa trust store root cert validation while getting certificates from trust store. This is to fail fast if cert in TSA trust store is not a root CA certificate. Resolves notaryproject#470 --------- Signed-off-by: Patrick Zheng <[email protected]>
Signed-off-by: Patrick Zheng <[email protected]>
…oject#468) Signed-off-by: Patrick Zheng <[email protected]>
…otaryproject#474) Signed-off-by: Patrick Zheng <[email protected]>
…oject#476) Signed-off-by: Patrick Zheng <[email protected]>
Signed-off-by: Patrick Zheng <[email protected]>
…ct#477) Signed-off-by: Patrick Zheng <[email protected]>
…#472) When a plugin exceeds the specified timeout or deadline for content processing, the current error message displayed is ```signal: killed```. This PR updates the error message to a more informative message: ```[plugin_name] [command_name] command execution timeout: signal: killed``` --------- Signed-off-by: Pritesh Bandi <[email protected]> Signed-off-by: Patrick Zheng <[email protected]>
Signed-off-by: Patrick Zheng <[email protected]> Co-authored-by: Pritesh Bandi <[email protected]> Signed-off-by: Patrick Zheng <[email protected]>
…#479) Fix: - added warning message for non-revokable certificate --------- Signed-off-by: Junjie Gao <[email protected]> Signed-off-by: Patrick Zheng <[email protected]>
…otaryproject#482) Signed-off-by: Patrick Zheng <[email protected]>
Fix: - replaced `.String()` with the `%v` format to avoid rendering the string before actually logging it. Resolves notaryproject#480 Signed-off-by: Junjie Gao <[email protected]> Signed-off-by: Patrick Zheng <[email protected]>
e00e57a
to
dd73327
Compare
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
Updated. |
Should cherry pick the following commits 84c2ec0...95bac00. Since #469 has merge conflicts, the related commit is covered by #489 |
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.
dd73327
to
5b21f2f
Compare
@shizhMSFT removed |
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
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
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
This PR cherry picks from main to release-1.3. This is for v1.3.0-rc.2 release.
This PR targets on branch
release-1.3
.