This is an automated email from the ASF dual-hosted git repository.
PDavid pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new b61d47f1654 HBASE-30130 Addendum Add a security-model section to the
website (#8194)
b61d47f1654 is described below
commit b61d47f1654e9f0f5796d650b5d5c1dbaf7905cd
Author: Dávid Paksy <[email protected]>
AuthorDate: Tue May 5 12:36:13 2026 +0200
HBASE-30130 Addendum Add a security-model section to the website (#8194)
Fixed lint (formatting) error.
Signed-off-by: Nihal Jain <[email protected]>
---
hbase-website/app/routes/_landing/security-model.tsx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/hbase-website/app/routes/_landing/security-model.tsx
b/hbase-website/app/routes/_landing/security-model.tsx
index 48e2fa67cb3..849c83d50d7 100644
--- a/hbase-website/app/routes/_landing/security-model.tsx
+++ b/hbase-website/app/routes/_landing/security-model.tsx
@@ -24,7 +24,8 @@ export function meta({}: Route.MetaArgs) {
{ title: "Security Model - Apache HBase" },
{
name: "description",
- content: "Apache HBase security model: assumptions, trust boundaries,
and what constitutes a valid security vulnerability report."
+ content:
+ "Apache HBase security model: assumptions, trust boundaries, and what
constitutes a valid security vulnerability report."
}
];
}