@@ -133,12 +133,12 @@ def initialize
133133 'jprofiler_profiler' =>
134134 { 'cve' => '' ,
135135 'release' => '[ChangeLog](https://www.ej-technologies.com/download/jprofiler/changelog.html)' } ,
136- 'jre' => { 'cve' => '[Risk Matrix](https://www.oracle.com/security-alerts/cpujan2022 .html#AppendixJAVA)' ,
137- 'release' => '[Release Notes](https://bell-sw.com/pages/liberica-release-notes-8u322 /)' } ,
138- 'jre-11' => { 'cve' => '[Risk Matrix](https://www.oracle.com/security-alerts/cpujan2022 .html#AppendixJAVA)' ,
139- 'release' => '[Release Notes](https://bell-sw.com/pages/liberica-release-notes-11.0.14 /)' } ,
140- 'jre-17' => { 'cve' => '[Risk Matrix](https://www.oracle.com/security-alerts/cpujan2022 .html#AppendixJAVA)' ,
141- 'release' => '[Release Notes](https://bell-sw.com/pages/liberica-release-notes-17.0.2 /)' } ,
136+ 'jre' => { 'cve' => '[Risk Matrix](https://www.oracle.com/security-alerts/cpuapr2022 .html#AppendixJAVA)' ,
137+ 'release' => '[Release Notes](https://bell-sw.com/pages/liberica-release-notes-8u332 /)' } ,
138+ 'jre-11' => { 'cve' => '[Risk Matrix](https://www.oracle.com/security-alerts/cpuapr2022 .html#AppendixJAVA)' ,
139+ 'release' => '[Release Notes](https://bell-sw.com/pages/liberica-release-notes-11.0.15 /)' } ,
140+ 'jre-17' => { 'cve' => '[Risk Matrix](https://www.oracle.com/security-alerts/cpuapr2022 .html#AppendixJAVA)' ,
141+ 'release' => '[Release Notes](https://bell-sw.com/pages/liberica-release-notes-17.0.3 /)' } ,
142142 'jrebel_agent' => { 'cve' => '' , 'release' => '[ChangeLog](https://www.jrebel.com/products/jrebel/changelog)' } ,
143143 'jvmkill_agent' => { 'cve' => 'Included inline above' , 'release' => 'Included inline above' } ,
144144 'lifecycle_support' => { 'cve' => 'Included inline above' , 'release' => 'Included inline above' } ,
@@ -170,7 +170,7 @@ def initialize
170170 'tomcat' => { 'cve' => '[Security](https://tomcat.apache.org/security-9.html)' ,
171171 'release' => '[ChangeLog](https://tomcat.apache.org/tomcat-9.0-doc/changelog.html)' } ,
172172 'your_kit_profiler' => { 'cve' => '' ,
173- 'release' => '[Release Notes](https://www.yourkit.com/download/yjp_2021_11_builds .jsp)' }
173+ 'release' => '[Release Notes](https://www.yourkit.com/download/yjp_2022_3_builds .jsp)' }
174174 } . freeze
175175
176176 PLATFORM_PATTERN = /\{ platform\} / . freeze
0 commit comments