Open SOHELAHMED7 opened 12 months ago
I have added comments in PR to identify the bugs. I am giving description here for bug:
Aidantwoods\SecureHeaders\SecureHeaders:: longDirective()
was checking its argument against only string. However it can be null
. Because this argument is carry forwarded from the method from which longDirective()
is called and there it defaults to null
Aidantwoods\SecureHeaders\SecureHeaders:: longSource()
Aidantwoods\SecureHeaders\SecureHeaders:: pipeline()
was constructing Aidantwoods\SecureHeaders\Operations\RemoveCookies
in wrong way (L1631). It is corrected.I would strongly suggest to split up the unrelated parts of this PR: compatibility changes, CI changes, and especially bug fixes.
This drastically increases the chances of getting at least parts merged.
This pull request does the following:
This pull request is endorsed by ☁️ cebe.cloud