mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-21 08:15:23 -04:00
[PR #136] [MERGED] feat: SecurityManager and Audit Logging implementation #183
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vxcontrol/pentagi/pull/136
Author: @Fankouzu
Created: 2/23/2026
Status: ✅ Merged
Merged: 3/20/2026
Merged by: @asdek
Base:
feature/security_manager← Head:master📝 Commits (1)
0bce486feat(security): implement unified SecurityManager with audit logging and middleware📊 Changes
4 files changed (+1461 additions, -0 deletions)
View changed files
➕
backend/pkg/security/manager.go(+248 -0)➕
backend/pkg/security/report.go(+521 -0)➕
backend/pkg/security/sandbox.go(+352 -0)➕
backend/pkg/security/sanitizer.go(+340 -0)📄 Description
Autonomous security hardening contribution.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.