Skip to content

Conversation

raisons
Copy link
Contributor

@raisons raisons commented Nov 3, 2023

No description provided.

@@ -25,6 +26,13 @@
tempDir := os.TempDir()

themeDirName := lastSplit
tmpThemeDir := filepath.Join(tempDir, themeDirName)
if util.FileIsExisted(tmpThemeDir) {
err := os.RemoveAll(tmpThemeDir)

Check failure

Code scanning / CodeQL

Uncontrolled data used in path expression

This path depends on a [user-provided value](1).
@1379 1379 merged commit 45d3377 into go-sonic:master Nov 4, 2023
@1379
Copy link
Contributor

1379 commented Nov 4, 2023

👏

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.

2 participants