@@ -133,12 +133,12 @@ def initialize
133
133
'jprofiler_profiler' =>
134
134
{ 'cve' => '' ,
135
135
'release' => '[ChangeLog](https://www.ej-technologies.com/download/jprofiler/changelog.html)' } ,
136
- 'jre' => { 'cve' => '[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2021 .html#AppendixJAVA)' ,
137
- 'release' => '[Release Notes](https://bell-sw.com/pages/liberica-release-notes-8u312 /)' } ,
138
- 'jre-11' => { 'cve' => '[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2021 .html#AppendixJAVA)' ,
139
- 'release' => '[Release Notes](https://bell-sw.com/pages/liberica-release-notes-11.0.13 /)' } ,
140
- 'jre-17' => { 'cve' => '[Risk Matrix](https://www.oracle.com/security-alerts/cpuoct2021 .html#AppendixJAVA)' ,
141
- 'release' => '[Release Notes](https://bell-sw.com/pages/liberica-release-notes-17.0.1 /)' } ,
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 /)' } ,
142
142
'jrebel_agent' => { 'cve' => '' , 'release' => '[ChangeLog](https://www.jrebel.com/products/jrebel/changelog)' } ,
143
143
'jvmkill_agent' => { 'cve' => 'Included inline above' , 'release' => 'Included inline above' } ,
144
144
'lifecycle_support' => { 'cve' => 'Included inline above' , 'release' => 'Included inline above' } ,
@@ -170,7 +170,7 @@ def initialize
170
170
'tomcat' => { 'cve' => '[Security](https://tomcat.apache.org/security-9.html)' ,
171
171
'release' => '[ChangeLog](https://tomcat.apache.org/tomcat-9.0-doc/changelog.html)' } ,
172
172
'your_kit_profiler' => { 'cve' => '' ,
173
- 'release' => '[Release Notes](https://www.yourkit.com/download/yjp_2021_3_builds .jsp)' }
173
+ 'release' => '[Release Notes](https://www.yourkit.com/download/yjp_2021_11_builds .jsp)' }
174
174
} . freeze
175
175
176
176
PLATFORM_PATTERN = /\{ platform\} / . freeze
0 commit comments