We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa415ba commit d97b243Copy full SHA for d97b243
audit-ci.jsonc
@@ -96,12 +96,16 @@
96
// https://github.com/advisories/GHSA-xcj6-pq6g-qj4x
97
// the vite dev server (when exposed to the network with --host) can return contents of arbitrary files
98
//
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
+ //
102
// vite is only used with vitest for running tests, and without exposing the dev server to the network
103
104
// from: vitest>vite
105
// from: vitest>vite-node>vite
106
"GHSA-4r4m-qw57-chr8",
107
"GHSA-356w-63v5-8wf4",
- "GHSA-xcj6-pq6g-qj4x"
108
+ "GHSA-xcj6-pq6g-qj4x",
109
+ "GHSA-859w-5945-r5v3"
110
]
111
}
0 commit comments