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
- Host: GitHub
- URL: https://github.com/jujhars13/security-frameworks
- Owner: jujhars13
- License: gpl-3.0
- Created: 2021-01-21T20:57:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T10:46:08.000Z (almost 2 years ago)
- Last Synced: 2024-12-06T19:31:18.030Z (over 1 year ago)
- Topics: security
- Language: JavaScript
- Homepage: https://security-frameworks.jujhar.com
- Size: 943 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/
```