-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc96dc6
commit 80a720e
Showing
4 changed files
with
33 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,26 @@ | ||
# security-txt | ||
# Security-TXT Plugin | ||
|
||
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. This is best practice and a standard. | ||
|
||
## Installation | ||
|
||
Build for npm is coming soon. This will happen with a new release to make the admin page look better. | ||
|
||
Install packages | ||
```bash | ||
npm install | ||
``` | ||
|
||
Compile SCSS | ||
```bash | ||
npm run build | ||
``` | ||
|
||
## Contributing | ||
|
||
Pull requests are welcome. For major changes, please open an issue first | ||
to discuss what you would like to change. | ||
|
||
## License | ||
|
||
GPLv3 or later |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/**Future styles here **/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "security-txt", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"author": "Tyler Stokes <[email protected]>", | ||
"license": "GPLv3 or later", | ||
"main": "security-txt.php", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters