ASVS Gap Analyzer Firefox

Examine source code of ASVS Gap Analyzer

By: Robert
Inspect and view changes in ASVS Gap Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ASVS Gap Analyzer",
  "version": "1.2.5",
  "description": "Automatically evaluates OWASP ASVS v5 security requirements while you browse. Checks HTTP headers, TLS, CSP, cookies, DOM, client storage, and more.",
  "icons": {
    "48": "icons/icon-48.svg",
    "96": "icons/icon-96.svg"
  },
  "permissions": [
    "webRequest",
    "webNavigation",
    "tabs",
    "activeTab",
    "storage",
    "cookies",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-48.svg"
    },
    "default_title": "ASVS Gap Analyzer",
    "default_popup": "popup/popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "asvs-gap-analyzer@security",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "web_accessible_resources": [
    "data/disconnect-trackers.json"
  ]
}

Best ASVS Gap Analyzer Alternatives

Here are some Firefox add-ons that are similar to ASVS Gap Analyzer: