https://github.com/oneananda/security-labs
security-info is a centralized knowledge repository focused on application, cloud, and infrastructure security. It includes curated best practices, real-world examples, code snippets, checklists, and resources for developers, DevOps engineers, and security professionals.
https://github.com/oneananda/security-labs
security security-tools
Last synced: 11 months ago
JSON representation
security-info is a centralized knowledge repository focused on application, cloud, and infrastructure security. It includes curated best practices, real-world examples, code snippets, checklists, and resources for developers, DevOps engineers, and security professionals.
- Host: GitHub
- URL: https://github.com/oneananda/security-labs
- Owner: oneananda
- License: gpl-3.0
- Created: 2025-07-22T15:16:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-22T15:59:36.000Z (11 months ago)
- Last Synced: 2025-08-22T17:58:23.230Z (11 months ago)
- Topics: security, security-tools
- Language: C#
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# security-info
Key Sections
OWASP Top 10 – Explains and demonstrates common web vulnerabilities.
Secure Coding Guidelines – Language-specific tips for writing secure code (C#, Python, JavaScript, etc.).
DevSecOps Practices – CI/CD security checks, secrets scanning, SAST/DAST integration.
Cloud Security – AWS, Azure, and GCP-specific misconfiguration examples and prevention strategies.
Threat Modeling – Sample models and tools to visualize and mitigate security risks.
Compliance Checklists – PCI-DSS, GDPR, HIPAA, and SOC 2 readiness tips.
Security Tools – Open-source tools for static analysis, vulnerability scanning, and dependency auditing.
Incident Response – Steps to prepare for and handle security breaches.