An open API service indexing awesome lists of open source software.

https://github.com/dependencytrack/hyades-apiserver

Fork of the Dependency-Track API server. It includes various changes necessary to work with Hyades.
https://github.com/dependencytrack/hyades-apiserver

Last synced: 28 days ago
JSON representation

Fork of the Dependency-Track API server. It includes various changes necessary to work with Hyades.

Awesome Lists containing this project

README

          

> [!IMPORTANT]
> **v5 is coming.** Whether you operate or contribute to Dependency-Track, read [V5_MIGRATION.md](./V5_MIGRATION.md).

# Hyades API Server

API server module of Hyades, the next major version of [OWASP Dependency-Track](https://github.com/DependencyTrack/dependency-track).

[![Build Status](https://github.com/DependencyTrack/hyades-apiserver/actions/workflows/ci-build.yaml/badge.svg)](https://github.com/DependencyTrack/hyades-apiserver/actions/workflows/ci-build.yaml)
[![Documentation](https://img.shields.io/badge/docs-next-blue.svg)](https://dependencytrack.github.io/docs/next/)
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE.txt)

> [!NOTE]
> Hyades has not yet reached GA. For a production-ready release, refer to the
> [main Dependency-Track repository](https://github.com/DependencyTrack/dependency-track).

## Documentation

User-facing documentation is rendered at [dependencytrack.github.io/docs/next](https://dependencytrack.github.io/docs/next/) and maintained in the [docs](https://github.com/DependencyTrack/docs) repository.

## Contributing

1. [Code of conduct](CODE_OF_CONDUCT.md)
2. [Contribution guidelines](CONTRIBUTING.md)
3. [Developer guide](DEVELOPING.md)

## See also

* [hyades-frontend](https://github.com/DependencyTrack/hyades-frontend): Frontend repository
* [docs](https://github.com/DependencyTrack/docs): Documentation repository