rusticata / der-parser

BER/DER parser written in pure Rust. Fast, zero-copy, safe.
Apache License 2.0
85 stars 28 forks source link

Updates license field to valid SPDX format #70

Closed ibeckermayer closed 6 months ago

ibeckermayer commented 7 months ago

The popular dependency-review-action requires the license field be in valid SPDX format. (We are hitting false positives on this dependency via dependency-review-action over at Teleport).

chifflier commented 6 months ago

Applied, thanks!