Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update marked due to CVE-2017-1000427 #23

Merged
merged 2 commits into from
Feb 15, 2018
Merged

Commits on Feb 14, 2018

  1. Update marked due to CVE-2017-1000427

    Marked is a dependency of jsdoc. Added marked as a dev dependency to
    be able to update it to latest version. This is just a temporary fix
    until jsdoc/jsdoc#1489 has been released.
    
    Idea from jsdoc/jsdoc#1489 (comment)
    
    Related to #22
    
    https://nvd.nist.gov/vuln/detail/CVE-2017-1000427
    roback committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    209104f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2018

  1. Allow tests to fail on latest node version

    I'm not sure this works or if you have to specify an exact version
    for "allow_failures". Anyway, this is just a temporary fix until #24 has
    been solved.
    
    Also cleaned up the version we test against:
    * 5.x and 7.x removed as their EOL was at 2016-06-30
    * 8.x is the current active LTS release
    
    (see https://github.com/nodejs/Release)
    roback committed Feb 15, 2018
    1 Configuration menu
    Copy the full SHA
    f7d0a5a View commit details
    Browse the repository at this point in the history