Skip to content

Conversation

granadacoder
Copy link
Contributor

(to resolve
CVE-2024-52317)

as seen here: https://mvnrepository.com/artifact/org.apache.tomcat.embed/tomcat-embed-core/9.0.95

	<dependency>
		<groupId>org.apache.tomcat.embed</groupId>
		<artifactId>tomcat-embed-core</artifactId>
		<version>9.0.98</version>
	</dependency>

	<dependency>
		<groupId>org.apache.tomcat</groupId>
		<artifactId>tomcat-jdbc</artifactId>
		<version>9.0.98</version>
	</dependency>

/* others below not related to CVE */

		<groupId>org.apache.commons</groupId>
		<artifactId>commons-lang3</artifactId>
		<version>3.17.0</version>

    <groupId>org.postgresql</groupId>
    <artifactId>postgresql</artifactId>
    <version>42.7.4</version>

(to resolve
CVE-2024-52317)

as seen here: https://mvnrepository.com/artifact/org.apache.tomcat.embed/tomcat-embed-core/9.0.95

		<dependency>
			<groupId>org.apache.tomcat.embed</groupId>
			<artifactId>tomcat-embed-core</artifactId>
			<version>9.0.98</version>
		</dependency>

		<dependency>
			<groupId>org.apache.tomcat</groupId>
			<artifactId>tomcat-jdbc</artifactId>
			<version>9.0.98</version>
		</dependency>

/* others below not related to CVE */

			<groupId>org.apache.commons</groupId>
			<artifactId>commons-lang3</artifactId>
			<version>3.17.0</version>

        <groupId>org.postgresql</groupId>
        <artifactId>postgresql</artifactId>
        <version>42.7.4</version>
@granadacoder
Copy link
Contributor Author

Originally seen here:
#38

This PR would replace /38

<artifactId>tomcat-embed-core</artifactId>
<version>9.0.95</version>
<version>9.0.98</version>
</dependency>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PRIMARY CHANGE/UPLIFT:

See vulnerabilities under version 9.0.95 here:

https://mvnrepository.com/artifact/org.apache.tomcat.embed/tomcat-embed-core/9.0.95

@granadacoder
Copy link
Contributor Author

@ndepomereu thank you for your consideration and hopefully quick merge (and subsequent packaging/deployment)

@granadacoder
Copy link
Contributor Author

This is 2 months old now.

I am trying to help with the upkeep.

But I cannot merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant