-
Notifications
You must be signed in to change notification settings - Fork 2
feat: organizer file-drop import agent (volunteers/judges MVP) #518
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -108,6 +108,7 @@ | |
| "lucide-react": "^0.544.0", | ||
| "ms": "^2.1.3", | ||
| "mysql2": "^3.16.2", | ||
| "papaparse": "^5.5.3", | ||
| "posthog-js": "^1.310.1", | ||
| "posthog-node": "^5.18.0", | ||
| "react": "^19.2.3", | ||
|
|
@@ -126,6 +127,7 @@ | |
| "ua-parser-js": "^2.0.3", | ||
| "ulid": "^3.0.2", | ||
| "workers-ai-provider": "^3.1.14", | ||
| "xlsx": "^0.18.5", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🏁 Script executed: #!/bin/bash
# Check for security advisories on xlsx package
gh api graphql -f query='
{
securityVulnerabilities(first: 10, ecosystem: NPM, package: "xlsx") {
nodes {
advisory {
summary
severity
publishedAt
}
vulnerableVersionRange
firstPatchedVersion {
identifier
}
}
}
}'Repository: wodsmith/thewodapp Length of output: 1088 Upgrade Version 0.18.5 is vulnerable to two HIGH severity CVEs:
These vulnerabilities pose a security risk when parsing untrusted user-uploaded Excel files. Upgrade to version 0.20.2 or higher to patch both issues. 🤖 Prompt for AI Agents
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. P1: The Prompt for AI agents |
||
| "zod": "^4.2.1", | ||
| "zustand": "^5.0.5" | ||
| }, | ||
|
|
@@ -140,6 +142,7 @@ | |
| "@testing-library/react": "^16.2.0", | ||
| "@types/ms": "^0.7.34", | ||
| "@types/node": "^22.19.3", | ||
| "@types/papaparse": "^5.5.2", | ||
| "@types/react": "^19.2.0", | ||
| "@types/react-dom": "^19.2.0", | ||
| "@types/ua-parser-js": "^0.7.39", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add
@latcode refs for the new DO namespace and binding wiring.These new infrastructure source segments are missing required concept-link annotations.
As per coding guidelines,
**/*.{js,ts,rs,go,c,h,py}must tie source code to concepts using//@lat: [[section-id]].Also applies to: 678-679
🤖 Prompt for AI Agents
Source: Coding guidelines