Skip to content

Commit

Permalink
Adding support for additional modules urls in drupal
Browse files Browse the repository at this point in the history
ageekymonk committed Aug 10, 2020

Verified

This commit was signed with the committer’s verified signature. The key has expired.
1 parent 2e44620 commit 79157b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dscan/plugins/drupal.py
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ class Drupal(BasePlugin):
plugins_base_url = [
"%ssites/all/modules/%s/",
"%ssites/default/modules/%s/",
"%smodules/contrib/%s/",
"%smodules/%s/"]
themes_base_url = [
"%ssites/all/themes/%s/",

0 comments on commit 79157b2

Please sign in to comment.