Skip to content

Commit

Permalink
feat: 添加加固后文件信息#2792
Browse files Browse the repository at this point in the history
  • Loading branch information
zacYL committed Nov 27, 2024
1 parent 7b68f9a commit a830cd9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ class StorageManager(
forwardNode = forward(node, SecurityUtils.getUserId())
forwardNode?.let {
logger.info("Load[${node.identity()}] forward to [${it.identity()}].")
ActionAuditContext.current().addExtendData("alphaApkSha256", it.sha256)
ActionAuditContext.current().addExtendData("alphaApkMd5", it.md5)
}
}
val load = forwardNode ?: node
Expand Down

0 comments on commit a830cd9

Please sign in to comment.