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

Add "lenient" file-checking mode #10862

Closed
jacobtylerwalls opened this issue May 2, 2024 · 1 comment · Fixed by #10863
Closed

Add "lenient" file-checking mode #10862

jacobtylerwalls opened this issue May 2, 2024 · 1 comment · Fixed by #10863
Assignees

Comments

@jacobtylerwalls
Copy link
Member

jacobtylerwalls commented May 2, 2024

validate_file_type() runs some safety checks on uploaded files:

  • determinable file type
  • safe zip file
  • well-formatted xlsx or csv files
  • permitted file type

... but only if FILE_TYPE_CHECKING = True.

Proposal:

@jacobtylerwalls jacobtylerwalls self-assigned this May 2, 2024
@chiatt chiatt added this to pipeline May 2, 2024
jacobtylerwalls added a commit that referenced this issue Jun 14, 2024
jacobtylerwalls added a commit that referenced this issue Jun 14, 2024
@jacobtylerwalls jacobtylerwalls changed the title Remove FILE_TYPE_CHECKING setting Add "lenient" file-checking mode Jun 17, 2024
@jacobtylerwalls jacobtylerwalls moved this to 👀 In Review in pipeline Jun 17, 2024
jacobtylerwalls added a commit that referenced this issue Jun 18, 2024
jacobtylerwalls added a commit that referenced this issue Jun 25, 2024
jacobtylerwalls added a commit that referenced this issue Jun 25, 2024
jacobtylerwalls added a commit that referenced this issue Jun 25, 2024
@jacobtylerwalls jacobtylerwalls linked a pull request Jun 25, 2024 that will close this issue
6 tasks
@jacobtylerwalls
Copy link
Member Author

Fixed in #10863

@github-project-automation github-project-automation bot moved this from 👀 In Review to ✅ Done in pipeline Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant