This repository contains a collection of mindmaps developed by Shubhendu. The mindmaps cover various topics related to cybersecurity, LLM security, and container security.
graph TD
A[Mindmaps Collection] --> B[LLM Security]
A --> C[Cybersecurity]
A --> D[Containers]
B --> B1[AI Threat Model]
B --> B2[LLM Security Solutions]
C --> C1[MITRE DEFEND]
C --> C2[VM]
D --> D1[K8s Threat Matrix]
Usage
- Clone the repository:
git clone https://github.com/sivolko/mindmaps.git
- Open the index.html file in your browser to navigate through the mindmaps.
Contributing Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (git checkout -b feature-branch).
- Make your changes.
- Commit your changes (git commit -am 'Add new feature').
- Push to the branch (git push origin feature-branch).
- Open a pull request.
License This project is licensed under the MIT License - see the LICENSE file for details.