
Security News
Google’s OSV Fix Just Added 500+ New Advisories — All Thanks to One Small Policy Change
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
asn1.js-rfc5280
Advanced tools
node-forge is a comprehensive library for working with various cryptographic functions, including X.509 certificates. It provides a high-level API for parsing, encoding, and validating certificates, similar to asn1.js-rfc5280. However, node-forge also includes additional cryptographic utilities such as RSA, AES, and PKCS#12 support.
pkijs is a library for working with PKI (Public Key Infrastructure) in JavaScript. It provides tools for parsing, encoding, and validating X.509 certificates, as well as other PKI-related structures like CRLs (Certificate Revocation Lists) and OCSP (Online Certificate Status Protocol). pkijs is built on top of the WebCrypto API and offers a more modern approach compared to asn1.js-rfc5280.
asn1js is a library for parsing and encoding ASN.1 data structures in JavaScript. While it does not specifically focus on X.509 certificates like asn1.js-rfc5280, it provides a general-purpose ASN.1 parser and encoder that can be used to work with various ASN.1-based protocols and data structures.
FAQs
RFC5280 extension structures for asn1.js
The npm package asn1.js-rfc5280 receives a total of 716,594 weekly downloads. As such, asn1.js-rfc5280 popularity was classified as popular.
We found that asn1.js-rfc5280 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A data handling bug in OSV.dev caused disputed CVEs to disappear from vulnerability feeds until a recent fix restored over 500 advisories.
Research
/Security News
175 malicious npm packages (26k+ downloads) used unpkg CDN to host redirect scripts for a credential-phishing campaign targeting 135+ organizations worldwide.
Security News
Python 3.14 adds template strings, deferred annotations, and subinterpreters, plus free-threaded mode, an experimental JIT, and Sigstore verification.