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
if the GET parameter for product_type is altered to use an out of range value, the code still does the look up but returns a blank hander name. It then attempts to load product handler code based on an incorrect path.
The text was updated successfully, but these errors were encountered:
The Aura library components are completely decoupled and designed to be drop-in enhancements to legacy projects like ZC to help get them up-to-date. Paul M. Jones http://paul-m-jones.com/ built it and I highly recommend leveraging his library here. Addressing this issue would be a great place to start.
@texdc I think you misunderstand, I was referring to the parameter being changed in the URL, not being modified by code,
Background is that code is pen tested by PA-DSS QSA, automated scanning will manipulate GET/POST params to attempt exploits (XSS/XSRF/SQLi etc). The fact that manipulation of this parameter causes unexpected behaviour can trigger false positives in the pen test.
if the GET parameter for product_type is altered to use an out of range value, the code still does the look up but returns a blank hander name. It then attempts to load product handler code based on an incorrect path.
The text was updated successfully, but these errors were encountered: