coreruleset / nextcloud-rule-exclusions-plugin

Rule exclusion plugin for Nextcloud
Apache License 2.0
11 stars 7 forks source link

fix: use case insensitivity for public shares when entering passwords #82

Closed EsadCetiner closed 1 month ago

EsadCetiner commented 2 months ago

Nextcloud has recently renamed the endpoint for entering passwords in public shares from /s/random/authenticate/showShare to /s/random/authenticate/showshare causing the rule that handles false positives with passwords to no longer match. This PR makes that rule case insensitive.

azurit commented 1 month ago

@theseion Is this ready to merge?