chore(deps): update dependency cron-parser to v5.10.1 - #4237
chore(deps): update dependency cron-parser to v5.10.1#4237renovate[bot] wants to merge 1 commit into
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Security review
Result: No medium, high, or critical vulnerabilities found.
Scope
This PR only bumps cron-parser in web/package-lock.json from 5.10.0 → 5.10.1. No application source changes.
Analysis
- Supply chain: Lockfile update from the official npm registry with a new integrity hash; no suspicious package metadata changes.
- Dependency advisories: No known CVEs reported for
[email protected]. The upstream release includes hardening fixes (bounded field-value expansion at parse time; duplicate-zero rejection) that reduce client-side DoS risk when parsing cron expressions. - Usage path:
cron-parseris used only in the web UI (ScheduleForm.vue,cronPresets.js) to preview/parsecron_format. Input reaches the parser from authenticated project users withCanManageProjectResources; backend validation uses Gocron.ParseStandard, not this library. - Attack surface: No new injection, auth bypass, SSRF, XSS, path traversal, or deserialization paths are introduced by this lockfile-only bump.
Prior threads
No previous automation security-review threads were found on this PR.
Sent by Cursor Automation: Find vulnerabilities


This PR contains the following updates:
5.10.0→5.10.1Release Notes
harrisiirak/cron-parser (cron-parser)
v5.10.1Compare Source
What's Changed
Full Changelog: harrisiirak/cron-parser@v5.10.0...v5.10.1
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.