You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,3 +181,7 @@ To actually make your changes, you just need to set up the codebase:
181
181
*`npm run build` - compiles the code
182
182
*`npm test` - no tests for now, so this just checks the code compiles (it's the same as `build`). Tests welcome!
183
183
*`npm run storybook` - starts up the storybook and opens it in your browser. You'll probably need to `npm run build` first, and again later if you make changes in `src/`.
184
+
185
+
## Security contact information
186
+
187
+
To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure.
0 commit comments