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

fix: Insecure Random #4

Merged
merged 1 commit into from
Mar 4, 2019
Merged

fix: Insecure Random #4

merged 1 commit into from
Mar 4, 2019

Conversation

aichaoxy
Copy link
Contributor

@aichaoxy aichaoxy commented Feb 6, 2019

Since Github has kept giving alert on the insufficient randomness in this project, I suggest that we replace all the usage of new Random() with new SecureRandom() to avoid the risk.

CVE-2018-18531

@aichaoxy aichaoxy mentioned this pull request Feb 6, 2019
@penggle penggle merged commit b73a212 into penggle:master Mar 4, 2019
@zhangchaoxu
Copy link

@penggle cld u pls release a new version to maven repo for this issue fix, thanks

@trydofor
Copy link

I change the groupId and release it to central with 2.3.3

<dependency>
  <groupId>pro.fessional</groupId>
  <artifactId>kaptcha</artifactId>
  <version>2.3.3</version>
</dependency>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants