Skip to content

Vulnerability Warning Tracking Issue #10963

Closed
@clydin

Description

@clydin

Two project-level development only packages currently produce vulnerability warnings upon package install of a new project.

  • Protractor (1 warning) -- dependency webdriver-js-extender uses an outdated version of selenium-webdriver (UPDATE: Protractor 4.5.0 has been released with a fix)

  • Karma (2.0: 6 warnings) -- dependency log4js uses an outdated version of loggly. Note also that log4js (and as a result karma) produce the following deprecated package warnings upon install:

    npm WARN deprecated [email protected]: All versions below 4.0.1 of Nodemailer are deprecated. See   https://nodemailer.com/status/
    npm WARN deprecated [email protected]: Use uuid module instead
    npm WARN deprecated [email protected]: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0
    npm WARN deprecated [email protected]: If using 2.x branch, please upgrade to at least 2.1.6 to avoid a serious bug with socket data flow and an import issue introduced in 2.1.0
    npm WARN deprecated [email protected]: This project is unmaintained
    npm WARN deprecated [email protected]: This project is unmaintained
    npm WARN deprecated [email protected]: stop using this version
    

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions