Skip to content

chanix95/ubuntu-com-security-api

 
 

Repository files navigation

security.ubuntu.com

The API for CVEs and USNs data.

To check the API documentation go to https://ubuntu.com/security/api/docs

Local development

The simplest way to run the API locally is using dotrun:

docker-compose up -d
dotrun

Once the server has started, you can visit http://0.0.0.0:8030 in your browser.

After you close the server with <ctrl>+c you should run docker-compose down to stop the database.

Documentation spec is available at http://0.0.0.0:8030/security/api/spec.json

Documentation is available at http://0.0.0.0:8030/security/api/docs

About

The API for CVEs and USNs data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.0%
  • Shell 18.5%
  • HTML 4.1%
  • JavaScript 1.1%
  • Other 1.3%