-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 ✨ Implemented proper Resolution of Callsites (#4)
* ♻️ Ensured pointer are used * ⬆️ Updated golang.org/x/vuln * 🧐 Updated Data to have example with multiple callsites * ✨ Implemented Callstack resolver for Vuln * ✨ Implemented Preprocessor It currently removes duplicates * ♻️ Switched Convert to use new format * ♻️ Wired together new implementation * 🔧 Included Dynamic Integration Test * 🔧 Running Integration only on main & tags * ✨ Added Markdown FOrmat * 🐛 Link was not correct * 🐛 Switched away from relative link * ✨ Added Link to Vuln * ♻️ Reused Stack for PrintStack * ♻️ Minor Refactoring
- Loading branch information
Showing
12 changed files
with
1,496 additions
and
1,137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,5 @@ | |
# vendor/ | ||
|
||
# Used for testing locally | ||
.env | ||
.env | ||
hack/output.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.