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.
- Search and Filter: Easily search and filter ASVS requirements based on security level, category, or subcategory.
- Bookmarking: Bookmark specific ASVS requirements for quick access.
- Educational Context: Provides detailed context for each requirement to facilitate better understanding.
Clone the project:
git clone https://github.com/tuffgniuz/solomon.git
Install dependencies:
yarn install
Run development server:
yarn dev
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.