Fixed import typo in example in SECURITY.md

Signed-off-by: Kieran Lea <klea292@gmail.com>
This commit is contained in:
Kieran Lea
2024-05-09 20:26:25 -04:00
parent 3c47d9b755
commit 94e53c6331
+1 -1
View File
@@ -66,7 +66,7 @@ The insecure example above should instead be written like this:
```ts
// THIS IS GOOD, DO THIS
import { resolveSafeChildPath } from '@backstaghe/backend-common';
import { resolveSafeChildPath } from '@backstage/backend-common';
import fs from 'fs-extra';
function writeTemporaryFile(tmpDir: string, name: string, content: string) {