Skip to content

Commit fd53810

Browse files
authored
Added docs for Vulnerability Regressions (#94)
1 parent 5ca740c commit fd53810

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: 'Vulnerability Regressions'
3+
description: 'Continuously retest vulnerabilities and detect similar issues across your infrastructure.'
4+
---
5+
6+
## Summary
7+
8+
As organizations uncover more vulnerabilities than ever before, managing and remediating critical security vulnerabilities becomes increasingly complex. Traditional workflows often involve fragmented tools and processes, making it challenging to ensure vulnerabilities are effectively resolved and do not reappear.
9+
10+
Recognizing these challenges, we have added a powerful feature to our cloud platform (currently in BETA): Vulnerability Regression with Nuclei.
11+
12+
This feature seamlessly integrates with your preferred ticketing solutions—GitHub, GitLab, Linear, and Jira—to streamline vulnerability management. By automatically generating Nuclei templates from reported vulnerabilities and continuously retesting during the remediation process, it ensures that security issues are effectively fixed.
13+
14+
15+
### How It Helps
16+
17+
- **Automates Template Creation**: Transforms reported vulnerabilities into actionable Nuclei templates using AI, saving time and reducing manual effort with ability to quickly edit the attached templates.
18+
19+
- **Continuous Retesting**: Automatically retests vulnerabilities when developers attempt to close issues, ensuring fixes are properly applied, and includes continuous monitoring of previously fixed vulnerabilities to file a ticket as soon as they reappear in production.
20+
21+
- **Infrastructure-wide Detection**: Identifies similar vulnerabilities across all assets, preventing overlooked threats and reducing the risk of reoccurrence.
22+
23+
24+
25+
### Request a Demo
26+
27+
[Contact us to here](https://projectdiscovery.io/request-demo) to request a personalized demo.
28+
29+
30+
Learn how ProjectDiscovery can help your team save time, improve remediation efficiency, and strengthen your organization's security posture for critical vulnerabilities.

cloud/usecases.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ Check out some ways to get started securing your attack surface with ProjectDisc
1616
<Card title="Custom vulnerability automation" icon="stars" href="/cloud/examples/customautomation">
1717
Use your internal reports to build custom automation and scan for exploitable vulnerabilities.
1818
</Card>
19+
<Card title="Vulnerability Regressions" icon="stars" href="/cloud/examples/vulnerability-regressions">
20+
Continuously retest vulnerabilities and detect similar issues across your infrastructure.
21+
</Card>
1922
<Card title="Scan for a trending vulnerability" icon="wave-pulse" href="/cloud/examples/trending">
2023
A popular attack appears on the news. Quickly scan your assets to see if you're impacted.
2124
</Card>

mint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@
445445
"cloud/examples/continuousscan",
446446
"cloud/examples/customautomation",
447447
"cloud/examples/trending",
448+
"cloud/examples/vulnerability-regressions",
448449
"cloud/examples/slackalert",
449450
"cloud/examples/connectjira",
450451
"cloud/examples/addcloudassets"

0 commit comments

Comments
 (0)