guacsec / guac

GUAC aggregates software security metadata into a high fidelity graph database.
https://guac.sh
Apache License 2.0
1.25k stars 165 forks source link

GUAC Beta v0.1 #251

Closed lumjjb closed 1 year ago

lumjjb commented 1 year ago

GUAC Beta v0.1

GUAC Beta v0.1 provides a runnable service for users to get started with building a software catalog and understanding their organization's software supply chain and prototyping security evaluations and controls.

With the GUAC Beta, a user can provide their SBOM and SLSA documents and the service will ingest the software metadata into a knowledge graph which will automatically be augmented with additional vulnerability, security and open source insights (e.g. OSV.dev, Deps.dev, Scorecards). All this information will then be accessible and queryable to answer supply chain questions.

With the help of additional experimental utilities, a user will be able to:

The above examples showcase some utilities we've built to preview the GUAC Beta API. As a developer, you can leverage this yourself and build your own products on GUAC through our GraphQL API. For example, you may be able to create a:

Note: The GUAC Beta is NOT production ready. We'd like to get feedback on both the capabilities of the service and use cases from an end-user perspective as well as the GraphQL API from a developer perspective.

What does it include

Provide a deployable service that an organization will be able to answer the vulnerability question (and more) about their software dependencies.

Below this line are logistics/planning

Example flow

Setting up and configuring GUAC through an all-in-one container

Screenshot 2023-01-30 at 11 44 46 AM

The GUAC Web UI

Screenshot 2023-01-30 at 11 44 53 AM

The GUAC results page with insights and navigable graph

Screenshot 2023-01-30 at 11 45 01 AM

Technical Details

This should include:

Technical issues that need to be ironed out:

Performance issues that need to track:

lumjjb commented 1 year ago

https://github.com/guacsec/guac/releases/tag/v0.1.0 🎉