You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**A PHP security and hardening toolkit providing input validation, sanitization, and security utilities.**
16
16
17
+
== Current Status
18
+
19
+
php-aegis is the nearest thing in this portfolio to a publishable security utility, but it is not yet a finished public release.
20
+
21
+
* Core validation, sanitization, headers, and Turtle escaping are implemented.
22
+
* Remaining work is concentrated in release evidence rather than broad architecture:
23
+
** complete the remaining critical tests
24
+
** execute and publish validation evidence for the headline claims
25
+
** complete packaging and publication work
26
+
27
+
Use link:PRIORITY.adoc[PRIORITY.adoc] and link:validation/FINDINGS-AND-RECOMMENDATIONS.md[validation/FINDINGS-AND-RECOMMENDATIONS.md] together when judging readiness.
28
+
17
29
== Overview
18
30
19
31
php-aegis provides a collection of security-focused utilities for PHP applications. Named after the mythological shield of Zeus, it aims to protect your applications from common web vulnerabilities.
@@ -39,8 +51,8 @@ See link:POSITIONING.md[POSITIONING.md] for detailed guidance.
39
51
* **Input Validation** - Strict validation for emails, URLs, IPs, UUIDs, and more
Packagist publication is still pending. Do not assume `composer require hyperpolymath/php-aegis` works until the release and publication tasks in link:PRIORITY.adoc[PRIORITY.adoc] are complete.
0 commit comments