Skip to content

Commit 1e39104

Browse files
committed
Add pgvector to list of projects covered by CNA scope. Per Noah
1 parent 561f87f commit 1e39104

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

templates/security/security.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,29 @@ <h2>CVE Numbering Authority</h2>
5454
<li><a href="https://www.pgadmin.org/">pgAdmin</a></li>
5555
<li><a href="https://www.pgbouncer.org/">PgBouncer</a></li>
5656
<li><a href="https://gitlab.com/dalibo/postgresql_anonymizer/">PostgreSQL Anonymizer</a></li>
57+
From 3137607e6dcea155fdd30efa1bb35f7a6cda0117 Mon Sep 17 00:00:00 2001
58+
From: Noah Misch <noah@leadboat.com>
59+
Date: Thu, 26 Mar 2026 11:29:18 -0700
60+
Subject: [PATCH] Add pgvector to list of projects covered by CNA scope
61+
62+
---
63+
templates/security/security.html | 1 +
64+
1 file changed, 1 insertion(+)
65+
66+
diff --git a/templates/security/security.html b/templates/security/security.html
67+
index c5a8d7e..287350c 100644
68+
--- a/templates/security/security.html
69+
+++ b/templates/security/security.html
70+
@@ -54,6 +54,7 @@
71+
<li><a href="https://www.pgadmin.org/">pgAdmin</a></li>
72+
<li><a href="https://www.pgbouncer.org/">PgBouncer</a></li>
73+
<li><a href="https://gitlab.com/dalibo/postgresql_anonymizer/">PostgreSQL Anonymizer</a></li>
74+
<li><a href="https://github.com/pgvector/pgvector/">pgvector</a></li>
75+
</ul>
76+
77+
<p>
78+
--
79+
1.8.3.1
5780
</ul>
5881

5982
<p>

0 commit comments

Comments
 (0)