Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/versioned/reference/security/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ function: how-to

# Knative Security and Disclosure Information

This page describes Knative security and disclosure information.
This page describes how to validate code and report security vulnerabilities in Knative.

## Report a vulnerability
For a complete description of the Knative threat model, see the following resource:

* [Knative Threat Model](./threat-model.md)

## Reporting a Vulnerability

We're extremely grateful for security researchers and users that report vulnerabilities to the Knative Open Source Community. All reports are thoroughly investigated by a set of community volunteers.

Expand Down
2 changes: 1 addition & 1 deletion docs/versioned/reference/security/verifying-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ match those of a Knative release. While many of these steps may be handled by p
installers like `brew`, you can always perform these steps by hand if you are unsure
about the provenance of those binaries.

## Code Signature Verification
## Verifying a Binary Signature

### All platforms

Expand Down