nsf-open / nsf

Repo for the NSF Site Redesign & Content Discovery project
https://nsf-demo.app.cloud.gov
GNU General Public License v2.0
4 stars 4 forks source link

Update to Drupal 8.5.3 #230

Closed fureigh closed 6 years ago

fureigh commented 6 years ago

Addresses the vulnerability mentioned in https://www.drupal.org/SA-CORE-2018-004.

fureigh commented 6 years ago

@cmc333333 We may want to rethink #223's approach to RewriteRule, as any changes to web/.htaccess risk being overwritten. One alternative is to clearly document the divergence.

cmc333333 commented 6 years ago

Womp womp. I wonder if we could implement the htacces in a subdirectory so that it wouldn't conflict with Drupal's desire.

cmc333333 commented 6 years ago

Related to the htaccess issue: https://github.com/acquia/blt/issues/1135

Using a subdir won't work as Drupal's htaccess would need to be modified to allow that subdir to be read...