Merge pull request #24715 from kieranlea/import_typo
Fixed import typo in example in SECURITY.md
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user