Skip to content

improve cli tracing#8053

Merged
jackkav merged 1 commit intoKong:developfrom
jackkav:support-missing-workspace-export-spec
Oct 10, 2024
Merged

improve cli tracing#8053
jackkav merged 1 commit intoKong:developfrom
jackkav:support-missing-workspace-export-spec

Conversation

@jackkav
Copy link
Contributor

@jackkav jackkav commented Oct 8, 2024

No description provided.

return null;
}
const workspaceFolder = path.join(dir, '.insomnia', 'Workspace');
const insomniaFolder = path.join(dir, '.insomnia');

Check warning

Code scanning / Semgrep OSS

Semgrep Finding: javascript.lang.security.audit.path-traversal.path-join-resolve-traversal.path-join-resolve-traversal

Detected possible user input going into a `path.join` or `path.resolve` function. This could possibly lead to a path traversal vulnerability, where the attacker can access arbitrary files stored in the file system. Instead, be sure to sanitize or validate user input first.
@jackkav jackkav requested a review from a team October 9, 2024 12:55
@jackkav jackkav force-pushed the support-missing-workspace-export-spec branch from 135b76e to 0791b9c Compare October 10, 2024 09:44
@jackkav jackkav enabled auto-merge (squash) October 10, 2024 09:46
@jackkav jackkav merged commit 14bf2eb into Kong:develop Oct 10, 2024
@jackkav jackkav deleted the support-missing-workspace-export-spec branch October 10, 2024 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants