Skip to content

Commit

Permalink
New versions. Fix broken silverstripe update.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamJoan committed Jun 17, 2020
1 parent 7c81c60 commit 1bb4e84
Show file tree
Hide file tree
Showing 7 changed files with 3,357 additions and 3,032 deletions.
2 changes: 1 addition & 1 deletion dscan/plugins/drupal.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Drupal(BasePlugin):
forbidden_url = "sites/"
regular_file_url = ["misc/drupal.js", 'core/misc/drupal.js']
module_common_file = "LICENSE.txt"
update_majors = ['6','7','8']
update_majors = ['6','7','8', '9']

interesting_urls = [
("CHANGELOG.txt", "Default changelog file"),
Expand Down
Loading

0 comments on commit 1bb4e84

Please sign in to comment.