File tree 1 file changed +13
-1
lines changed 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -358,4 +358,16 @@ Knative Serving supports running application pods under
358
358
if they apply, and will provide a warning if submitted pods use default (empty)
359
359
values which would be incompatible with the ` restricted ` profile.
360
360
361
- ** Mitigates** : user code execution, system code execution
361
+ ** Mitigates** : user code execution, system code execution
362
+
363
+ ### SLSA builds and provenance
364
+
365
+ Knative signs both the [ container images] ( verifying-images.md ) and the
366
+ [ command-line binaries] ( verifying-cli.md ) produced the project, along with an
367
+ SBOM and a SLSA provenance statement describing how the contents were built.
368
+ This reduces the risk of supply chain attacks by allowing administrators and
369
+ users to validate that their artifacts are the same ones built by Knative, and
370
+ validating the SLSA security guarantees with respect to ephemeral and
371
+ reproducible builds.
372
+
373
+ ** Mitigates** : system code execution
You can’t perform that action at this time.
0 commit comments