Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Dependencies
node_modules/

# Production build
dist/

# Environment variables
.env
.env.*

# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# IDE
.vscode/
.idea/

# OS files
.DS_Store
Thumbs.db
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ real findings from any scanner via an open JSON format. Read
numbers on a real environment, it's explicit about what the risk score is
and isn't.

![tech](https://img.shields.io/badge/stack-React%2018%20%2B%20Vite-informational)
![license](https://img.shields.io/badge/license-MIT-green)
![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen)
[![React](https://img.shields.io/badge/React-18-61DAFB?logo=react&logoColor=white)](https://react.dev/)
[![Vite](https://img.shields.io/badge/Vite-5-646CFF?logo=vite&logoColor=white)](https://vitejs.dev/)
[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen)](https://github.com/Abyss-Corp/Attack-Path-Visualizer/pulls)

> **Note:** This project is early-stage and open to contributions from
> anyone — security engineers, blue teamers, and developers alike. If
Expand Down Expand Up @@ -166,4 +167,6 @@ public issue with exploit details.

## License

[MIT](LICENSE)
This project is licensed under the MIT License.

See the [LICENSE](LICENSE) file for details.
Loading
Loading