An open API service indexing awesome lists of open source software.

https://github.com/vdjagilev/owasp-risk-calculator

An attempt to create a basic OWASP Risk Calculator
https://github.com/vdjagilev/owasp-risk-calculator

calculator owasp risk risk-assessment security

Last synced: 7 months ago
JSON representation

An attempt to create a basic OWASP Risk Calculator

Awesome Lists containing this project

README

          

# OWASP Risk Calculator

An honest attempt to create yet another OWASP risk calculator. This one also contains mitigation part, which is displayed on the radar chart below.

Inspired by [OWASP Risk Rating Methodology](https://owasp.org/www-community/OWASP_Risk_Rating_Methodology) and [OWASP Risk Rating Calculator](https://owasp-risk-rating.com/).

## Screenshots

![Main window](./docs/images/1.png)
![Risk factors window](./docs/images/2.png)
![Mitigation factors window](./docs/images/3.png)
![Radar chart with mitigation](./docs/images/4.png)

## Developing

Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:

```bash
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open
```

## Building

To create a production version of your app:

```bash
npm run build
```

You can preview the production build with `npm run preview`.

> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.