
util.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of regex-static-analysis Show documentation
Show all versions of regex-static-analysis Show documentation
A tool to perform static analysis on regexes to determine whether they are vulnerable to ReDoS.
package util;
public final class Constants {
public final static int MILLISECONDS_IN_SECOND = 1000;
/* Do not instantiate */
private Constants() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy