{"id":24767458,"url":"https://github.com/cak/sarif-dashboard","last_synced_at":"2026-05-06T20:37:09.190Z","repository":{"id":274167619,"uuid":"922091578","full_name":"cak/sarif-dashboard","owner":"cak","description":"A modern dashboard for visualizing and analyzing SARIF (Static Analysis Results Interchange Format) output.","archived":false,"fork":false,"pushed_at":"2025-01-26T18:19:22.000Z","size":119,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T18:28:58.610Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://sarif-dashboard.vercel.app","language":"TypeScript","has_issues":true,"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/cak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-25T09:44:55.000Z","updated_at":"2025-01-26T18:20:34.000Z","dependencies_parsed_at":"2025-01-26T18:40:15.478Z","dependency_job_id":null,"html_url":"https://github.com/cak/sarif-dashboard","commit_stats":null,"previous_names":["typeerror/sarif-dashboard","cak/sarif-dashboard"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cak%2Fsarif-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cak%2Fsarif-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cak%2Fsarif-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cak%2Fsarif-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cak","download_url":"https://codeload.github.com/cak/sarif-dashboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245153174,"owners_count":20569400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-01-29T00:54:05.783Z","updated_at":"2026-05-06T20:37:04.157Z","avatar_url":"https://github.com/cak.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SARIF Dashboard\n\nA modern web application for **processing** and **visualizing** SARIF (Static Analysis Results Interchange Format) data, built with **Next.js 13** and **shadcn/ui**. The entire pipeline remains **local** to the browser—no data is uploaded to a server—making it a secure and privacy-focused choice for analyzing and sharing static analysis results.\n\n---\n\n## ✨ Key Features\n\n- **Upload or Paste SARIF**  \n  Seamlessly upload a `.sarif` file or paste raw SARIF JSON into the app. The data is processed **client-side**, ensuring complete privacy.\n\n- **Privacy-Focused**  \n  All SARIF data is processed locally in your browser and temporarily stored in `sessionStorage`. No data leaves your browser, and it is automatically cleared when the tab is closed.\n\n- **Interactive \u0026 Responsive UI**\n\n  - 📊 **Charts**: Bar charts, doughnut charts, and more to visualize trends in your SARIF data.\n  - 📋 **Metrics**: Key insights such as total findings, fixable findings, and severity breakdowns.\n  - 🔍 **Data Table**: A filterable, searchable table to drill into specific findings.\n\n- **Modern Tech Stack**  \n  Powered by **Next.js 13**, styled with **TailwindCSS**, and built with **shadcn/ui** for a professional, sleek, and user-friendly experience.\n\n---\n\n## 🚀 Getting Started\n\n1. **Clone the repository**:\n\n   ```bash\n   git clone https://github.com/cak/sarif-dashboard.git\n   cd sarif-dashboard\n   ```\n\n2. **Install dependencies**:\n\n   ```bash\n   npm install\n   ```\n\n3. **Run the development server**:\n\n   ```bash\n   npm run dev\n   ```\n\n   Then open [http://localhost:3000](http://localhost:3000) in your browser.\n\n4. **Usage**:\n   - **Landing Page**:  \n     Upload a SARIF file or paste SARIF JSON to view results.\n   - **Dashboard**:  \n     View key metrics, analyze charts, and explore findings in a detailed table.\n\n---\n\n## 🔒 Privacy Notice\n\nAll SARIF data is processed **locally** in your browser and stored securely in **local storage**. This means:\n\n- No data is sent to any external servers.\n- Your findings are available for future reference within the same browser session.\n\n---\n\n## 📘 Learn More About SARIF\n\nThe SARIF format is an open standard for representing static analysis tool results.\n\n- Learn more: [SARIF Specification](https://docs.oasis-open.org/sarif/sarif/v2.1.0/sarif-v2.1.0.html)\n- Explore samples: [Microsoft SARIF SDK Samples](https://github.com/microsoft/sarif-sdk/tree/main/src/Samples)\n\n---\n\n## 🛠 Technologies Used\n\n- **Next.js 13** – Modern React framework with app router support.\n- **TailwindCSS** – Utility-first CSS for rapid styling.\n- **shadcn/ui** – Accessible, unstyled component library.\n- **TypeScript** – Strictly typed JavaScript for maintainable code.\n\n---\n\n## 📝 License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n## 🙋 Contributing\n\nHave ideas to improve the dashboard? Found an issue? Contributions are welcome! Feel free to open an issue or submit a pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcak%2Fsarif-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcak%2Fsarif-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcak%2Fsarif-dashboard/lists"}