installed security review
This commit is contained in:
parent
676ab84709
commit
1f0cfc0671
@ -39,7 +39,7 @@
|
||||
"drupal/password_strength": "^2.0@beta",
|
||||
"drupal/restui": "^1.20",
|
||||
"drupal/route_condition": "^2.0",
|
||||
"drupal/security_review": "*",
|
||||
"drupal/security_review": "^1.0@alpha",
|
||||
"drupal/typed_data": "^1.0@alpha",
|
||||
"drupal/views_aggregator": "^1.0@beta",
|
||||
"drupal/views_autosubmit": "^1.4",
|
||||
|
3
composer.lock
generated
3
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "01bd6cb691430edc85e4193c92c59497",
|
||||
"content-hash": "95606232aba2f555e410b633d45b915d",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
@ -7840,6 +7840,7 @@
|
||||
"autonomic/opencase": 20,
|
||||
"drupal/entity_extra_field": 15,
|
||||
"drupal/password_strength": 10,
|
||||
"drupal/security_review": 15,
|
||||
"drupal/typed_data": 15,
|
||||
"drupal/views_aggregator": 10
|
||||
},
|
||||
|
@ -54,6 +54,7 @@ module:
|
||||
search: 0
|
||||
search_api: 0
|
||||
search_api_db: 0
|
||||
security_review: 0
|
||||
serialization: 0
|
||||
shortcut: 0
|
||||
superfish: 0
|
||||
|
@ -0,0 +1 @@
|
||||
id: security_review-admin_permissions
|
@ -0,0 +1 @@
|
||||
id: security_review-error_reporting
|
@ -0,0 +1 @@
|
||||
id: security_review-executable_php
|
@ -0,0 +1 @@
|
||||
id: security_review-failed_logins
|
1
config/security_review.check.security_review-field.yml
Normal file
1
config/security_review.check.security_review-field.yml
Normal file
@ -0,0 +1 @@
|
||||
id: security_review-field
|
@ -0,0 +1 @@
|
||||
id: security_review-file_perms
|
@ -0,0 +1 @@
|
||||
id: security_review-input_formats
|
@ -0,0 +1 @@
|
||||
id: security_review-private_files
|
@ -0,0 +1 @@
|
||||
id: security_review-query_errors
|
@ -0,0 +1 @@
|
||||
id: security_review-temporary_files
|
@ -0,0 +1 @@
|
||||
id: security_review-trusted_hosts
|
@ -0,0 +1 @@
|
||||
id: security_review-upload_extensions
|
@ -0,0 +1 @@
|
||||
id: security_review-views_access
|
5
config/security_review.settings.yml
Normal file
5
config/security_review.settings.yml
Normal file
@ -0,0 +1,5 @@
|
||||
configured: false
|
||||
untrusted_roles: { }
|
||||
log: true
|
||||
_core:
|
||||
default_config_hash: ylcsF3ZfWc6Ua1nUaTXyVy2TNwupiRAtBA6w_whTMGg
|
Reference in New Issue
Block a user