CVE-2025-64164: Lombok Data Field Name Shadows Getter
Field `$FIELD` is declared in a Lombok `@Data`/`@Getter` annotated class and its name starts with "get" followed by an uppercase letter. Lombok will generate the accessor `getGet...()` for this field, so any call that looks like `get<X>()` will silently dispatch to a different method (typically inherited from a parent class) instead of returning this field's
greprules fetch cve-2025-64164-lombok-data-field-name-shadows-getter --engine opengrepDescription
Field `$FIELD` is declared in a Lombok `@Data`/`@Getter` annotated class and its name starts with "get" followed by an uppercase letter. Lombok will generate the accessor `getGet...()` for this field, so any call that looks like `get<X>()` will silently dispatch to a different method (typically inherited from a parent class) instead of returning this field's
Community feedback
0 rule-level signals from signed-in users.
- Useful reports
- 0
- Context false positives
- 0
- Metadata suggestions
- 0
Contextual precision
Aggregated from approved scan feedback. False-positive reports describe observed scan contexts, not a global rule verdict.
- Findings observed
- 0
- Projects
- 0
- Reporters
- 0
Precision details are collecting more signed-in reports before verdict counts or ratios are emphasized.
No approved finding verdicts yet.
No scan diagnostics reported yet.