Closed (won't fix)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 Jul 2025 at 10:30 UTC
Updated:
2 Jul 2026 at 21:44 UTC
Jump to comment: Most recent
Comments
Comment #2
vishal.kadamComment #3
avpadernoThank you for applying!
Please read Review process for security advisory coverage: What to expect for more details and Security advisory coverage application checklist to understand what reviewers look for. Tips for ensuring a smooth review gives some hints for a smoother review.
The important notes are the following.
To the reviewers
Please read How to review security advisory coverage applications, Application workflow, What to cover in an application review, and Tools to use for reviews.
The important notes are the following.
For new reviewers, I would also suggest to first read In which way the issue queue for coverage applications is different from other project queues.
Comment #4
vishal.kadamFILE: debug_cacheability_headers_split.info.yml
A new project should not declare itself compatible with a Drupal release that is no longer supported. No site should be using Drupal 8 nor Drupal 9, and people should not be encouraged to use those Drupal releases.
Comment #5
avpadernoThis thread has been idle, in the needs work state with no activity for two months.
May you confirm you are still pursuing this application? If this is the case, and you made commits basing on what previously reported, or you can answer the questions previously asked, please change the status to Needs review.
I am changing priority as per Issue priorities.
Comment #6
akz commentedAs suggested in comment#4, Drupal 9 compatibility has been removed. A new release 1.0.1 was created to include this fix.
Moreover, GitLab CI for the project is enabled and phpcs job is passed: https://git.drupalcode.org/project/debug_cacheability_headers_split/-/jo...
Comment #7
akz commentedComment #8
vishal.kadamReleases should not be created after each review done here.
It is better not to create new release during these applications, since a review could ask for a change that is not backward compatible with the existing releases. Just using a development version avoids those BC issues.
It would also be better not to create new branches: Reviewers could need to check again all the files, to understand which changes has been done in the new branch.
Comment #9
akz commented@vishal.kadam Got it. Thank you for your time!
Comment #10
vishal.kadamFILE: src/Form/DebugCacheabilityHeadersSplitSettingsForm.php
With Drupal 10 and Drupal 11, there is no longer need to use #default_value for each form element, when the parent class is ConfigFormBase: It is sufficient to use #config_target, as in the following code.
Using that code, it is no longer needed to save the configuration values in the form submission handler: The parent class will take care of that.
Comment #11
akz commentedChanges from comment#10 done and committed.
Comment #12
vishal.kadamRest looks good to me.
Please wait for a Project Moderator to take a look and if everything goes fine, you will get the role.
Comment #13
bbu23Comment #14
bbu23Hi! Here's my feedback:
- There is no dev release for your project. While not mandatory, it's a highly encouraged practice in the Drupal community. You should consider creating one.
- The module is missing its composer.json file. See Add a composer.json file for more info.
- There is no schema defined for the module's configuration object. See Configuration schema/metadata for more info.
Comment #15
rushikesh raval commentedI am changing priority as per Issue priorities.
Comment #16
avpadernoThis thread has been idle, in the Needs work state with no activity for about six months or more; the application has been created about 11 months ago or more. Therefore, I marked it as Closed (won't fix).
If this is incorrect, and you are still pursuing this application, please feel free to re-open it and set the issue status to Needs work or Needs review, depending on the current status of your code.