FireZenk / FireZenk/AudioWaves
Insufficient Entropy CWE ID 331
Open
- Dominant language
- Java
- Stars
- 826
- Forks
- 156
- PR merge metrics
- No merged PRs in 30d
Description
Standard random number generators do not provide a sufficient amount of entropy when used for security purposes. Attackers can brute force the output of pseudorandom number generators such as rand().
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue does not name a file, test, or entry point. Start by locating uses of rand() and other pseudorandom number generators, then determine which outputs are used for security purposes. Done means those security-sensitive uses no longer rely on insufficient entropy and the relevant behavior is covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile-dev, security
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100