Re: Checkstyle and CVE-2021-42574

2021-11-22 Thread Christopher Schultz
Mark, On 11/20/21 04:39, Mark Thomas wrote: On 19/11/2021 22:58, Christopher Schultz wrote: Mark, On 11/19/21 13:46, Mark Thomas wrote: On 19/11/2021 18:12, Christopher Schultz wrote: All, On 11/19/21 13:04, Christopher Schultz wrote: All, I've been (briefly) looking into using CheckStyle

Re: Checkstyle and CVE-2021-42574

2021-11-20 Thread Mark Thomas
On 19/11/2021 22:58, Christopher Schultz wrote: Mark, On 11/19/21 13:46, Mark Thomas wrote: On 19/11/2021 18:12, Christopher Schultz wrote: All, On 11/19/21 13:04, Christopher Schultz wrote: All, I've been (briefly) looking into using CheckStyle to try to detect use of Unicode directional

Re: Checkstyle and CVE-2021-42574

2021-11-19 Thread Christopher Schultz
Mark, On 11/19/21 13:46, Mark Thomas wrote: On 19/11/2021 18:12, Christopher Schultz wrote: All, On 11/19/21 13:04, Christopher Schultz wrote: All, I've been (briefly) looking into using CheckStyle to try to detect use of Unicode directional code points in source code to avoid things like

Re: Checkstyle and CVE-2021-42574

2021-11-19 Thread Mark Thomas
On 19/11/2021 18:12, Christopher Schultz wrote: All, On 11/19/21 13:04, Christopher Schultz wrote: All, I've been (briefly) looking into using CheckStyle to try to detect use of Unicode directional code points in source code to avoid things like this: https://cve.mitre.org/cgi-bin/cvename.

Re: Checkstyle and CVE-2021-42574

2021-11-19 Thread Christopher Schultz
All, On 11/19/21 13:04, Christopher Schultz wrote: All, I've been (briefly) looking into using CheckStyle to try to detect use of Unicode directional code points in source code to avoid things like this: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42574 I don't believe the exis

Checkstyle and CVE-2021-42574

2021-11-19 Thread Christopher Schultz
All, I've been (briefly) looking into using CheckStyle to try to detect use of Unicode directional code points in source code to avoid things like this: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42574 I don't believe the existing Unicode tool (specifically AvoidEscapedUnicodeCh