mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
14 lines
215 B
Markdown
14 lines
215 B
Markdown
|
---
|
||
|
title: Security Policy
|
||
|
hide_title: true
|
||
|
sidebar_label: Security Policy
|
||
|
---
|
||
|
|
||
|
```mdx-code-block
|
||
|
import Security, {toc as SecurityTOC} from "@site/../SECURITY.md"
|
||
|
|
||
|
<Security />
|
||
|
|
||
|
export const toc = SecurityTOC;
|
||
|
```
|