Skip to content

Releases: drupal-spider/DrupalSecurity

1.2.3

08 Nov 00:06

Choose a tag to compare

Add

  • Added ZipExtractSniff to warn about risky uses of ZipArchive::extractTo(), ZipArchive::open(), and Drupal\\Core\\Archiver\\Zip::extract().

Full Changelog: 1.2.2...1.2.3

1.2.2

23 Apr 08:13
18306c1

Choose a tag to compare

Add

  • A new sniff for auditing PHP unserialize() vulnerability.
  • A new sniff for auditing FieldType plugin.

Full Changelog: https://github.com/drupal-spider/DrupalSecurity/blob/1.x-master/CHANGELOG.md

1.2.1

23 Apr 05:33
f7d4da7

Choose a tag to compare

Add

  • A new sniff for auditing cache poisoning vulnerability.

Full Change log: https://github.com/drupal-spider/DrupalSecurity/blob/1.x-master/CHANGELOG.md

1.2.0

15 Jan 23:57
ff842f1

Choose a tag to compare

Change

  • New feature:

    Now, you can install this tool via a single composer command.

    composer global require drupal-spider/drupalsecurity

Full Changelog: 1.1.1...1.2.0

1.1.1 release note

06 Apr 22:41
dc493af

Choose a tag to compare

Changes since 1.1.0:

  • Correct dependency name in composer.json file.
  • Correct project name in CHANGELOG.md file.

1.1.0 Release

01 Feb 04:56

Choose a tag to compare

Add a new sniff for checking the access to a Drupal view.

1.0.1 Release

13 Sep 05:50

Choose a tag to compare

Changes since 1.0.0:

  • Correct typo for 'access content' permission.
  • An entity form does not need a CSRF token.

1.0 Release

25 Aug 07:59

Choose a tag to compare

First stable release.