JanusGraph / JanusGraph/janusgraph
Fix access specifier manipulation in Hex.java
Open
kind/bug/possible
- Dominant language
- Java
- Stars
- 5.8k
- Forks
- 1.2k
- Avg merge
- 13h 53m
- Merged PRs (30d)
- 6
Description
Fortify says we should not modify accessibility:
1. [Hex.java](https://github.com/JanusGraph/janusgraph/blob/84ead7d/janusgraph-core/src/main/java/org/janusgraph/diskstorage/util/Hex.java#L104)
Contributor guide
Research direction
Start with janusgraph-core/src/main/java/org/janusgraph/diskstorage/util/Hex.java at the linked line and inspect how accessibility is being modified. Confirm the intended behavior with the Fortify warning, then make the smallest change that removes the access-specifier manipulation without changing Hex's functionality. Verify the relevant Java checks or tests available in the repository.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- security
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100