...

Text file src/github.com/theupdateframework/go-tuf/docs/SECURITY.md

Documentation: github.com/theupdateframework/go-tuf/docs

     1# Security Policy
     2
     3The go-tuf community is committed to maintaining a reliable and consistent TUF client implementation. If you believe you have identified a security issue in go-tuf's client protocol, please follow these guidelines for responsible disclosure.
     4
     5## Supported Versions
     6
     7You may report issues for the most recent version of go-tuf. We will not retroactively make changes to older versions.
     8
     9## Reporting a Vulnerability
    10
    11If you discover a potential security issue in this project we ask that you notify the go-tuf maintainers via [Github's private reporting feature](https://github.com/theupdateframework/go-tuf/security/advisories/new) (requires being signed in to GitHub). At the minimum, the report must contain the following:
    12
    13* A description of the issue.
    14* A specific version or commit SHA of `go-tuf` where the issue reproduces.
    15* Instructions to reproduce the issue.
    16
    17Please do **not** create a public GitHub issue or pull request to submit vulnerability reports. These public trackers are intended for non-time-sensitive and non-security-related bug reports and feature requests. Major feature requests, such as design changes to the specification, should be proposed via a [TUF Augmentation Protocol](https://theupdateframework.github.io/specification/latest/#tuf-augmentation-proposal-tap-support) (TAP).
    18
    19## Disclosure
    20
    21This project follows a 90 day disclosure timeline.

View as plain text