We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91cb47e commit 38bd0e5Copy full SHA for 38bd0e5
vulnerabilities/importers/apache_tomcat.py
@@ -234,7 +234,7 @@ def extract_tomcat_advisory_data_from_page(apache_tomcat_advisory_html):
234
# Each group of fixed-version-related data is contained in a div that immediately follows the h3 element, e.g.,
235
# <h3 id="Fixed_in_Apache_Tomcat_8.5.8"><span class="pull-right">8 November 2016</span> Fixed in Apache Tomcat 8.5.8</h3>
236
# <div class="text"> ... <div>
237
- fixed_version_paras = fixed_version_heading.find_next_sibling()
+ fixed_version_paras = fixed_version_heading.find_next_sibling("div")
238
239
# See https://tomcat.apache.org/security-impact.html for scoring.
240
# Each advisory section starts with a <p> element,
0 commit comments