Closed (fixed)
Project:
Drupal Commons
Version:
7.x-3.2
Component:
Private groups
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
5 Apr 2013 at 18:53 UTC
Updated:
15 Mar 2015 at 09:54 UTC
Jump to comment: Most recent
See #1954840: Packaging is incorrect in saying there's insecure module in distribution for an explanation of where we can fix this in Drupal.org.
Comments
Comment #1
jpontani commentedA bit of research and I find that project_release_is_security_update is the likely culprit, being called from project_release_compute_update_status.
Somehow single project releases are being seen as having the taxonomy term for "security release" without actually having been tagged as such, so ANY/ALL packages that contain a project that is inadvertently seen as "security release" are set to be non-secure releases.
This is just an educated guess, I don't know if this is actually the cause.
Comment #2
ezra-g commentedComment #3
lsolesen commented