Plugin Vulnerabilities
Adds warning message to WordPress Plugin Directory pages when plugins are from developer we have released security advisories for.
Plugin Vulnerabilities là gì?
Plugin Vulnerabilities là một tiện ích mở rộng Chrome được phát triển bởi White Fir Design, và tính năng chính của nó là "Adds warning message to WordPress Plugin Directory pages when plugins are from developer we have released security advisories for.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Plugin Vulnerabilities
Tải xuống các tệp mở rộng Plugin Vulnerabilities dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Plugin Vulnerabilities |
ID | nkhfcdjgbohgnjhikglopaingehoimbh |
URL Chính Thức | https://chromewebstore.google.com/detail/plugin-vulnerabilities/nkhfcdjgbohgnjhikglopaingehoimbh |
Mô tả | Adds warning message to WordPress Plugin Directory pages when plugins are from developer we have released security advisories for. |
Kích Thước Tệp | 9.98 KB |
Số Lần Cài Đặt | 540 |
Phiên Bản Hiện Tại | 1.0.32 |
Cập Nhật Lần Cuối | 2024-01-08 |
Ngày Phát Hành | 2016-12-17 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | White Fir Design |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.pluginvulnerabilities.com/security-advisories-on-wordpress-plugin-developers/ |
URL Trang Chính Sách Bảo Mật | https://www.whitefirdesign.com/chrome-extension-privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } |