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

Asset cache can lead to denial of service if asset database is deleted #5009

Open
echlebek opened this issue May 11, 2023 · 0 comments · May be fixed by #5050
Open

Asset cache can lead to denial of service if asset database is deleted #5009

echlebek opened this issue May 11, 2023 · 0 comments · May be fixed by #5050
Assignees

Comments

@echlebek
Copy link
Contributor

Expected Behavior

When the asset database is deleted, but the asset cache is not, the system should still work as expected.

Current Behavior

When the asset database is deleted, but the asset cache is not deleted, then the asset downloader encounters errors about files already existing when trying to populate the cache.

Possible Solution

Replace existing files when the database is missing an entry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants