lock
Encryption in transit and at rest
Traffic to this site and to the group applications is served over HTTPS, and stored documents are encrypted at rest. Encryption at rest protects against physical loss of a disk; it is not a substitute for the access controls below, and this page does not present it as one.
key
Access control and least privilege
Access is granted for a defined purpose and scope rather than as a permanent property of an account. Elevated access is temporary by default, so nobody has to remember to take it away.
data_usage
Data minimisation
Fields that are not needed are not collected. The contact form asks for what is required to answer the enquiry and nothing more, and the site sets no analytics, advertising or tracking cookie.
description
Document handling
Corporate documents are treated as the security boundary rather than the login. A document is authorised at the moment it is read, links to documents are short-lived rather than permanent, and downloading is a separate permission from viewing.
auto_delete
Retention and deletion
Retention is defined per document type, based on why it was collected and what record-keeping obligation applies. Deletion is a scheduled process rather than a clear-out somebody remembers to run: a document you no longer hold cannot be exposed.
code
Secure development practices
Database access goes through prepared statements without exception, output is escaped at the point of rendering, and every state-changing form carries a CSRF token. Credentials are kept out of the tracked configuration file.
monitoring
Logging and monitoring
Application errors are logged server-side and never shown to a visitor in production. Logs are written to be useful for diagnosis without carrying more personal data than the diagnosis needs.
backup
Backups
Backups are taken on a schedule and encrypted. The measure that counts is not whether a backup exists but whether a restore has been performed and timed by someone other than the person who set it up.
emergency
Incident response
The scenario planned for is the ordinary one: a bad deployment corrupts data, or something is deleted in the wrong environment. Written down are how it is noticed, who decides to restore, how much data is lost and what customers are told.
handshake
Third-party providers
Providers are engaged by category — hosting and mail, registries, identity verification, payment processing — and each is limited to the data its function requires. Card details are never stored by Dorsko.
supervised_user_circle
Human review of automated decisions
Where an automated result would affect someone's company, money or identity, a person reviews it before it is acted on. Confidence indicators route work to a reviewer; they do not remove one.
bug_report
Responsible disclosure
A researcher who finds a problem has a published address to send it to and a stated response time. That is the whole programme — there is no bounty, and this page does not imply one.