-
-
Notifications
You must be signed in to change notification settings - Fork 394
Closed
Labels
2023RCpending community feedbackWaiting to be reviewed by the communityWaiting to be reviewed by the community
Description
Scenario #1 - This category shows a JNDI injection issue.
I don't believe a JNDI injection is a good example of a "security misconfiguration" issue. sure, sometimes there might be an unnecessary JNDI feature within some specific functionality, and it's really better to turn it off. However, in many other cases, the JNDI functionality is required, and cannot be simply removed. In this case, the best mitigation should follow the line of "Input Sanitization", Usage of "Parameterized Queries", and so on.
This is a much better example for Injection use cases (which is partially described in API10:2023 - Unsafe Consumption of APIs)
ErezYalon and LaurentCB
Metadata
Metadata
Assignees
Labels
2023RCpending community feedbackWaiting to be reviewed by the communityWaiting to be reviewed by the community