angle/third_party/rapidjson
Adrian Taylor fbab23e186 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/+/2419035
Reviewed-by: Jamie Madill <jmadill@chromium.org>
Commit-Queue: Jamie Madill <jmadill@chromium.org>
2020-09-18 19:53:55 +00:00
..
BUILD.gn Fix header typo in rapidjson. 2019-11-25 17:01:27 +00:00
README.chromium Add CPEPrefix for rapidjson. 2020-09-18 19:53:55 +00:00

README.chromium

Name: RapidJSON
URL: https://github.com/TenCent/rapidjson
License: MIT
License File: src/license.txt
CPEPrefix: cpe:/a:tencent:rapidjson:1.1.0

Description:
A fast JSON parser/generator for C++ with both SAX/DOM style API.