From 1e238a85d33671d40d22485ef2ea46fbb25d9722 Mon Sep 17 00:00:00 2001 From: hectorj2f Date: Thu, 17 Oct 2024 10:46:36 +0200 Subject: [PATCH] fix typos Signed-off-by: hectorj2f --- protos/in_toto_attestation/predicates/vulns/v0.1/vulns.proto | 2 +- spec/predicates/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/protos/in_toto_attestation/predicates/vulns/v0.1/vulns.proto b/protos/in_toto_attestation/predicates/vulns/v0.1/vulns.proto index 124498b0..b3a0436d 100644 --- a/protos/in_toto_attestation/predicates/vulns/v0.1/vulns.proto +++ b/protos/in_toto_attestation/predicates/vulns/v0.1/vulns.proto @@ -9,7 +9,7 @@ option go_package = "github.com/in-toto/attestation/go/predicates/vulns/v1"; option java_package = "io.github.intoto.attestation.predicates.vulns.v1"; // Validation of all fields is left to the users of this proto. -message Vuln { +message Vulns { Scanner scanner = 1; ScanMetadata scan_metadata = 2; } diff --git a/spec/predicates/README.md b/spec/predicates/README.md index 6695611b..081182da 100644 --- a/spec/predicates/README.md +++ b/spec/predicates/README.md @@ -23,7 +23,7 @@ our [vetting process], and may be of general interest: artifact. - [SPDX]: SPDX-formatted BOM for software artifacts. - [CycloneDX]: CycloneDX BOM for software artifacts. -- [Vulnerability]: Defines the metadata to share the results of vulnerability scanning on software artifacts. +- [VULNS]: Defines the metadata to share the results of vulnerability scanning on software artifacts. - [Release]: Details an artifact that is part of a given release version. - [Test Result]: A generic schema to express results of any type of tests. - [Reference]: References documents that are relevant to some resource. @@ -34,7 +34,7 @@ our [vetting process], and may be of general interest: [Release]: release.md [Runtime Traces]: runtime-trace.md [SCAI Report]: scai.md -[Vulnerability]: vulns.md +[VULNS]: vulns.md [SLSA Provenance]: https://slsa.dev/provenance [SLSA Verification Summary]: vsa.md [SPDX]: spdx.md