Skip to content

Commit

Permalink
add navigation buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
clearbluejar committed Sep 27, 2023
1 parent e866d69 commit ffa125b
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 8 deletions.
1 change: 1 addition & 0 deletions docs/CVE-Research.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ A1 --> E[CVE-2020-1030];
```

[Next section: CVE analysis](CVE-analysis.md){: .btn .btn-primary .fs-4 .mb-4 .mb-md-0 .mr-2 }



Expand Down
4 changes: 3 additions & 1 deletion docs/CVE-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,4 +457,6 @@ C --> F;
D --> F;
E --> F;
```
```

[Next section: Security Patches](Security-Patches.md){: .btn .btn-primary .fs-4 .mb-4 .mb-md-0 .mr-2 }
4 changes: 3 additions & 1 deletion docs/Ghidra-Patch-Diffing.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: Patch Diffing with Ghidra can be performed by its Version Tracking
author: clearbluejar
---

# Ghidra Patch Diffing via Version Tracking
# Ghidra Patch Diffing (via Version Tracking)

![pexels-jakub-novacek-924824](/assets/images/pexels-jakub-novacek-924824.jpg)[](https://www.pexels.com/photo/time-lapse-photo-of-stars-on-night-924824/)

Expand Down Expand Up @@ -365,3 +365,5 @@ gantt
```


[Next section: Patch Diffing Applied](Patch-Diffing-Applied.md){: .btn .btn-primary .fs-4 .mb-4 .mb-md-0 .mr-2 }
2 changes: 2 additions & 0 deletions docs/Patch-Diffing-Applied.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,3 +439,5 @@ F[Patch Diffing + CVE Analysis];
```

[Next section: Root Cause Analysis](Root-Cause-Analysis.md){: .btn .btn-primary .fs-4 .mb-4 .mb-md-0 .mr-2 }
4 changes: 3 additions & 1 deletion docs/Patch-Diffing.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,6 @@ B[CVE-2020-1337] --> |"localspl.dll (6.1.7601.24559)"| F;
C[CVE-2020-17001] --> |"localspl.dll (6.1.7601.24562)"| F;
F[Patch Diffing];
```
```

[Next section: Ghidra Patch Diffing](Ghidra-Patch-Diffing.md){: .btn .btn-primary .fs-4 .mb-4 .mb-md-0 .mr-2 }
2 changes: 2 additions & 0 deletions docs/Root-Cause-Analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,5 @@ H --> J;
I --> J;
J --> K[Discover New and/or Related Vulnerabilities]
```

[Next section: Conclusion](Conclusion.md){: .btn .btn-primary .fs-4 .mb-4 .mb-md-0 .mr-2 }
4 changes: 3 additions & 1 deletion docs/Security-Patches.md
Original file line number Diff line number Diff line change
Expand Up @@ -585,4 +585,6 @@ B[CVE-2020-1337] --> |"localspl.dll (6.1.7601.24559)"| F;
C[CVE-2020-17001] --> |"localspl.dll (6.1.7601.24562)"| F;
F[Patch Diffing];
```
```

[Next section: Patch-Diffing](Patch-Diffing.md){: .btn .btn-primary .fs-4 .mb-4 .mb-md-0 .mr-2 }
6 changes: 2 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ last_modified_date: 2022-08-24
<sub>Created: 2020-12-15</sub>
<sub>Updated: {{page.last_modified_date | date: '%Y-%m-%d'}}</sub>

[<i class='fab fa-github'></i> View on GitHub](https://github.com/cve-north-stars/cve-north-stars.github.io){: .btn .fs-4 .mb-4 .mb-md-0 }
[Get started](docs/CVE-Research.md){: .btn .btn-primary .fs-4 .mb-4 .mb-md-0 .mr-2 }
[<i class='fab fa-github'></i> View on GitHub](https://github.com/cve-north-stars/cve-north-stars.github.io){: .btn .fs-4 .mb-4 .mb-md-0 .mr-2 }

## Overview

Expand All @@ -37,7 +38,4 @@ Along the way, this tutorial analyzes [several](https://cve.mitre.org/cgi-bin/cv
- Experience [Patch Diffing](docs/Patch-Diffing.md) With [Ghidra](docs/Ghidra-Patch-Diffing.md)
- Introduction to [Root Cause Analysis](docs/Root-Cause-Analysis.md)


[Get started](docs/CVE-Research.md){: .btn .btn-primary .fs-4 .mb-4 .mb-md-0 .mr-2 }

<sub>Cover photo by Faik Akmd from Pexels</sub>

0 comments on commit ffa125b

Please sign in to comment.