Skip to content

Commit

Permalink
Update overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsra authored Oct 30, 2024
1 parent f8ad317 commit 282a42f
Showing 1 changed file with 25 additions and 17 deletions.
42 changes: 25 additions & 17 deletions docs/code-scanning-tools/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,31 @@ Pixee automatically triages and fixes issues detected by code scanning tools whe

# Supported Rules

Pixee can triage and fix a wide range of security issues detected by code scanning tools. Many of these issues are common across tools and languages, such as:

- SQL Injection
- Cross-Site Scripting (XSS)
- Insecure Deserialization
- Insecure Randomness
- XML External Entity (XXE)
- Insecure Cookie Handling
- Command Injection
- Insecure Configuration
- Sensitive Data Logging
- Detailed Error Messages
- ... and many more!

In addition, Pixee can triage and fix a variety of language-specific and code quality issues, too!

For detailed information about supported rules, or to request additional rule coverage, please [contact us](https://pixee.ai/demo-landing-page).
Pixee can triage (T) and/or fix (F) a wide range of security issues detected by code scanning tools. Many of these issues are common across tools and languages, such as:

- SQL Injection (T+F)
- Cross-Site Scripting (XSS) (T+F)
- Insecure Deserialization (T+F)
- Insecure Randomness (T+F)
- XML External Entity (XXE) (F)
- Insecure Cookie Handling (F)
- Command Injection (T+F)
- Insecure Configuration (T)
- Sensitive Data Logging (T)
- Resource Leak (F)
- Detailed Error Messages (T+F)
- SSRF (T+F)
- Hardcoded Passwords (T)
- XPath Injection (T+F)
- HTTP Response Splitting / Response Smuggling / Header Injection (T+F)
- Log Forging (T+F)
- Path Traversal (T)
- Open Redirect (T)
- ... and more!

In addition, Pixee can triage and fix a variety of tool-specific, language-specific and code quality issues, too!

Note that as we add support

# GitHub Action

Expand Down

0 comments on commit 282a42f

Please sign in to comment.