Skip to content

Conversation

@Oyhs-co
Copy link
Collaborator

@Oyhs-co Oyhs-co commented Apr 21, 2025

No description provided.

filename = f"{datetime.utcnow().timestamp()}_{archivo.filename}"
path = os.path.join(UPLOAD_DIR, filename)

with open(path, "wb") as buffer:

Check failure

Code scanning / SonarCloud

I/O function calls should not be vulnerable to path injection attacks High

Change this code to not construct the path from user-controlled data. See more on SonarQube Cloud
@sonarqubecloud
Copy link

@Oyhs-co Oyhs-co merged commit db7ae08 into Development Apr 21, 2025
2 of 5 checks passed
@Oyhs-co Oyhs-co deleted the MultiToolService branch June 6, 2025 20:33
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