Skip to content

Commit 6c21c9f

Browse files
Add CHANGELOG.md and SECURITY.md files
- Add standard Keep-a-Changelog style `CHANGELOG.md`. - Add standard GitHub `SECURITY.md` policy. Co-authored-by: Maatify <130119162+Maatify@users.noreply.github.com>
1 parent 033228f commit 6c21c9f

2 files changed

Lines changed: 36 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

SECURITY.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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.

0 commit comments

Comments
 (0)