Skip to content

Releases: facebookincubator/meta-code-verify

v3.5.0

18 Mar 18:18
8465868
Compare
Choose a tag to compare
  • Added Safari support!
  • Improved Whatsapp checks
  • Addressed a vulnerability with scripts claiming to belong to a manifest that hasn't been loaded yet
  • Fixed popup flickering on chrome, fixed visuals of close buttons, cleaned up unused assets and unified icons
  • Cleared a warning in builds

v3.4.0

05 Feb 19:41
d960496
Compare
Choose a tag to compare
  • Fixed UI bug in download JS popup
  • Added a link to download full release JS
  • Added support for webRequest implementations that return multiple comma separated CSPs within one CSP header
  • Fixed a bug in chrome surrounding frameID attribution when prerendering pages by the browser
  • Improved security around worker CSP checks
  • Added support for modern WA

v3.3.0

08 Nov 18:22
1efb44e
Compare
Choose a tag to compare

Features

  • The extension now enforces that the page's content security policy does not allow execution of inline code.
  • Improved parsing of content security policies to better match browser implementations: mixed-case values, partially invalid CSPs, and duplicate directives are all now handled correctly.
  • The extension is now using TypeScript's strict mode.

Bug Fixes

  • Fixed an issue where a bug in Chromium was causing an incorrect invalidation on the first load of the page.
  • Fixed an issue where a script with no content at the time of parsing could incorrectly invalidate the page.
  • Updated the list of known extensions to remove an incorrect entry.

v3.2.1

04 Oct 19:32
4cb08c1
Compare
Choose a tag to compare
  • Added in checks to tighten security and coverage in WebWorker contexts
  • Fixed a bug where extensions files were being mistaken for Worker scripts
  • Ensured extension can go from a "Warning" to "Invalid" state when violating code is detected while in a "Warning" state
  • Fixed a bug where certain background scripts would not be correctly attributed to the correct manifest type
  • [FB/MSGR/IG] Added in stricter checks to ensure every executable script tag has a valid data-btmanifest data attribute

v3.1.2

28 Aug 18:45
7e0a24e
Compare
Choose a tag to compare
  • Upgrades to misc third party dependencies to fix potential vulnerabilities
  • Fix bug in cloudflare dependency
  • Fix bug in logged out frames nested in logged in documents across origins

v3.1.0

19 Jul 23:03
27f7294
Compare
Choose a tag to compare
  • Code coverage improvements

v3.0.0

12 Jun 19:38
fa6b6f5
Compare
Choose a tag to compare
  • Instagram.com support
  • Security fixes
  • Improvements to CSP and caching checks
  • Misc. fixes/improvements

v2.1.1

07 Apr 17:22
e244d61
Compare
Choose a tag to compare

Improved CSP coverage

v1.0.2

10 Mar 21:50
83ca62e
Compare
Choose a tag to compare

Release to notify users on the manifest timing out, or otherwise not appearing in the page. Also, removed a noisy console.log

v1.0.1

10 Mar 18:12
b1bb66e
Compare
Choose a tag to compare

Initial public release of Code Verify