-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
40 lines (27 loc) · 1.5 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
=== security-txt ===
Plugin Name: Security-TXT
Tags: security, infosec, netsec, security.txt, disclosure, bug bounty
Requires at least: 5.0
Tested up to: 6.2.2
Stable tag: 1.0.6
Requires PHP: 7.0
License: GPLv3 or later
License URI: https://github.com/tstokes8040/security-txt/blob/main/LICENSE.txt
GitHub Plugin URI: https://github.com/tstokes8040/security-txt
A plugin for serving 'security.txt' in WordPress 6.1.1+.
== Description ==
This plugin creates a security.txt file in the WordPress installation root.
You can edit/add to this file within the WordPress SecurityTXT settings page.
The purpose of the security.txt file is to allow users to properly disclose security vulnerabilities or bugs to you.
The [security.txt](https://securitytxt.org/) file is currently a draft "standard". This file is similar to the robots.txt file but for security. Large companies have already started to adopt this standard including Google, Facebook, GitHub, just to name a few.
We welcome development to make this plugin even better! Create your [pull request](https://github.com/tstokes8040/security-txt) or [submit a bug here](https://github.com/tstokes8040/security-txt).
== Installation ==
1. Upload `security-txt` to the `/wp-content/plugins/` directory.
1. Activate the plugin through the 'Plugins' menu in WordPress.
1. Configure the plugin using the 'Security TXT' link under 'Tools'.
== Changelog ==
= 1.0.6 =
* Initial release.
== Upgrade Notice ==
= 1.0.6 =
* Initial release.