You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like FixMorph relies on a few compiled binaries which are currently being stored in this repository as artifacts.
I'd like to go through and Dockerize these dependencies so that they can be updated to support multiple architectures and fix existing CVEs.
The only problem I'm facing is that I don't know what the exact upstream sources for each binary are.
After a bit of research I was able to somewhat track down their upstreams, but had some confusion on the difference between the cvecgen and cvecgen-fail binaries.
Could someone from this project please help me identify exactly where each of these come from?
The artifacts in question are:
third-party/Deckard/cvecgen
third-party/Deckard/cvecgen-fail
third-party/bin/crochet-patch
The text was updated successfully, but these errors were encountered:
It seems like crochet-patch comes from here: rshariffdeen/clang-tools, and one of the cvecgen binaries come from here: hrkfdn/deckard, I'm just not sure which one.
Hi all,
It seems like FixMorph relies on a few compiled binaries which are currently being stored in this repository as artifacts.
I'd like to go through and Dockerize these dependencies so that they can be updated to support multiple architectures and fix existing CVEs.
The only problem I'm facing is that I don't know what the exact upstream sources for each binary are.
After a bit of research I was able to somewhat track down their upstreams, but had some confusion on the difference between the
cvecgen
andcvecgen-fail
binaries.Could someone from this project please help me identify exactly where each of these come from?
The artifacts in question are:
third-party/Deckard/cvecgen
third-party/Deckard/cvecgen-fail
third-party/bin/crochet-patch
The text was updated successfully, but these errors were encountered: