You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(workflow): enhance artifact security with validation and sanitization (#5343)
## 📄 Description
Add comprehensive validation and sanitization for artifact
upload/download actions:
- Validate folder existence and input formats
- Sanitize event IDs and actions before output
- Use temporary directories for safer operations
- Improve error handling with clear messages
## 🚀 Demo
If applicable, please add a screenshot or video to illustrate the
changes.
---
## 📝 Checklist
- ✅ My code follows the style guidelines of this project
- 🛠️ I have performed a self-review of my own code
- 📄 I have made corresponding changes to the documentation
- ⚠️ My changes generate no new warnings or errors
- 🧪 I have added tests that prove my fix is effective or that my feature
works
- ✔️ New and existing unit tests pass locally with my changes
0 commit comments