Closed (fixed)
Project:
Drupal Security Team
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2012 at 21:41 UTC
Updated:
8 Mar 2012 at 00:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
gregglesComment #2
gregglesper webchick changed sdonotier_mail to sdonotifer_mail as the mail key.
Comment #3
dwwI'd love to cut a 6.x-1.0-alpha6 release of project_issue and upgrade s.d.o to that (with all the flag integration and new email notification goodness). Seems like a step backwards to build custom code that's working with an obsolete notification system. I'd rather just move s.d.o forward, if possible.
So, IMHO, this should be postponed until #1307536: deploy flag based notifications to allow reporters/maintainers to subscribe more easily is done...
That said, I don't want to stand in the way of scratching this itch. If you want to deploy this now and then fix it while we're doing #1307536 that also works.
Don't have time today (or probably in the next week or two) to review this. :/
Cheers,
-Derek
Comment #4
gregglesI feel the same way. Luckily the subscription related code here is pretty small so it should be pretty easy to update this when the rest of the site is updated and I'm willing to commit to do that.
@dww - do you have a sense of when the 6.x-1.0-alpha6 + deployment would happen?
Comment #5
dwwI replied at #1307536-4: deploy flag based notifications to allow reporters/maintainers to subscribe more easily which seemed like a better place...
Cheers,
-Derek
Comment #6
forestmonster commented@greggles, I found some time and tested this tonight. It works. :) I rephrased some things, check it out.
The only problem I can see is that we may be confusing folks when we give them a "view grant" to an issue and, though they are not the maintainer, they receive the "to do"-style e-mail. However an automated inclusion of the maintainer's e-mail address might not suffice, because I assume the team probably wouldn't want to be bound to only sending that tone of e-mail to the project's listed maintainer (in case we felt that someone else should really be responsible for fixing an issue).
Comment #7
forestmonster commentedMade some language changes in the e-mail, since this message will get sent out to contributors and researchers as well as maintainers.
Comment #8
scor commented@forestmonster is #7 an interdiff? not sure which patch it's rolled against.
that you are aware of the vulnerability and working on a fix.
Comment #9
forestmonster commentedYep, I accidentally diff'ed the wrong commits. Okay, thanks @scor. Made your change. Please take a look.
Comment #10
gregglesNow committed http://drupalcode.org/project/securitydrupalorg.git/commit/744bdd9 and http://drupalcode.org/project/securitydrupalorg.git/commit/221d54a
Thanks Forest, Scor and mlhess for your help.