← Back

Ced Project

ced_project

1 CVE • 1 product

Products (1)

Click to collapse
Toggle
Ced
ced

CVEs (1)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Ced Project
1Ced
Jun 17, 2026
Aug 17, 2021
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
ced detects character encoding using Google’s compact_enc_det library. In ced v0.1.0, passing data types other than `Buffer` causes the Node.js process to crash. The problem has been patched in ced v1.0.0. As a workaroun...Show more
ced detects character encoding using Google’s compact_enc_det library. In ced v0.1.0, passing data types other than `Buffer` causes the Node.js process to crash. The problem has been patched in ced v1.0.0. As a workaround, before passing an argument to ced, verify it’s a `Buffer` using `Buffer.isBuffer(obj)`.Show less