Thank you for your interest in contributing to Contrast Security's Application Detection and Response Runbooks. This document provides guidelines for contributions.
- Fork the repository
- Create a new branch for your changes
- Make your changes
- Submit a pull request
Each runbook should follow this structure:
---
layout: runbook
title: "Title of the Runbook"
description: "Brief description of the security issue and its impact"
---
# Title
Brief introduction explaining the security issue.
## Example Events
Include example events showing different outcomes (Exploited, Blocked, etc).
## Decision Tree
Clear steps for triaging the event type.
## Response Procedures
Detailed procedures based on event outcome.
## Post-Incident Activities
Steps for documentation and follow-up.- Use clear, concise language
- Include relevant code examples
- Add decision trees for complex procedures
- Include example events where applicable
- Document post-incident procedures
-
All contributions will be reviewed for:
- Technical accuracy
- Adherence to style guidelines
- Clarity and completeness
- Formatting consistency
-
Make requested changes if any are needed
-
Once approved, changes will be merged
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.