-
Notifications
You must be signed in to change notification settings - Fork 72
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
fix: security issues #464
fix: security issues #464
Conversation
Codecov Report
@@ Coverage Diff @@
## main #464 +/- ##
==========================================
- Coverage 62.26% 62.24% -0.03%
==========================================
Files 13 13
Lines 1659 1658 -1
==========================================
- Hits 1033 1032 -1
Misses 563 563
Partials 63 63
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Apporoving and waiting for conversation to be resloved
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
a4ea3b5
to
b6c6319
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.
TBH this is definitely a false positive security issue. The hash isn't being used here for anything security related, just to reduce un-needed cycles if the HTTP contents haven't changed.
That said, if switching to sha256 save us some false positive warnings in tools I think it's a good change.
Co-authored-by: Todd Baert <[email protected]> Signed-off-by: odubajDT <[email protected]>
🤖 I have created a release *beep* *boop* --- ## [0.4.1](v0.4.0...v0.4.1) (2023-03-07) ### 🔄 Refactoring * remove unused struct field ([#458](#458)) ([a04c0b8](a04c0b8)) ### 🧹 Chore * **deps:** update sigstore/cosign-installer digest to bd2d118 ([#471](#471)) ([ee90f48](ee90f48)) ### 🐛 Bug Fixes * **deps:** update module github.com/open-feature/go-sdk-contrib/providers/flagd to v0.1.10 ([#459](#459)) ([cbdf9b0](cbdf9b0)) * **deps:** update module golang.org/x/net to v0.8.0 ([#468](#468)) ([10d5f2c](10d5f2c)) * fix broken image signing ([#461](#461)) ([05bb51c](05bb51c)) * fixing image delimeter ([#463](#463)) ([b4ee495](b4ee495)) * security issues ([#464](#464)) ([7f1e759](7f1e759)) * set readiness once only ([#465](#465)) ([41a888d](41a888d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This PR
Related Issues
Fixes #321