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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds warning message to WordPress Plugin Directory pages when plugins are from developer we have released security advisories for."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Plugin Vulnerabilities एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}