Solomon is a self-hosted web application designed to simplify the collection and understanding of ASVS security requirements.
Solomon is an open-source tool designed to streamline the process of searching and filtering Application Security Verification Standard (ASVS) requirements. It allows users to efficiently find requirements based on security level, category, or subcategory, and offers bookmarking functionality for quick reference. Solomon also serves as an educational platform, providing detailed context for each requirement to enhance understanding. Built with Next.js, Solomon is a static website, making it easy to use and self-host. It caters to software engineers, security engineers, DevOps, and security champions.
Clone the project:
git clone /~https://github.com/tuffgniuz/solomon.git
Install dependencies:
yarn install
Run development server:
yarn dev