This page contains two script
tags:
callback({});
,
where callback
is the value of the query parameter called
"callback".func({});
.src
attribute of the script
tag supplies a query parameter callback=func
which may
trick some scanners into thinking that the endpoint is vulnerable
(as the response begins with the value of a query parameter).