Skip to main content

Bug Tracker

Side navigation

#10149 closed bug (invalid)

Opened August 27, 2011 12:09AM UTC

Closed August 27, 2011 08:38AM UTC

Last modified March 14, 2012 09:12AM UTC

Broken Link in jquery-1.6.2.min.js

Reported by: uchimataa@hotmail.com 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?

Attachments (0)
Change History (1)

Changed August 27, 2011 08:38AM UTC by addyosmani comment:1

component: unfiledmisc
priority: undecidedlow
resolution: → invalid
status: newclosed

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.