Standard version 9.0.1 represents a minor update to the popular JavaScript Standard Style linter, building upon the foundation laid by version 9.0.0. While the core functionality remains consistent, the key distinction lies in a dependency update: eslint-config-standard is bumped from version 7.0.0 to 7.0.1. This seemingly small change might include subtle adjustments to the linter's rules or configurations, potentially addressing edge cases or refining existing checks for code quality and consistency. For developers leveraging Standard, this update provides assurance they're benefiting from the latest refinements to the style guide's implementation, ensuring their code adheres to the established conventions with greater precision.
Both versions rely on the robust framework of ESLint 3.15.0, complemented by plugins like eslint-plugin-react, eslint-plugin-promise, and eslint-plugin-standard to enforce best practices across React, promise handling, and the Standard Style itself. Furthermore, these versions leverage standard-engine to simplify the creation of custom linters based on the Standard Style. Development dependencies such as tape for testing, mkdirp for directory creation, and cross-spawn for cross-platform process management remain consistent, ensuring a stable development workflow. The update to 9.0.1 offers peace of mind, suggesting ongoing maintenance and refinements to the Standard JavaScript Style ecosystem.
All the vulnerabilities related to the version 9.0.1 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: