Problem/Motivation
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork security_review-3558337
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
mdranove commentedComment #4
mdranove commentedComment #5
smustgrave commentedTest are failing
Some phpstan failures now
I don’t see the configuration option being tested for headers
Comment #6
mdranove commentedSeems like I needed mocking to do the headers test. I wasn't really familiar with that but I got ChatGPT to help me. It seems fine?
All green now.
Comment #7
smustgrave commented2 second glance all the test are missing : void
The headers plugin has a configuration form headers_to_check that needs to be tested as well.
Comment #8
mdranove commentedUpdated the headers fail test to check for X-Frame-Options and added :void.
I think it's checking for the headers config ok unless im misunderstanding.
Comment #9
smustgrave commentedThis one still appears to be missing coverage for the configuration.
Comment #10
smustgrave commented