We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQL_Injection issue exists @ riches/WEB-INF/src/java/com/checkmarx/samples/riches/restful/TransactionResources.java in branch master
Severity: High CWE:89 Vulnerability details and guidance Checkmarx Lines: 84 101 102 104 105 106 107 63
Code (Line #84):
public String Deposit(String representation) {
Code (Line #101):
public String GetTransactions(@PathParam("username") String username,
Code (Line #102):
@PathParam("acctno") @DefaultValue("0422328325") String acctno,
Code (Line #104):
@MatrixParam("payee") String payee,
Code (Line #105):
@MatrixParam("amount") String amount,
Code (Line #106):
@QueryParam("memo") String memo,
Code (Line #107):
@QueryParam("id") String id){
Code (Line #63):
public String PayBill(String representation)
The text was updated successfully, but these errors were encountered:
Issue still exists.
Sorry, something went wrong.
No branches or pull requests
SQL_Injection issue exists @ riches/WEB-INF/src/java/com/checkmarx/samples/riches/restful/TransactionResources.java in branch master
Severity: High
CWE:89
Vulnerability details and guidance
Checkmarx
Lines: 84 101 102 104 105 106 107 63
Code (Line #84):
Code (Line #101):
Code (Line #102):
Code (Line #104):
Code (Line #105):
Code (Line #106):
Code (Line #107):
Code (Line #63):
The text was updated successfully, but these errors were encountered: