NicolaasWeideman / RegexStaticAnalysis

A tool to perform static analysis on regexes to determine whether they are vulnerable to ReDoS.
MIT License
109 stars 28 forks source link

Fix Windows compilation issues #13

Closed mikejhill closed 4 years ago

mikejhill commented 5 years ago

First of all, thanks for making and maintaining this. This is a very interesting, fun, and useful tool.

This PR fixes two issues that I ran into trying to build this on Windows:

These changes allow the build to succeed on my system (JDK 8, Windows 10).

NicolaasWeideman commented 4 years ago

We updated to Maven, which should resolve the Makefile issue. However, I did merge your commit for using Unicode codepoints, thanks!