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 <adam@adalogics.com> Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
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. |
JeyJeyGao
left a comment
There was a problem hiding this comment.
LGTM. Compared commit history and diff against main branch.
main
…ification Signed-off-by: Junjie Gao <junjiegao@microsoft.com> Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
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 #470 --------- Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
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 <priteshbandi@gmail.com> Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com> Co-authored-by: Pritesh Bandi <priteshbandi@gmail.com> Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Fix: - added warning message for non-revokable certificate --------- Signed-off-by: Junjie Gao <junjiegao@microsoft.com> Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
…482) Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Fix: - replaced `.String()` with the `%v` format to avoid rendering the string before actually logging it. Resolves #480 Signed-off-by: Junjie Gao <junjiegao@microsoft.com> Signed-off-by: Patrick Zheng <patrickzheng@microsoft.com>
Updated. |
|
Should cherry pick the following commits 84c2ec0...95bac00. Since #469 has merge conflicts, the related commit is covered by #489 |
@shizhMSFT removed |
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.