Skip to content

Commit d97b243

Browse files
committed
add advisory
1 parent fa415ba commit d97b243

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

audit-ci.jsonc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,16 @@
9696
// https://github.com/advisories/GHSA-xcj6-pq6g-qj4x
9797
// the vite dev server (when exposed to the network with --host) can return contents of arbitrary files
9898
//
99+
// https://github.com/advisories/GHSA-859w-5945-r5v3
100+
// the vite dev server (when exposed to the network with --host) can return contents of arbitrary files
101+
//
99102
// vite is only used with vitest for running tests, and without exposing the dev server to the network
100103
//
101104
// from: vitest>vite
102105
// from: vitest>vite-node>vite
103106
"GHSA-4r4m-qw57-chr8",
104107
"GHSA-356w-63v5-8wf4",
105-
"GHSA-xcj6-pq6g-qj4x"
108+
"GHSA-xcj6-pq6g-qj4x",
109+
"GHSA-859w-5945-r5v3"
106110
]
107111
}

0 commit comments

Comments
 (0)