{"id":51055909,"url":"https://github.com/cyr-ius/dora-report","last_synced_at":"2026-06-22T21:01:45.266Z","repository":{"id":293862182,"uuid":"983349096","full_name":"cyr-ius/dora-report","owner":"cyr-ius","description":"Reporting incidents and threats to the European Banking Authority","archived":false,"fork":false,"pushed_at":"2026-02-02T23:31:45.000Z","size":11136,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-08T11:34:02.715Z","etag":null,"topics":["cybersecurity","dora","eba","incident","report","threat"],"latest_commit_sha":null,"homepage":"https://dora-report.ipocus.net/","language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cyr-ius.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-14T08:50:33.000Z","updated_at":"2025-12-31T10:21:16.000Z","dependencies_parsed_at":"2025-05-31T23:27:32.179Z","dependency_job_id":"2321313d-7b45-4cc7-9564-c829436d1922","html_url":"https://github.com/cyr-ius/dora-report","commit_stats":null,"previous_names":["cyr-ius/dora-report"],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/cyr-ius/dora-report","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyr-ius%2Fdora-report","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyr-ius%2Fdora-report/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyr-ius%2Fdora-report/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyr-ius%2Fdora-report/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyr-ius","download_url":"https://codeload.github.com/cyr-ius/dora-report/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyr-ius%2Fdora-report/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34665261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cybersecurity","dora","eba","incident","report","threat"],"created_at":"2026-06-22T21:01:38.373Z","updated_at":"2026-06-22T21:01:45.250Z","avatar_url":"https://github.com/cyr-ius.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DORA Report\n\n**DORA Report** is a web application designed to assist in the reporting of incidents and threats to the European Banking Authority (EBA), in compliance with the **DORA** regulation (Digital Operational Resilience Act). This tool enables financial institutions to quickly and efficiently submit cybersecurity reports, ensuring regulatory compliance.\n\n## Features\n\n- **Interactive forms**: Simplified input of incident and threat data.\n- **Real-time validation**: Verifies data before submission.\n- **DORA compliance**: Fully aligned with European regulatory requirements.\n- **User-friendly interface**: Clean and intuitive user experience.\n\n## Technologies Used\n\nThe application is built using the following frameworks and tools:\n\n- **React**: JavaScript library for building user interfaces.\n- **TypeScript**: Typed superset of JavaScript.\n- **Vite**: Fast build tool for modern front-end projects.\n- **ESLint**: Linting utility for identifying code issues.\n\n## Privacy and Data Handling\n\n⚠️ **Your data never leaves your computer.**\n\nDORA Report is a **client-side only** web application that runs entirely in your browser. It does **not** transmit any data to a remote server or external service. All form entries, incident details, and user inputs remain **fully local** to your device.\n\nThis makes the application ideal for sensitive use cases, such as drafting regulatory incident reports in compliance with the [DORA Regulation](https://www.eba.europa.eu/regulation-and-policy/internal-governance/digital-operational-resilience-dora).\n\n### How it works:\n\n- The application is built as a **static website** (HTML + JS + CSS).\n- When loaded in your browser (either from a local folder or a static host), all logic runs locally.\n- You can even open the `index.html` file directly from your filesystem without any backend.\n\n### Learn more:\n\n- [How static websites work](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Pages_sites_and_servers)\n- [Digital Operational Resilience Act (EBA)](https://www.eba.europa.eu/regulation-and-policy/internal-governance/digital-operational-resilience-dora)\n\n## Prerequisites\n\nMake sure you have the following installed:\n\n- [Node.js](https://nodejs.org/) (version 16 or later)\n- [npm](https://www.npmjs.com/) (comes with Node.js)\n\n## Installation and Local Development\n\n1. **Clone the repository**\n\n   ```bash\n   git clone https://github.com/cyr-ius/dora-report.git\n   cd dora-report\n   ```\n\n2. **Install dependencies**\n\n   ```bash\n   npm install\n   ```\n\n3. **Start the development server**\n\n   ```bash\n   npm run dev\n   ```\n\n   The app will be available at [http://localhost:5173](http://localhost:5173).\n\n## Build for Production\n\nTo generate an optimized build for production:\n\n```bash\nnpm run build\n```\n\nThe production-ready files will be located in the `dist/` folder.\n\n## Deployment\n\nThe contents of the `dist/` folder can be deployed to any static file hosting service, such as:\n\n- [Vercel](https://vercel.com/)\n- [Netlify](https://www.netlify.com/)\n- [GitHub Pages](https://pages.github.com/)\n\n## Contributing\n\nContributions are welcome! To contribute:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature/my-feature`).\n3. Commit your changes (`git commit -m 'Add my feature'`).\n4. Push to your fork (`git push origin feature/my-feature`).\n5. Open a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n---\n\nFor more information, visit the GitHub repository: [https://github.com/cyr-ius/dora-report](https://github.com/cyr-ius/dora-report).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyr-ius%2Fdora-report","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyr-ius%2Fdora-report","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyr-ius%2Fdora-report/lists"}