aboutsummaryrefslogtreecommitdiffstats
path: root/src/content/docs/advanced/app-self-check.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-06-22docs(advanced): update macos security details in app-self-check.mdsaturneric1-8/+19
- clarify use of developer id certificates and notarization - add details about hardened runtime protections - improve explanation of system-level security enforcement
2025-06-19docs(advanced): add module self-check documentationsaturneric1-0/+24
- describe signature verification for integrated modules - explain handling of user-defined/third-party modules - add security note about custom module directory - include tip for sensitive environments
2025-06-18docs(content): update self-check and binary verification docssaturneric1-33/+71
- clarify self-check mechanism for different platforms - add details about platform-specific binary signing - improve security notes and recommendations - update code signing information for all platforms - enhance build verification documentation
2025-06-12docs(advanced): add app self-check documentationsaturneric1-0/+69
- describe the application self-check feature - explain how it works and how to enable it - list build requirements and platform compatibility - include a security note about the feature