MITRE Security Automation Framework Website
The MITRE Security Automation Framework© (SAF) brings together open-source, accessible applications, techniques, libraries, and tools developed by MITRE and the security community to streamline security automation for systems and DevOps pipelines.
This repository contains the frontend source code for the upcoming new https://saf.mitre.org website.
- Fork repository and clone it locally
- Install project dependencies:
yarn install
- Install playwright dependencies with
npx playwright install
- Copy
.env-sample
into.env
and replaceCHANGEME
values as appropriate - For developing use:
yarn dev
- For production use:
yarn build
andyarn preview
- Backend is handled in the saf-site backend repository
- Nuxt 3
- Vue 3
- Tailwind CSS v3
- Lucide
- Vite
- Headless UI - unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS
- prettier-plugin-tailwindcss - Automatic Class Sorting with Prettier
Please feel free to look through our issues, make a fork and submit PRs and improvements. We love hearing from our end-users and the community and will be happy to engage with you on suggestions, updates, fixes or new capabilities.
Please feel free to contact us by opening an issue on the issue board, or, at saf@groups.mitre.org should you have any suggestions, questions or issues.