Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codeclimate is throwing security issue for AWS Lambda ephemeral storage #1062

Open
vineetsharma883 opened this issue Aug 23, 2022 · 0 comments
Assignees

Comments

@vineetsharma883
Copy link

I am using codeclimate for code quality checks and recently started facing issue Probable insecure usage of temp file/directory import for AWS Lambda ephemeral storage. The code has usage for /tmp/ directory in the way - os.makedirs(f"/tmp/my-repo/{file_path}", exist_ok=True). Is it possible to ignore lambda ephemeral storage for /tmp/ storage checks.

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

No branches or pull requests

2 participants