nginx-mitigate-log4shell icon indicating copy to clipboard operation
nginx-mitigate-log4shell copied to clipboard

Mitigate log4shell (CVE-2021-44228) vulnerability attacks using Nginx LUA script

Results 1 nginx-mitigate-log4shell issues
Sort by recently updated
recently updated
newest added

Some UTF symbols can be converted by Java to normal ASCII ([source](https://twitter.com/Laughing_Mantis/status/1470526083271303172)). Example: ``` ${jnd${upper:ı}:ldap:URL} ``` Maybe we can block all requests that contain UTF symbols altogether as I can't...