Download the PHP package austinheap/wordpress-security-txt without Composer

On this page you can find all versions of the php package austinheap/wordpress-security-txt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package wordpress-security-txt

WordPress 4.9+ security.txt Plugin

License Current Release Total Downloads Build Status Dependency Status Scrutinizer CI StyleCI Maintainability Test Coverage SensioLabs

A plugin for serving security.txt in WordPress 4.9+, based on configuration settings.

NOTE: This plugin requires PHP 7+. It will not function with PHP5.

The purpose of this project is to create a set-it-and-forget-it plugin that can be installed without much effort to get a WordPress site compliant with the current security.txt spec. It is therefore highly opinionated but built for configuration. It will automatically configure itself but you are encouraged to visit the plugin settings page after activating it.

security.txt is a draft "standard" which allows websites to define security policies. This "standard" sets clear guidelines for security researchers on how to report security issues, and allows bug bounty programs to define a scope. Security.txt is the equivalent of robots.txt, but for security issues.

There is documentation for wordpress-security-txt online, the source of which is in the docs/ directory. The most logical place to start are the docs for the WordPress_Security_Txt class.

Installation

Step 1: Download a release

Navigate over to the releases page and download the latest release.

Step 2: Upload the plugin to WordPress

In the admin section of your WordPress installation, navigate to 'Plugins' and click 'Add New Plugin'. You will then be select the release you downloaded and upload it. It should be a zip file. After it has installed click 'Active' next to the plugin name.

Step 3: Configure your security.txt for WordPress (Optional)

The plugin will autoconfigure itself using settings from your Wordpress installation. You are encouarge though to naviate over to the security.txt options page to customize your declarations and the plugin. This is located under the 'Settings' admin menu, or if you have the menu bar option enabled it will also be accessible via the top of your admin dashboard.

Step 4: Profit!

Your security.txt file should now be available at http://your-awesome-wordpress-site.com/.well-known/security.txt!

If you have added your public GPG encryption key, it'll also be available at http://your-awesome-wordpress-site.com/.well-known/gpg.txt.

Translations

The security.txt for WordPress plugin includes translations for the following 17 languages:

If you would like to contribute a new languge or you spotted in error in one of the translation files, please feel free to contribute directly to the public wordpress-security-txt POEditor project. Once accepted additions/modifications are automagically built by POEditor to PO/MO files and published to the wordpress-security-txt-translation repository.

The translations repository is included in builds submitted to the WordPress plugin directory. Users with the GitHub Updater Plugin don't have to wait for builds to the WordPress plugin directory -- they can get updated translations as soon as they're published to the repository by POEditor.

References

Credits

This is a fork of DevinVinson/WordPress-Plugin-Boilerplate, which was based on earlier work.

License

The MIT License (MIT). Please see License File for more information.


All versions of wordpress-security-txt with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package austinheap/wordpress-security-txt contains the following files

Loading the files please wait ....