Skip to content

Commit dd27f81

Browse files
authored
Update 2025-2-24-AutoGrep-Automated-Generation-and-Filtering-of-Semgrep-Rules-from-Vulnerability-Patches.md
1 parent 948151a commit dd27f81

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

_posts/2025-2-24-AutoGrep-Automated-Generation-and-Filtering-of-Semgrep-Rules-from-Vulnerability-Patches.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -74,18 +74,7 @@ We utilized the oreFixes dataset, a comprehensive collection of CVE fix commits:
7474

7575
### 3.2 Processing Pipeline
7676

77-
```mermaid
78-
graph TD
79-
A[39,931 Initial Patches] --> B[Language Detection & Processing]
80-
B --> C[3,591 Generated Rules]
81-
C --> D[Duplicate Filtering]
82-
D --> E[Quality Assessment]
83-
E --> F[645 Final Rules]
84-
85-
style A fill:#f0f8ff,stroke:#333,stroke-width:2px
86-
style C fill:#f5f5dc,stroke:#333,stroke-width:2px
87-
style F fill:#f0fff0,stroke:#333,stroke-width:2px
88-
```
77+
![Autogrep flow](../images/autogrep-flow-chart.png)
8978

9079
## 4. Results and Analysis
9180

0 commit comments

Comments
 (0)