From d39957fa56615c15fee15c8e77cf46a70a03984f Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 5 May 2010 16:07:34 +0000 Subject: [PATCH] Blacklist "potentially vulnerable to CVE-2009-3555" error in error reports --- chrome/content/zotero/xpcom/zotero.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index a0e921cab..60aaecfc1 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -724,7 +724,8 @@ var Zotero = new function(){ '[JavaScript Error: "Warning: unrecognized command line flag -foreground', 'LibX:', 'function skype_', - '[JavaScript Error: "uncaught exception: Permission denied to call method Location.toString"]' + '[JavaScript Error: "uncaught exception: Permission denied to call method Location.toString"]', + 'potentially vulnerable to CVE-2009-3555' ]; for (var i=0; i