aboutsummarylogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorandr31ab2025-04-13 16:01:03 -0300
committerandr31ab2025-04-13 16:01:03 -0300
commitc61c771f841f3ceed8bcdad819869bd1edd0a469 (patch)
tree2a7b409afed7019438c461e47650832702f0985f /CHANGELOG.md
parentbfc65616d7922c3092f1ee44969d7115da99f138 (diff)
downloadaur-c61c771f841f3ceed8bcdad819869bd1edd0a469.tar.gz
Adding CHANGELOG.md. Updating rest files
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
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.