1
0
forked from baron/baron-sso

dev 브런치 병합 후 code check

This commit is contained in:
2026-04-06 16:03:49 +09:00
parent e3d279cb83
commit 1b8dc2c4ab
8 changed files with 245 additions and 129 deletions

View File

@@ -7126,6 +7126,10 @@ func isPrivateIPAddress(raw string) bool {
return utils.IsPrivateOrReservedIP(raw)
}
func parseAuditDetails(details string) (map[string]any, error) {
return utils.ParseAuditDetails(details)
}
func deriveSessionClientInfo(log domain.AuditLog) (string, string) {
details, _ := parseAuditDetails(log.Details)
clientID := ""