How to resolve Trust Bound Violation In Date parameter

84 views Asked by At

Scan shows "Trust Bound Violation" in Session Variables for the below code.

How to sanitize or validate the below getDate()?

Not able to use the regular ESAPI validator as getDate() is type Timestamp

this.queryDate = params.getDate();
0

There are 0 answers