Skip to content

Commit

Permalink
feat: 添加加固后文件信息#2792
Browse files Browse the repository at this point in the history
  • Loading branch information
zacYL authored Dec 3, 2024
1 parent 079baec commit aa25852
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 aa25852

Please sign in to comment.