diff --git a/composer.json b/composer.json index 68241cc69ef3acc25221e9e64c3b7586f0ad89f4..2f22d12ba42a9d21a02a0d5bbef325145c0ee6a8 100644 --- a/composer.json +++ b/composer.json @@ -14,6 +14,7 @@ "cweagans/composer-patches": "^1.7", "drupal/allowed_formats": "^1.3", "drupal/antibot": "^1.4", + "drupal/auditfiles": "^4.1", "drupal/bootstrap4_modal": "^2.1", "drupal/cached_computed_field": "^1.0", "drupal/cas": "^2.0", diff --git a/composer.lock b/composer.lock index e28d71f25ec2d3d7251ab69a3787457c2e9f413a..f58b561d1ce4dbaf96f61f7d1e44adcd866e66e5 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "b98a82bd6fcd703426e71c696fe2ba03", + "content-hash": "e5ef3147d32c0e871d7ce2687814215d", "packages": [ { "name": "asm89/stack-cors", @@ -1539,6 +1539,72 @@ "source": "https://git.drupalcode.org/project/antibot" } }, + { + "name": "drupal/auditfiles", + "version": "dev-4.x", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/auditfiles.git", + "reference": "6aee83fd7f713c5836acd05378077b480e17f86c" + }, + "require": { + "drupal/core": "^9", + "php": ">=8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-4.x": "4.x-dev" + }, + "drupal": { + "version": "4.x-dev", + "datestamp": "1665135085", + "security-coverage": { + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "andyceo", + "homepage": "https://www.drupal.org/user/152512" + }, + { + "name": "dpi", + "homepage": "https://www.drupal.org/user/81431" + }, + { + "name": "keshav.k", + "homepage": "https://www.drupal.org/user/3254066" + }, + { + "name": "lhridley", + "homepage": "https://www.drupal.org/user/1223730" + }, + { + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" + }, + { + "name": "oadaeh", + "homepage": "https://www.drupal.org/user/4649" + }, + { + "name": "Stuart Greenfield", + "homepage": "https://www.drupal.org/user/54866" + } + ], + "description": "Allows for comparing and correcting files and file references in the files directory, in the database, and in content.", + "homepage": "https://www.drupal.org/project/auditfiles", + "support": { + "source": "https://git.drupalcode.org/project/auditfiles" + } + }, { "name": "drupal/bootstrap4_modal", "version": "2.1.3",