Standard version 10.0.3 is a minor release focusing on dependency updates and bug fixes, building upon the solid foundation of version 10.0.2. A key difference lies in the eslint-config-standard-jsx dependency, bumped from version 4.0.1 to 4.0.2. Developers utilizing JSX syntax in their React projects should find this update particularly relevant, as it likely incorporates improvements and refinements to the standard JSX linting rules.
Both versions share the same core dependencies, including eslint, standard-engine, and various ESLint plugins for Node, React, Import, and Promise support. The eslint-config-standard dependency remains at version 10.2.1, ensuring consistent JavaScript Standard Style enforcement. Development dependencies for testing and tooling also remain consistent between the two versions.
While version 10.0.3 doesn't introduce groundbreaking new features, these incremental updates contribute to a more polished and reliable linting experience. The later release date of 10.0.3 suggests a more recent snapshot of bug fixes and refinements. Developers should always aim to use the latest stable version when feasible to benefit from these improvements, especially when working with JSX. Standard ensures code consistency and readability in JavaScript projects, and this package provides a reliable and current tool.
All the vulnerabilities related to the version 10.0.3 of the package
Prototype Pollution in Ajv
An issue was discovered in ajv.validate() in Ajv (aka Another JSON Schema Validator) 6.12.2. A carefully crafted JSON schema could be provided that allows execution of other code by prototype pollution. (While untrusted schemas are recommended against, the worst case of an untrusted schema should be a denial of service, not execution of code.)
Improper Privilege Management in shelljs
shelljs is vulnerable to Improper Privilege Management
Improper Privilege Management in shelljs
Output from the synchronous version of shell.exec()
may be visible to other users on the same system. You may be affected if you execute shell.exec()
in multi-user Mac, Linux, or WSL environments, or if you execute shell.exec()
as the root user.
Other shelljs functions (including the asynchronous version of shell.exec()
) are not impacted.
Patched in shelljs 0.8.5
Recommended action is to upgrade to 0.8.5.
https://huntr.dev/bounties/50996581-c08e-4eed-a90e-c0bac082679c/
If you have any questions or comments about this advisory:
semver vulnerable to Regular Expression Denial of Service
Versions of the package semver before 7.5.2 on the 7.x branch, before 6.3.1 on the 6.x branch, and all other versions before 5.7.2 are vulnerable to Regular Expression Denial of Service (ReDoS) via the function new Range, when untrusted user data is provided as a range.