WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

ttskp/libxmljs2-noop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

@ttskp/libxmljs2-noop

libxmljs2 has critical, unresolved security issues, (CVE-2024-34393, CVE-2024-34394), but is no longer maintained. libxmljs2-noop is a "no-op" package without any implementation. It can be used to replace libxmljs2 to silence security alerts in projects where libxmljs2 is included by npm as an optional, transitive dependency, but not actually used.

To replace libxmljs2 with @ttskp/libxmljs2-noop, decleare the following override in your package.json:

{
    "overrides": {
        "libxmljs2": "https://registry.npmjs.org/@ttskp/libxmljs2-noop/-/libxmljs2-noop-1.0.0.tgz"
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published