Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version uplift to resolve CVE-2024-52317 #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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

@@ -246,13 +246,13 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<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)

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