testable-eu / sast-testability-patterns

Testability Pattern Catalogs for SAST
https://owasp.org/www-project-testability-patterns-for-web-applications/
Apache License 2.0
28 stars 2 forks source link

Update TP: Java: Multiple patterns with multiple findings #17

Open vlkl-sap opened 1 year ago

vlkl-sap commented 1 year ago

Testability pattern

126_chained_assignment/1_instance_126_chained_assignment
129_super_invoke_method/1_instance_129_super_invoke_method
140_super_expression/1_instance_140_super_expression
15_binding/1_instance_15_binding
16_type_inference/1_instance_16_type_inference
31_class_implement_interface/2_instance_31_class_implement_interface
6_callable/2_instance_6_callable

Problem statement

The above-named instances potentially have multiple vulnerabilities.

Proposed changes

Remove the superfluous ones or split the instances.

Other