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

ALS-4751: Clean up excepetion handling, per checkmarx #70

Merged
merged 3 commits into from
Jul 18, 2023
Merged

Conversation

ramari16
Copy link
Contributor

@ramari16 ramari16 commented Jul 12, 2023

Checkmarx complains about e.printStackTrace(), and while it's not actually a security issue, it's bad practice and should be removed. I also updated most catches of IOException to throw UncheckedIOException instead of logging and ignoring them, as well as re-throwing as unchecked several other un-recoverable exceptions

@ramari16 ramari16 merged commit 6150168 into master Jul 18, 2023
2 checks passed
@ramari16 ramari16 deleted the ALS-4751 branch July 18, 2023 15:38
@Luke-Sikina Luke-Sikina added the enhancement New feature or request label Jul 25, 2023
@JamesPeck JamesPeck restored the ALS-4751 branch July 27, 2023 17:29
@JamesPeck JamesPeck deleted the ALS-4751 branch July 27, 2023 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants