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

https://github.com/jujhars13/security-frameworks

Rendering different security frameworks for reference
https://github.com/jujhars13/security-frameworks

security

Last synced: 6 months ago
JSON representation

Rendering different security frameworks for reference

Awesome Lists containing this project

README

          

# security-frameworks

Rendering different security frameworks from [jujhars13/security-controls](https://github.com/jujhars13/security-controls) as an HTML table.

## TODO

- [x] Add a dropdown box to select different frameworks

## Building

```bash
# OPTIONAL use the awesome `reload` which auto-refreshes your browser on change using websockets
# `npm install -g webpack webpack-cli reload`
webpack --watch
(cd docs && reload -e "html|js|css|json|yml")
# browse to http://localhost:8080/
```