diff options
author | andr31ab | 2025-04-13 16:01:03 -0300 |
---|---|---|
committer | andr31ab | 2025-04-13 16:01:03 -0300 |
commit | c61c771f841f3ceed8bcdad819869bd1edd0a469 (patch) | |
tree | 2a7b409afed7019438c461e47650832702f0985f /CHANGELOG.md | |
parent | bfc65616d7922c3092f1ee44969d7115da99f138 (diff) | |
download | aur-c61c771f841f3ceed8bcdad819869bd1edd0a469.tar.gz |
Adding CHANGELOG.md. Updating rest files
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000000..6dba22fa3c0e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.0-2] - 2025-04-13 +### Fixed +- Hardened parent directory resolution for container file mount, eliminating a potential security issue where a maliciously crafted path could lead to unexpected or unauthorized behavior. + +### Changed +- Improved path validation logic during early boot hook execution. + +## [1.0-1] - 2025-04-12 +### Added +- Initial implementation of `neoshy` mkinitcpio hook for pre-encrypt container file mounting. |