#10149 closed bug (invalid)
Broken Link in jquery-1.6.2.min.js
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | misc | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I am scanning my site with acunetix and I am getting a broken link vulnerability and it points to the jquery-1.6.2.min.js at the following line:
<a href='/a' style='top:1px;float:left;opacity:.55;'>a</a>
Is this a major problem? Or is there something I can change or is this how it is?
Change History (1)
comment:1 Changed 11 years ago by
Component: | unfiled → misc |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Thanks for submitting a ticket to the jQuery bug tracker!. Although we're not able to directly assist with issues related to third party products or services, it's possible that you or a plugin being used is applying some logic to all link elements or attempting to pre-fetch content via $.ajax. The above '/a' may in fact not exist on your server if this is the case (I'm just giving this my best guess). Please double check your code to ensure that the above is not the case, failing which, speak to Acunetix to find out how they deem links as broken.