修复NumberUtil.toBigDecimal方法报StackOverflowError(CVE-2023-51080)

This commit is contained in:
Looly
2024-01-11 12:08:46 +08:00
parent 037d53794d
commit f341b9ed7a
5 changed files with 36 additions and 4 deletions

View File

@@ -31,6 +31,9 @@ public class CronConfig {
*/
protected boolean matchSecond;
/**
* 构造
*/
public CronConfig(){
}