Merge pull request #24715 from kieranlea/import_typo

Fixed import typo in example in SECURITY.md
This commit is contained in:
Fredrik Adelöw
2024-05-10 15:00:29 +02:00
committed by GitHub
+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) {