Fix bugs discovered in v0.1.6#113
Conversation
Signed-off-by: Santosh <ksantosh@intelops.dev>
|
Hi there 👋, @DryRunSecurity here, below is a summary of our analysis and findings.
Note 🟢 Risk threshold not exceeded. Change Summary (click to expand)The following is a summary of changes in this pull request made by me, your security buddy 🤖. Note that this summary is auto-generated and not meant to be a definitive list of security issues but rather a helpful summary from a security perspective. Summary: The code changes in this pull request cover several files and focus on improving the reliability, error handling, and security of the application's artifact push functionality. The key changes include:
From an application security perspective, the changes in this pull request do not introduce any obvious security concerns. The modifications are primarily focused on improving the reliability, error handling, and security of the artifact push functionality, which is an important aspect of secure application development. However, it's important to thoroughly review the changes to ensure that they do not introduce any unintended security implications, such as improper handling of authentication and authorization, potential for denial-of-service attacks due to overly aggressive retrying, or incomplete error handling that could lead to information leakage or other security issues. Files Changed:
Powered by DryRun Security |
This PR fixes the bugs found in the latest release
v0.1.6.It mainly covers implementing a retry using failures for pull and push commands. Along with this there is a fix to goreleaser made for printing Changelogs on a new release.