Closed Bug 662460 Opened 13 years ago Closed 13 years ago

Update Flash warning on the Firefox What's New page for Flash version 10.3.181.22

Categories

(www.mozilla.org :: General, defect)

defect
Not set
critical

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: kohei, Assigned: gauthierm)

Details

+++ This bug was initially created as a clone of Bug #651958 +++

via bug 662270. detect-flash.js should be updated.

Note that the previous version was 10.3.181.14 and the latest version is 10.3.181.22. Because detect-flash.js only checks the major version, minor version and revision, it fails to detect the vulnerable version. We also have to check the *build number*.

And one more thing: why not use navigator.plugins['Shockwave Flash'].version to detect the accurate version? The script is only used on the Firefox 3.6+ whatsnew pages, it could be so simple like this:
http://mozilla.jp/js/mj/detect-flash.js
Assignee: nobody → cbrodigan
The XSS 0-day exploits are in the wild; please update the warning right now.
Severity: normal → critical
Summary: Update Flash Warning content on the Firefox What's New page for Flash version 10.3.181.22 → Update Flash warning on the Firefox What's New page for Flash version 10.3.181.22
Reassigning to Steven, as James is on PTO.
Assignee: cbrodigan → steven
I don't know much about this JS file. Kohei, are we ok to take what you've got in http://mozilla.jp/js/mj/detect-flash.js?
Assignee: steven → mike
Target Milestone: --- → 2.8
Merged code with mozilla.jp code in r90331.
Kohei, it appears that the navigator.plugins[foo].version doesn't work on Linux. Can you confirm?
Added extra code to use the plugin description for Linux in r90340.
Merged to stage in r90417.
Status: NEW → RESOLVED
Closed: 13 years ago
Keywords: qawanted
Resolution: --- → FIXED
Yeah, big thanks Michael for that.

I can push this as soon as it's been QA-ed.
pushed to production r90578
verified fixed http://www.mozilla.com/en-US/firefox/4.0/whatsnew/
Status: RESOLVED → VERIFIED
Component: www.mozilla.org/firefox → www.mozilla.org
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in before you can comment on or make changes to this bug.