Skip to content

Commit

Permalink
Fixed issue #9085: Vulnerable third party jQuery scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Jun 16, 2014
1 parent 58cf35b commit 526e7bc
Show file tree
Hide file tree
Showing 8 changed files with 6,116 additions and 5,789 deletions.
2 changes: 1 addition & 1 deletion application/config/third_party.php
Expand Up @@ -8,7 +8,7 @@
'jquery' => array(
'baseUrl' => 'third_party/jquery/',
'js' => array(
'jquery-1.10.2.min.js'
'jquery-1.11.1.min.js'
)
),
'jqgrid' => array(
Expand Down
18 changes: 0 additions & 18 deletions third_party/jquery-bindWithDelay/demo/jquery-1.6.1.js

This file was deleted.

154 changes: 0 additions & 154 deletions third_party/jquery-tablesorter/jquery-latest.js

This file was deleted.

6 changes: 0 additions & 6 deletions third_party/jquery/jquery-1.10.2.min.js

This file was deleted.

1 comment on commit 526e7bc

@Shnoulle
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updating to jquery 1.11 can break some js (maybe not). Can we merge 2.05 to 2.06 this week ?

Please sign in to comment.