Skip to content

riversideresearch/resolve

Repository files navigation

GitHub License GitHub Tag


RESOLVE is an LLVM-based software security tool designed to anticipate, triage and remediate CVEs. It combines binary metadata based on enhanced software bills-of-material, or eSBOMs, with runtime components and program analysis tools that together speed up the process of identifying and remediating bugs.

Please see our documentation website for installation and usage.

Quick Install

# Dependencies (Ubuntu)
sudo apt update && sudo apt install -y bash coreutils clang llvm binutils zstd

# RESOLVE
curl -fL https://github.com/riversideresearch/resolve/releases/latest/download/resolve-linux-x86_64.tar.gz \
-o /tmp/resolve-linux-x86_64.tar.gz && sudo tar -C / -xzf /tmp/resolve-linux-x86_64.tar.gz

About

Automated vulnerability triage and zero-day remediation of software at scale

Topics

Resources

License

LGPL-3.0, Unknown licenses found

Licenses found

LGPL-3.0
LICENSE.txt
Unknown
LICENSE-NOTE.txt

Stars

8 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors