Skip to content

Commit

Permalink
MINOR: making the maintenance module a requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
spekulatius committed May 14, 2018
1 parent 8f29044 commit af15299
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -3,9 +3,7 @@
Adds a task which runs a check if any of the dependencies has known security vulnerabilities. It uses the
[SensioLabs Security Check Web service][1] and the [Security Advisories Database][2].

You need to take care of processing/display this information somehow! E.g. using the [SilverStripe Maintenance module](https://github.com/bringyourownideas/silverstripe-maintenance "supports you with the maintainence of your SilverStripe project")*

*This module could potentially expose information to an attacker - so the this module itself doesn't display the information anywhere itself!
The information is displayed using the [SilverStripe Maintenance module](https://github.com/bringyourownideas/silverstripe-maintenance "supports you with the maintainence of your SilverStripe project").

### Requirements

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -21,13 +21,13 @@
"php": ">=5.6.0",
"silverstripe/framework": "^3.0",
"sensiolabs/security-checker": "^3.0",
"symbiote/silverstripe-queuedjobs": "^2.8"
"symbiote/silverstripe-queuedjobs": "^2.8",
"friendsofsilverstripe/silverstripe-maintenance": "^0.3"
},
"replace": {
"spekulatius/silverstripe-composer-security-checker": "self.version"
},
"suggest": {
"friendsofsilverstripe/silverstripe-maintenance": "Modeladmin for SilverStripe security checker",
"roave/security-advisories": "Raises a conflict on attempt to install a vulnerable module"
},
"support": {
Expand Down

0 comments on commit af15299

Please sign in to comment.