Skip to content
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

Extract load PGPSignature utility. Fix close. #110

Merged
merged 1 commit into from
May 18, 2020

Conversation

cobratbq
Copy link
Contributor

Extract a utility method for loading PGPSignature content and add some
unit tests for this. Make loading logic more robust to bad content.

It seems that in the original code, the constructed FileInputStream is
never closed. This could explain the flaky Windows build agent failures.

@cobratbq cobratbq requested a review from slawekjaranowski May 18, 2020 14:08
@cobratbq cobratbq self-assigned this May 18, 2020
Extract a utility method for loading PGPSignature content and add some
unit tests for this. Make loading logic more robust to bad content.

It seems that in the original code, the constructed FileInputStream is
never closed. This could explain the flaky Windows build agent failures.
@cobratbq cobratbq force-pushed the extract-utility-pgpsignature-loading branch from 2f5ab4b to 3230cfe Compare May 18, 2020 14:16
@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 5 Code Smells

86.7% 86.7% Coverage
0.0% 0.0% Duplication

@slawekjaranowski slawekjaranowski merged commit 4100305 into master May 18, 2020
@slawekjaranowski slawekjaranowski added this to the v1.8.0 milestone May 18, 2020
@cobratbq cobratbq deleted the extract-utility-pgpsignature-loading branch June 6, 2020 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants