@biglogic/rgs 3.7.6 → 3.7.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/SECURITY.md CHANGED
@@ -1,13 +1,13 @@
1
- # Security
2
-
3
- Reactive Global State (RGS) implements enterprise-grade security including AES-256-GCM encryption, RBAC, and internal XSS sanitization as a secondary defense layer.
4
-
5
- ## Reporting a Vulnerability
6
-
7
- Please email [@passariello](https://github.com/passariello) or see <https://dario.passariello.ca/contact/> if you have a potential security vulnerability to report.
8
-
9
- ## Recent Hardening
10
-
11
- - Improved XSS sanitization patterns to block `data:`, `vbscript:`, and complex HTML tag combinations.
12
- - Implemented removal of HTML entity obfuscation.
13
- - Enhanced deep cloning to support `Map`/`Set` and circular references.
1
+ # Security
2
+
3
+ Reactive Global State (RGS) implements enterprise-grade security including AES-256-GCM encryption, RBAC, and internal XSS sanitization as a secondary defense layer.
4
+
5
+ ## Reporting a Vulnerability
6
+
7
+ Please email [@passariello](https://github.com/passariello) or see <https://dario.passariello.ca/contact/> if you have a potential security vulnerability to report.
8
+
9
+ ## Recent Hardening
10
+
11
+ - Improved XSS sanitization patterns to block `data:`, `vbscript:`, and complex HTML tag combinations.
12
+ - Implemented removal of HTML entity obfuscation.
13
+ - Enhanced deep cloning to support `Map`/`Set` and circular references.