Commit fbab23e1 by Adrian Taylor Committed by Commit Bot

Add CPEPrefix for rapidjson.

This will allow automated notification of any vulnerabilities reported against rapidjson. Prior commit history suggests that this is only used for outputting test results and is therefore unlikely to be security-critical, but we're gradually aiming to get 100% coverage of all our dependencies and this should be an easy one. See https://chromium.googlesource.com/chromium/src.git/+/master/docs/adding_to_third_party.md#add-a-readme_chromium Bug: chromium:895969 Change-Id: Ie3f0db3fed525e81e4fa6e84fe96fe6c72575046 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2419035Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 3c64fe30
...@@ -2,6 +2,7 @@ Name: RapidJSON ...@@ -2,6 +2,7 @@ Name: RapidJSON
URL: https://github.com/TenCent/rapidjson URL: https://github.com/TenCent/rapidjson
License: MIT License: MIT
License File: src/license.txt License File: src/license.txt
CPEPrefix: cpe:/a:tencent:rapidjson:1.1.0
Description: Description:
A fast JSON parser/generator for C++ with both SAX/DOM style API. A fast JSON parser/generator for C++ with both SAX/DOM style API.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment