From 30c8eaa1dc53e39867a7b03fd6a2ce66a32047de Mon Sep 17 00:00:00 2001 From: Adrian Taylor Date: Mon, 29 Jun 2020 14:13:21 -0700 Subject: [PATCH] Add CPEPrefix. This will enable automatic notifications of CVEs reported against WebRTC such that we ensure we roll them into Chromium. Bug: chromium:895969 Change-Id: Ib2f9e9a55b2fc2605dd8bbbc3774b91dee9a00b7 NoTry: true Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/178404 Reviewed-by: Tommi Reviewed-by: Mirko Bonadei Commit-Queue: Tommi Cr-Commit-Position: refs/heads/master@{#31715} --- README.chromium | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/README.chromium b/README.chromium index 246c13dc09..58c8da8403 100644 --- a/README.chromium +++ b/README.chromium @@ -1,13 +1,14 @@ -Name: WebRTC -URL: http://www.webrtc.org -Version: 90 -License: BSD -License File: LICENSE - -Description: -WebRTC provides real time voice and video processing -functionality to enable the implementation of -PeerConnection/MediaStream. - -Third party code used in this project is described -in the file LICENSE_THIRD_PARTY. +Name: WebRTC +URL: http://www.webrtc.org +Version: 90 +CPEPrefix: cpe:/a:webrtc_project:webrtc:90 +License: BSD +License File: LICENSE + +Description: +WebRTC provides real time voice and video processing +functionality to enable the implementation of +PeerConnection/MediaStream. + +Third party code used in this project is described +in the file LICENSE_THIRD_PARTY.