You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The suggestGet method in the ProvisioningAction.java accepts the parameters in the request and puts them into "userDataMap".
Finally, participated in the database interaction in the executeQuery() method in H2DataSource.java.
An attacker can perform a SQL injection attack by constructing malicious parameters -- "lastanme" and "firstname".
The text was updated successfully, but these errors were encountered:
The suggestGet method in the ProvisioningAction.java accepts the parameters in the request and puts them into "userDataMap".
Finally, participated in the database interaction in the executeQuery() method in H2DataSource.java.
An attacker can perform a SQL injection attack by constructing malicious parameters -- "lastanme" and "firstname".
The text was updated successfully, but these errors were encountered: