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

Refactored SharedSecureRandom #25113

Merged
merged 4 commits into from
Aug 25, 2024
Merged

Conversation

dmatej
Copy link
Contributor

@dmatej dmatej commented Aug 25, 2024

  • Removed fake inheritance
  • Removed static "get"
  • Removed unused SecurityUtils (used own SecureRandom, but it is related)
  • Added log
    • Note: I would prefer INFO, however that would spam some asadmin commands which don't differ between STDOUT and STDERR.
  • Reported by SpotBugs plugin security extension locally (future PR in progress)

dmatej added 3 commits August 25, 2024 16:45
…ect.

- SpotBugs security extension did not like it.
- It wasn't a problem except readability. The get() was redundant.

Signed-off-by: David Matějček <[email protected]>
Signed-off-by: David Matějček <[email protected]>
@dmatej dmatej added this to the 7.0.17 milestone Aug 25, 2024
@dmatej dmatej self-assigned this Aug 25, 2024
@dmatej dmatej merged commit c22e587 into eclipse-ee4j:master Aug 25, 2024
2 checks passed
@dmatej dmatej deleted the sharedsecurerandom branch August 25, 2024 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants