Closed (fixed)
Project:
Drupal 6 Long Term Support
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2016 at 20:27 UTC
Updated:
30 Jun 2016 at 17:44 UTC
Jump to comment: Most recent
The issue described in Views - Less Critical - Access Bypass - SA-CONTRIB-2016-036 also affects Drupal 6! A series of patches are attached for different versions of views.
| Comment | File | Size | Author |
|---|---|---|---|
| SA-CONTRIB-2016-036-6.x-3.x.patch | 3.04 KB | dsnopek | |
| SA-CONTRIB-2016-036-6.x-2.x.patch | 3.04 KB | dsnopek |
Comments
Comment #2
dsnopekCommitted patches to repo
Comment #3
roball commentedThank you!
Comment #4
MattBrigade commentedSorry if this is a dumb question, but does these patch apply to the "standard" releases (e.g. "6.x-3.2") or the "development" releases (e.g. "6.x-3.x-dev")? Thanks!
Comment #5
dsnopekPersonally, I only tested them against the development releases because we roll new releases for our customers, ex:
https://github.com/d6lts/views/releases/tag/6.x-3.4
https://github.com/d6lts/views/releases/tag/6.x-2.20
I'd say try it (locally - not on production) and let us know what you find!
Comment #6
MattBrigade commentedThanks for the reply! I didn't know that github project existed, haha (doesn't mention it on the drupal.org D6LTS page. So all the Drupal 6 LTS modules are being maintained at https://github.com/d6lts/ (meaning those modules have all the LTS patches applied)? Thanks for you time.
Comment #7
roball commented@MattBrigade, I highly recommend to disable core's Update status module, and instead enable the myDropWizard module. Then, you see at your sites' "Available updates" page all modules that are supported by the Drupal 6 LTS vendors, and those which aren't.
Comment #8
MattBrigade commentedAwesome! Thanks so much. Installing that now.
Comment #9
dsnopek@MattBridge: The forked modules at https://github.com/d6lts exist to support the myDropWizard module which @roball linked to. We need to have versioned releases in order to do update status, and provide the ability to update via Drush. It's not on the d6lts project page because this mainly an initiative by one of the vendors (myDropWizard, which I work for), although, Acquia expressed interest in helping with this as well
Comment #10
MattBrigade commentedYou guys seriously rock. My life just got so much easier.