checker-framework icon indicating copy to clipboard operation
checker-framework copied to clipboard

Fix UtilCheckerFuzzer: Security exception Update I18nFormatUtil.java

Open Shivam7-1 opened this issue 9 months ago • 4 comments

Issue link: https://issues.oss-fuzz.com/issues/387777040 Improves formatParameterCategories by validating format string indices and handling parsing errors safely. Prevents crashes from malformed input.

Shivam7-1 avatar Apr 10 '25 15:04 Shivam7-1

Hii @mernst Could you please review this PR Thanks

Shivam7-1 avatar Apr 14 '25 08:04 Shivam7-1

@Shivam7-1 your code does not compile. Please at least ensure the code builds locally and tests pass before requesting a review.

msridhar avatar Apr 14 '25 14:04 msridhar

@Shivam7-1 you can run ./gradlew spotlessApply to fix the formatting issues causing a CI failure

msridhar avatar Apr 15 '25 14:04 msridhar

The code still doesn't compile.

Also, please do not force-push to GitHub. Force-pushing has no benefit, since we squash-and-merge pull requests. Force-pushing has negative consequences, such as removing code review comments on any deleted commits.

mernst avatar Apr 16 '25 15:04 mernst