Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Remove lodash.pick from @useoptic/rulesets-base usage due to security issues and deprecations #2889

Description

@azen1k5

Describe the bug
@useoptic/rulesets-base is using lodash.pick in version 4.4.0 which has a known security vulnerability. The lodash.pick package is also deprecated so there is no way mitigate the security issue.

To Reproduce
Steps to reproduce the behavior:

  1. Install latest @useoptic/rulesets-base
  2. Use a security scanner to analyze the dependencies
  3. find that lodash.pick 4.4.0 has a security vulnerability

Expected behavior
@useoptic/rulesets-base doesn't ship with dependencies that have known security issues.

Additional context
Description of security vulnerability in lodash:
https://avd.aquasec.com/nvd/2020/cve-2020-8203/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions