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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}