Skip to content

v0.6.0 - Harden Security 🔒

Compare
Choose a tag to compare
@fullerzz fullerzz released this 08 Sep 21:24
· 12 commits to main since this release
108c4ee

What's Changed

Detailed Changes

  • Added new file operation_validator.py that contains the classes UploadValidator and UserCreationValidator
  • On file upload request, system now checks that user has uploaded less than the daily limit of bytes and that the user is whitelisted
  • Added start_time and end_time as optional parameters when using the DatabaseClient to query for all files

Full Changelog: v0.5.0...v0.6.0