Skip to content

Commit e9ffe83

Browse files
committed
Add comprehensive security tests for TabSync and Phase 5 security features
- Implement Phase 5 security tests covering deserialization DoS, clock skew, concurrent updates, cross-session keys, filter bypass, replay attacks, and session hijacking. - Introduce TabSync security tests focusing on clock skew tolerance, message size limits, state validation, and signature verification. - Validate security configurations and ensure proper handling of sensitive data.
1 parent 2d812ea commit e9ffe83

47 files changed

Lines changed: 8549 additions & 6009 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,9 +1025,6 @@ public override Task OnAfterUpdateAsync(AppState previousState, AppState newStat
10251025
## Documentation
10261026

10271027
- [Full Documentation](https://mashrulhaque.github.io/EasyAppDev.Blazor.Store/)
1028-
- [Architecture Guide](./docs/ARCHITECTURE.md)
1029-
- [Coding Standards](./docs/CODING_STANDARDS.md)
1030-
- [Testing Strategy](./docs/TESTING_STRATEGY.md)
10311028

10321029
---
10331030

0 commit comments

Comments
 (0)