From e71bdafaf04ad65faca976fa7378a36bb1e9d4f9 Mon Sep 17 00:00:00 2001 From: Roland Rodriguez Date: Sun, 29 Dec 2024 06:58:48 -0600 Subject: [PATCH] docs: fix typo in documentation (later -> latter) (#1090) --- src/content/doc-surrealdb/security/summary.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/doc-surrealdb/security/summary.mdx b/src/content/doc-surrealdb/security/summary.mdx index 4bb0dbad5..65d138202 100644 --- a/src/content/doc-surrealdb/security/summary.mdx +++ b/src/content/doc-surrealdb/security/summary.mdx @@ -105,7 +105,7 @@ SurrealDB releases security advisories whenever a significant security issue has ### Software Composition Analysis -SurrealDB includes SCA in its development process by using both the Cargo Deny binary crate for Rust code as well as Dependabot in its CI/CD pipelines. The later ensures that changes including dependencies with known vulnerabilities cannot be merged unless those vulnerabilities are explicitly acknowledged in a public file; this usually requires either updating or replacing the affected dependency. The former provides notification of emerging vulnerabilities in dependencies that are currently being used by SurrealDB so that they can be updated or replaced. +SurrealDB includes SCA in its development process by using both the Cargo Deny binary crate for Rust code as well as Dependabot in its CI/CD pipelines. The latter ensures that changes including dependencies with known vulnerabilities cannot be merged unless those vulnerabilities are explicitly acknowledged in a public file; this usually requires either updating or replacing the affected dependency. The former provides notification of emerging vulnerabilities in dependencies that are currently being used by SurrealDB so that they can be updated or replaced. - [Github: Security Policy (Dependencies)](https://github.com/surrealdb/surrealdb/security/policy#dependencies) - [Github: Cargo Deny Configuration](https://github.com/surrealdb/surrealdb/blob/main/deny.toml)