Closed (fixed)
Project:
Module Security Advisory Coverage Report
Version:
1.0.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2022 at 14:17 UTC
Updated:
7 Apr 2026 at 12:10 UTC
Jump to comment: Most recent
Comments
Comment #2
chris burge commented+1 on this. I tested this with a 4GB PHP memory limit on a site with only a handful of modules enabled and ran into this error.
Take a look at
Drupal\update\UpdateManagerandDrupal\update\Controller\UpdateController.I think the code in
Drupal\msacr\Controller\ReportControllercould be substantially replaced by piggybacking on core's Update Manager module. It's already pulling a list of extensions from D.O. That data includes the security coverage for extensions.Comment #3
chris burge commentedComment #6
nicrodgersGreat idea. I've implemented piggybacking on core's update module where available. It should fallback to doing it itself if Update is not enabled.
Comment #7
vinodhini.e commentedHi, Tested this module on Drupal 10.5.1 and encountered an issue where the report page was not accessible.
Before applying the patch
Unable to access the report page due to a fatal error.
After applying MR #5:
The issue is resolved, and the report page is now loading correctly. Thanks.
Comment #8
nicrodgers