# 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](https://www.gnu.org/licenses/gpl-3.0.html)
