updated the file upload system for configurable preprocessing pipeline#107
Closed
Stanley1414 wants to merge 6 commits intoRedback-Operations:mainfrom
Closed
updated the file upload system for configurable preprocessing pipeline#107Stanley1414 wants to merge 6 commits intoRedback-Operations:mainfrom
Stanley1414 wants to merge 6 commits intoRedback-Operations:mainfrom
Conversation
…al runs, total distance, avg speed, avg pace) added; saved cleaned data and stats.
Added requirement gathering document for Project 3, including team discussions, stakeholder inputs, and data specifications.
🔒 Security Scan Results✅ No critical security issues detected. The code has passed all critical security checks. |
jd-deakin
reviewed
Aug 24, 2025
jd-deakin
reviewed
Aug 24, 2025
| # Save Tabular Output | ||
| # ------------------------------ | ||
| def save_processed_tabular(df, output_folder, logger=None): | ||
| os.makedirs(os.path.dirname(output_folder), exist_ok=True) |
Collaborator
There was a problem hiding this comment.
as prior comment re: yaml.
if an untrusted party can influence output_folder, they could overwrite files anywhere on the filesystem.
jd-deakin
approved these changes
Aug 24, 2025
Collaborator
jd-deakin
left a comment
There was a problem hiding this comment.
Mid-to-high level of AI involvement in code generation to be noted for potential hidden security flaws.
This code in it's current state is okay to be run in local, trusted environments, where the attack surface is controlled. But would not be ready to use in a public-facing app.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A full README.md was uploaded and explains the file structure