dart-lang / api.dart.dev

Dart API docs
https://api.dart.dev
BSD 3-Clause "New" or "Revised" License
19 stars 17 forks source link

Several pages use an old jQuery version that has known security issues #72

Open mit-mit opened 5 years ago

mit-mit commented 5 years ago

Outdated library in api.dartlang.org/stable/1.20.1/dart-html/dart-html-library.html https://code.jquery.com/jquery-2.1.4.min.js Library: jquery Version: 2.1.4.min

Outdated library in events.dartlang.org/2016/summit/ Library: jquery Version: 2.2.4

We should update to jQuery 3 to resolve this.

mit-mit commented 5 years ago

cc @kwalrath

kwalrath commented 5 years ago

@jcollins-g and @filiph might be able to fix api.dartlang.org and events.dartlang.org, respectively.