CVSS 벡터를 오프라인에서 점수화하는 4KB JavaScript 라이브러리 소개
이 문서에서는 네트워크 호출이나 외부 종속성 없이 CVSS 벡터를 점수화할 수 있는 4KB JavaScript 라이브러리인 '@hailbytes/cvss-calc'를 소개합니다. 이 라이브러리는 CI 환경에서도 사용 가능하며 CVSS v3.1과 v4.0 모두 지원합니다. 간단한 두 줄의 코드로 벡터 점수를 계산할 수 있어 유용합니다.
Introduction to a 4KB JavaScript library for scoring CVSS vectors offline.
This article introduces a 4KB JavaScript library, '@hailbytes/cvss-calc', that allows scoring CVSS vectors without any network calls or external dependencies. It's usable in CI environments and supports both CVSS v3.1 and v4.0. The library can compute vector scores with just two lines of code, making it very convenient.