Skip to content

NodeAuditAnalyzer fails when using local package in lock file #4752

@yarisvt

Description

@yarisvt

Describe the bug
When using a local dependency in packages in the package-lock.json file, the NodeAuditAnalyzer fails due to an invalid payload that is sent to the Node Audit API.

Example:

{
  "packages": {
    "dependencies": {
      "@vaadin/flow-frontend": "./target/flow-frontend"
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions