-
Notifications
You must be signed in to change notification settings - Fork 0
Bump validator from 13.7.0 to 13.15.20 in /ui #6
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?
Conversation
Bumps [validator](https://github.com/validatorjs/validator.js) from 13.7.0 to 13.15.20. - [Release notes](https://github.com/validatorjs/validator.js/releases) - [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md) - [Commits](validatorjs/validator.js@13.7.0...13.15.20) --- updated-dependencies: - dependency-name: validator dependency-version: 13.15.20 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
✓ Safe to upgradeI recommend merging this upgrade because it resolves a high-severity URL validation bypass vulnerability (CVE-2025-56200) that could lead to XSS and Open Redirect attacks. The package is only used as a version resolution override in package.json to enforce security updates on transitive dependencies and is not directly imported or used by any application code. While the upgrade includes a breaking change to isEmail validation (rejecting non-breaking spaces in user parts), this does not affect the application since validator functions are never called in the codebase. The security fix significantly improves the safety of the dependency tree with zero compatibility risk. What we checked
Dependency UsageThe validator package is currently unused in the Conductor UI application codebase. It exists only as a version resolution override in the package configuration to enforce security updates on transitive dependencies introduced by other packages in the dependency tree, but is not directly imported or utilized by any application code to provide validation functionality. ChangesThe validator package upgrade patches CVE-2025-56200 by improving protocol detection in
View 203 more changes
References (3)[1]: validator is only listed in resolutions section to enforce security updates on transitive dependencies, not used directly by the application Line 67 in c026744
[2]: Security fix for CVE-2025-56200: URL validation bypass vulnerability in isURL function that could lead to XSS and Open Redirect attacks (source link) [3]: Breaking change in isEmail validation (rejecting non-breaking spaces) does not impact application as validator is never imported or used in codebase (source link) fossabot analyzed this PR using dependency research. |
Bumps validator from 13.7.0 to 13.15.20.
Release notes
Sourced from validator's releases.
... (truncated)
Changelog
Sourced from validator's changelog.
... (truncated)
Commits
30d4fe013.15.20cbef508fix(isURL): improve protocol detection. Resolves CVE-2025-56200 (#2608)6f436beFix typo in validators.test.js (#2581)3c85708Fix: correct French VAT (FR) validation regex and add tests (#2584)eee525c#2491 #2573 Simplify isBase64 to prevent stack overflow (#2574)abcc8ecfeat(isAlpha, isAlphanumeric): add support for Indic locales (ta-IN, te-IN, k...72573b3Add Qatar phone number validation (#2556)243f6c5docs(isMACAddress): improve ambiguous option description (#2563)3847c6fmaintenance: 2505 release (#2560)9e50384feat(isLicensePlate): Updated isLicensePlate to accept real pt-PT license pla...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.