Closed (fixed)
Project:
Drupal core
Version:
9.5.x-dev
Component:
other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Sep 2022 at 13:45 UTC
Updated:
15 Dec 2022 at 04:06 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jeroentComment #5
cilefen commentedThere is also web.config to deal with.
Comment #6
jeroent@cilefen,
web.config is already included in the list. Or am I missing something?
Comment #7
jeroentComment #8
cilefen commentedweb.config is analogous to .htaccess for IIS and your suggested Apache Web Server access control change must be implemented there too.
Comment #9
jeroentAh, I see what you mean now.
Updated the patch.
Comment #12
nod_works as intended
Comment #14
catchCommitted/pushed to 10.1.x and cherry-picked back through to 9.5.x, thanks!
Comment #16
johnzzonGreat addition! But what about
package-lock.json? Isn't it equivalent of yarn.lock and should also be blocked?Comment #17
longwaveThis should have been tagged for release notes as it is a change to user modified files, although it only works for package.json due to a bug: #3327115: .htaccess rules broken since yarn.lock got added
Comment #18
xjm