Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
masaimu committed Mar 28, 2024
1 parent 7a54533 commit ae27a6c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -513,9 +513,9 @@ private LevelAuthorizationCheckResult checkExtra(AlertRuleExtra extra, String te
if (StringUtils.isNotEmpty(extra.sourceLink)) {
return failCheckResult("sourceLink %s should be empty", extra.sourceLink);
}
if (StringUtils.isNotEmpty(extra.md5)) {
return failCheckResult("md5 %s should be empty", extra.md5);
}
// if (StringUtils.isNotEmpty(extra.md5)) {
// return failCheckResult("md5 %s should be empty", extra.md5);
// }
if (!CollectionUtils.isEmpty(extra.alertTags) && !checkSqlField(extra.alertTags)) {
return failCheckResult("fail to check sql field in alertTags %s", J.toJson(extra.alertTags));
}
Expand Down

0 comments on commit ae27a6c

Please sign in to comment.