-
Notifications
You must be signed in to change notification settings - Fork 2.1k
tweak rewrite conditions in htaccess #40584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
|
💥 Acceptance tests pipeline cliCreateLocalStorage-mariadb10.2-php7.4 failed. The build has been cancelled. |
|
@IljaN, could you maybe tell me why the test is failing? |
yes - it is related. There is some code somewhere which is doing magic on htaccess. |
|
Line 764 in 32b6984
|
|
It may be worth looking at swapping |
a6dcaf9 to
215a779
Compare
That is actually why the CI failed.... Thanks for the hint. 👍 |
|
@C0rby is a changelog needed for this? |
This change hardens the rewrite rules to match the exact paths we want and not any subpaths e.g. `/somefolder/status.php`. Thanks to Terry Franklin, Matt Harris, Hayden Barker and Colin Smith (aka yoloClin) from Radiant Security (https://radiant.security) for reporting this.
I added one. 👍 |
|
Kudos, SonarCloud Quality Gate passed! |
I did test sub-dir installations and that worked at that time but maybe I've missed something. |
|
Potential fix here: #40697 |








This change hardens the rewrite rules to match the exact paths we want and not any subpaths e.g.
/somefolder/status.php.Thanks to Terry Franklin, Matt Harris, Hayden Barker and Colin Smith (aka yoloClin) from Radiant Security (https://radiant.security) for reporting this.