Plugin Vulnerabilities

Adds warning message to WordPress Plugin Directory pages when plugins are from developer we have released security advisories for.

什么是Plugin Vulnerabilities?

Plugin Vulnerabilities是由White Fir Design开发的Chrome扩展程序,该扩展的主要功能是“Adds warning message to WordPress Plugin Directory pages when plugins are from developer we have released security advisories for.”。

扩展截图

screenshot

下载Plugin Vulnerabilities扩展crx文件

下载Plugin Vulnerabilities扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        One of the little understood realities of security issues with WordPress plugins is that the insecurity of them is not evenly spread across those plugins. Instead, many developers are properly securing their plugins and others get them properly secured when alerted they haven’t done that, while other plugin developers either are unable or unwilling to properly secure their plugins. With the latter group, among the issues we have seen, are developers who have introduced new serious vulnerabilities that are substantially similar to vulnerabilities that they know have been exploited in their plugins.

In situations where we become aware of developers who have shown that inability or unwillingness to properly secure their plugin, we are releasing advisories to warn customers of our service and the wider WordPress community of the risk of utilizing those developers' plugins. This extension adds a notice on the pages of the WordPress Plugin Directory for the plugins from those developers.                    

扩展基本信息

名称 Plugin Vulnerabilities Plugin Vulnerabilities
ID nkhfcdjgbohgnjhikglopaingehoimbh
官方URL https://chromewebstore.google.com/detail/plugin-vulnerabilities/nkhfcdjgbohgnjhikglopaingehoimbh
简介 Adds warning message to WordPress Plugin Directory pages when plugins are from developer we have released security advisories for.
文件大小 9.98 KB
安装次数 540
当前版本 1.0.32
更新时间 2024-01-08
上架时间 2016-12-17
评分 5.00/5 共1次评分
开发者 White Fir Design
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.pluginvulnerabilities.com/security-advisories-on-wordpress-plugin-developers/
隐私政策页面URL https://www.whitefirdesign.com/chrome-extension-privacy-policy.html
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Plugin Vulnerabilities",
    "description": "Adds warning message to WordPress Plugin Directory pages when plugins are from developer we have released security advisories for.",
    "version": "1.0.32",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.wordpress.org\/plugins\/*",
                "https:\/\/*.wordpress.org\/support\/plugin\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "homepage_url": "https:\/\/www.pluginvulnerabilities.com\/security-advisories-on-wordpress-plugin-developers\/?pk_campaign=Chrome"
}