Commit 67409fe0839e6472fc1f2f9c8ae071e7bda70ab5
Commits[COMMIT BEGIN]commit 67409fe0839e6472fc1f2f9c8ae071e7bda70ab5 Author: 0x4248 <[email protected]> Date: Fri Jan 9 20:55:23 2026 +0000 plxkit: move to toolkits Signed-off-by: 0x4248 <[email protected]> diff --git a/SECURITY-PATCHES.txt b/SECURITY-PATCHES.txt new file mode 100644 index 0000000..b41322a --- /dev/null +++ b/SECURITY-PATCHES.txt @@ -0,0 +1,22 @@ +SECURITY PATCHES +=============== + +This file contains a list of security patches applied to the codebase. Each entry +is in the format of: +- ID +- Package/Project/Module Name +- Date +- Description of the vulnerability +- Commit hash + +The ID is built using "42SEC-YYYYMMDD" + +------------------------------------[BEGIN]------------------------------------ + +42SEC-20240615 +lib/rootGuard +2024-06-15 +Prevented reading of /etc/shadow which could leak into memory and be read by +an attacker with sufficient privileges. + +New commit only checks the access rights to /etc/shadow instead of reading it. diff --git a/misc/plxkit/__main__.py b/toolkits/plxkit/__main__.py similarity index 100% rename from misc/plxkit/__main__.py rename to toolkits/plxkit/__main__.py diff --git a/misc/plxkit/pipe.py b/toolkits/plxkit/pipe.py similarity index 100% rename from misc/plxkit/pipe.py rename to toolkits/plxkit/pipe.py diff --git a/misc/plxkit/record.py b/toolkits/plxkit/record.py similarity index 100% rename from misc/plxkit/record.py rename to toolkits/plxkit/record.py diff --git a/misc/plxkit/utils.py b/toolkits/plxkit/utils.py similarity index 100% rename from misc/plxkit/utils.py rename to toolkits/plxkit/utils.py[COMMIT END](C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.