Skip to content

Java: Fix False Positive for Hardcoded Password and SQL injection

Vishwa Bhat requested to merge vbhat161-java-fp-cases into main

What does this MR do?

  • Fixes False Positive rule for Hardcoded password
  • Fixes False Positive rule for SQL Injection

NOTE: I've manually pulled the changes from the sast-rules repository since the generated ruleset contains primary_identifiers and secondary_identifiers instead of identifiers which AFAIK aren't compatible in Semgrep yet.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Lucas Charles

Merge request reports