File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 1.0.0] - Initial Release
11+
12+ ### Added
13+ - Initial extraction of the validation module into the standalone library ` maatify/validation `
14+ - Schema-based validation system
15+ - Validation rules
16+ - Validation result DTO
17+ - Error code enums
18+ - Schema abstraction
19+ - Pagination and query validation helpers
Original file line number Diff line number Diff line change 1+ # Security Policy
2+
3+ ## Supported Versions
4+
5+ The latest stable version receives security updates.
6+
7+ | Version | Supported |
8+ | ------- | --------- |
9+ | 1.x | Yes |
10+
11+ ## Reporting a Vulnerability
12+
13+ Please do not report security vulnerabilities through public GitHub issues.
14+
15+ Instead, please report them privately by emailing [ security@maatify.dev ] ( mailto:security@maatify.dev ) .
16+
17+ You should receive a response within 48 hours. If for some reason you do not, please follow up via email to ensure we received your original message.
You can’t perform that action at this time.
0 commit comments