Vulnerabilities |
73 via 1461 paths |
|---|---|
Dependencies |
156 |
Source |
GitHub |
Find, fix and prevent vulnerabilities in your code.
critical severity
new
- Vulnerable module: org.bouncycastle:bcprov-jdk18on
- Introduced through: org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.bouncycastle:bcprov-jdk18on@1.81.1
Overview
Affected versions of this package are vulnerable to Improper Certificate Validation in the isEmailConstrained() and isURIConstrained() methods of PKIXNameConstraintValidator, which compare rfc822Name and URI subjectAltName values with a bare equalsIgnoreCase() and do not strip a trailing dot the way the dNSName path does. An attacker who controls a name-constrained intermediate CA can issue certificates for email and URI hosts that an excludedSubtrees constraint was meant to block, for example ceo@bank.com. against an exclusion of bank.com, by appending a trailing dot so the value no longer matches the constraint. This affects only the email and URI constraint paths and not dNSName, and it requires a relying party to validate certificate paths through this validator with name constraints in force.
Remediation
Upgrade org.bouncycastle:bcprov-jdk18on to version 1.85 or higher.
References
critical severity
new
- Vulnerable module: org.bouncycastle:bcprov-jdk18on
- Introduced through: org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.bouncycastle:bcprov-jdk18on@1.81.1
Overview
Affected versions of this package are vulnerable to Improper Certificate Validation in the check() method of ProvOcspRevocationChecker, which verifies a stapled OCSP response's signature and then treats the certificate as unrevoked when no SingleResponse entry matches its CertID, without requiring a binding match. An attacker can present a revoked certificate that BC-based clients accept as valid by stapling any legitimately signed OCSP response from the same CA, such as a good response for a different serial number. This applies when the client uses BC revocation checking with the response supplied through the stapled PKIXRevocationChecker.setOcspResponses() path rather than fetched over the network, and the response must be validly signed by the same issuer.
Remediation
Upgrade org.bouncycastle:bcprov-jdk18on to version 1.85 or higher.
References
critical severity
new
- Vulnerable module: org.bouncycastle:bcprov-jdk18on
- Introduced through: org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.bouncycastle:bcprov-jdk18on@1.81.1
Overview
Affected versions of this package are vulnerable to Improper Input Validation in the calculateAgreement(pub, message) method of the DHAgreement class, which raises the peer-supplied message to the power of the local static private key x without any range or subgroup-membership check, while only the pub parameter is validated through DHPublicKeyParameters. A malicious peer can recover the full static private key by repeatedly sending small-order elements (0, 1, p-1, or elements of small subgroups) as message, since each exchange leaks the key modulo a small prime and the values combine via the Chinese Remainder Theorem. This affects only the MTI/A0 two-pass DHAgreement variant and not DHBasicAgreement, and it requires the application to reuse a static Diffie-Hellman private key across exchanges.
Remediation
Upgrade org.bouncycastle:bcprov-jdk18on to version 1.85 or higher.
References
critical severity
- Vulnerable module: org.springframework.boot:spring-boot-autoconfigure
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
Overview
Affected versions of this package are vulnerable to Improper Validation of Certificate with Host Mismatch due to establishing SSL connections to Cassandra without verifying that the hostname in the server's SSL certificate actually matched the hostname of the server being connected to. While the application might have verified that the certificate was signed by a trusted Certificate Authority (CA), failing to verify the hostname means an attacker could present any valid certificate (even one meant for a different domain) to successfully intercept the connection, leaving the application vulnerable to Man-in-the-Middle (MitM) attacks.
Remediation
Upgrade org.springframework.boot:spring-boot-autoconfigure to version 3.5.14, 4.0.6 or higher.
References
critical severity
- Vulnerable module: com.fasterxml.jackson.core:jackson-databind
- Introduced through: com.fasterxml.jackson.core:jackson-databind@2.14.0 and com.github.xabgesagtx:telegram-spring-boot-starter@0.26
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.fasterxml.jackson.core:jackson-databind@2.14.0Remediation: Upgrade to com.fasterxml.jackson.core:jackson-databind@2.18.8.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.core:jackson-databind@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.module:jackson-module-jaxb-annotations@2.11.3 › com.fasterxml.jackson.core:jackson-databind@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.glassfish.jersey.media:jersey-media-json-jackson@5.0.0-M1 › com.fasterxml.jackson.core:jackson-databind@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.telegram:telegrambots-meta@5.6.0 › com.fasterxml.jackson.core:jackson-databind@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider@2.11.3 › com.fasterxml.jackson.module:jackson-module-jaxb-annotations@2.11.3 › com.fasterxml.jackson.core:jackson-databind@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.glassfish.jersey.media:jersey-media-json-jackson@5.0.0-M1 › com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations@2.19.1 › com.fasterxml.jackson.core:jackson-databind@2.14.0
Overview
com.fasterxml.jackson.core:jackson-databind is a library which contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor.
Affected versions of this package are vulnerable to Deserialization of Untrusted Data in the DatabindContext._resolveAndValidateGeneric() method, which validates only the raw container class of a type identifier against the configured PolymorphicTypeValidator and not its nested generic type arguments. An attacker who controls the type identifier can instantiate a denied class, and reach unauthenticated remote code execution through an available gadget, by embedding that class as a generic parameter of an allowlisted container such as java.util.ArrayList<com.evil.Gadget>, which passes validation while the nested type is loaded, instantiated, and populated with attacker-controlled values. Exploitation requires polymorphic type validation to be enabled with a configured validator, the application to deserialize untrusted JSON, and a suitable gadget class on the classpath.
Details
Serialization is a process of converting an object into a sequence of bytes which can be persisted to a disk or database or can be sent through streams. The reverse process of creating object from sequence of bytes is called deserialization. Serialization is commonly used for communication (sharing objects between multiple hosts) and persistence (store the object state in a file or a database). It is an integral part of popular protocols like Remote Method Invocation (RMI), Java Management Extension (JMX), Java Messaging System (JMS), Action Message Format (AMF), Java Server Faces (JSF) ViewState, etc.
Deserialization of untrusted data (CWE-502) is when the application deserializes untrusted data without sufficiently verifying that the resulting data will be valid, thus allowing the attacker to control the state or the flow of the execution.
Remediation
Upgrade com.fasterxml.jackson.core:jackson-databind to version 2.18.8, 2.21.4 or higher.
References
critical severity
- Vulnerable module: com.fasterxml.jackson.core:jackson-databind
- Introduced through: com.fasterxml.jackson.core:jackson-databind@2.14.0 and com.github.xabgesagtx:telegram-spring-boot-starter@0.26
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.fasterxml.jackson.core:jackson-databind@2.14.0Remediation: Upgrade to com.fasterxml.jackson.core:jackson-databind@2.18.8.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.core:jackson-databind@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.module:jackson-module-jaxb-annotations@2.11.3 › com.fasterxml.jackson.core:jackson-databind@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.glassfish.jersey.media:jersey-media-json-jackson@5.0.0-M1 › com.fasterxml.jackson.core:jackson-databind@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.telegram:telegrambots-meta@5.6.0 › com.fasterxml.jackson.core:jackson-databind@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider@2.11.3 › com.fasterxml.jackson.module:jackson-module-jaxb-annotations@2.11.3 › com.fasterxml.jackson.core:jackson-databind@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.glassfish.jersey.media:jersey-media-json-jackson@5.0.0-M1 › com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations@2.19.1 › com.fasterxml.jackson.core:jackson-databind@2.14.0
Overview
com.fasterxml.jackson.core:jackson-databind is a library which contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor.
Affected versions of this package are vulnerable to Incomplete List of Disallowed Inputs in the BasicPolymorphicTypeValidator.Builder.allowIfSubTypeIsArray() method, which allowlists an array based only on clazz.isArray() and does not validate the array's component type. An attacker who controls the deserialized JSON can instantiate types outside the configured allowlist by wrapping them in an array, because array elements without per-element type identifiers are constructed directly with no further validator check.
Remediation
Upgrade com.fasterxml.jackson.core:jackson-databind to version 2.18.8, 2.21.4 or higher.
References
high severity
- Vulnerable module: org.apache.commons:commons-lang3
- Introduced through: org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › io.github.openfeign:feign-form-spring@13.6.1 › org.apache.commons:commons-text@1.13.0 › org.apache.commons:commons-lang3@3.17.0
Overview
Affected versions of this package are vulnerable to Uncontrolled Recursion via the ClassUtils.getClass function. An attacker can cause the application to terminate unexpectedly by providing excessively long input values.
Remediation
Upgrade org.apache.commons:commons-lang3 to version 3.18.0 or higher.
References
high severity
- Vulnerable module: com.fasterxml.jackson.core:jackson-core
- Introduced through: com.fasterxml.jackson.core:jackson-core@2.14.0, com.fasterxml.jackson.core:jackson-databind@2.14.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.fasterxml.jackson.core:jackson-core@2.14.0Remediation: Upgrade to com.fasterxml.jackson.core:jackson-core@2.18.6.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0Remediation: Upgrade to com.fasterxml.jackson.core:jackson-databind@2.18.6.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.module:jackson-module-jaxb-annotations@2.11.3 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.module:jackson-module-jaxb-annotations@2.11.3 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.glassfish.jersey.media:jersey-media-json-jackson@5.0.0-M1 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.telegram:telegrambots-meta@5.6.0 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider@2.11.3 › com.fasterxml.jackson.module:jackson-module-jaxb-annotations@2.11.3 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.glassfish.jersey.media:jersey-media-json-jackson@5.0.0-M1 › com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations@2.19.1 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider@2.11.3 › com.fasterxml.jackson.module:jackson-module-jaxb-annotations@2.11.3 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.glassfish.jersey.media:jersey-media-json-jackson@5.0.0-M1 › com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations@2.19.1 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
Overview
com.fasterxml.jackson.core:jackson-core is a Core Jackson abstractions, basic JSON streaming API implementation
Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in which the non-blocking async JSON parser can be made to bypass the maxNumberLength constraint (default: 1000 characters) defined in StreamReadConstraints. An attacker can cause excessive memory allocation and CPU exhaustion by submitting JSON documents containing extremely long numeric values through the asynchronous parser interface.
PoC
The following JUnit 5 test demonstrates the vulnerability. It shows that the async parser accepts a 5,000-digit number, whereas the limit should be 1,000.
package tools.jackson.core.unittest.dos;
import java.nio.charset.StandardCharsets;
import org.junit.jupiter.api.Test;
import tools.jackson.core.*;
import tools.jackson.core.exc.StreamConstraintsException;
import tools.jackson.core.json.JsonFactory;
import tools.jackson.core.json.async.NonBlockingByteArrayJsonParser;
import static org.junit.jupiter.api.Assertions.*;
/**
* POC: Number Length Constraint Bypass in Non-Blocking (Async) JSON Parsers
*
* Authors: sprabhav7, rohan-repos
*
* maxNumberLength default = 1000 characters (digits).
* A number with more than 1000 digits should be rejected by any parser.
*
* BUG: The async parser never calls resetInt()/resetFloat() which is where
* validateIntegerLength()/validateFPLength() lives. Instead it calls
* _valueComplete() which skips all number length validation.
*
* CWE-770: Allocation of Resources Without Limits or Throttling
*/
class AsyncParserNumberLengthBypassTest {
private static final int MAX_NUMBER_LENGTH = 1000;
private static final int TEST_NUMBER_LENGTH = 5000;
private final JsonFactory factory = new JsonFactory();
// CONTROL: Sync parser correctly rejects a number exceeding maxNumberLength
@Test
void syncParserRejectsLongNumber() throws Exception {
byte[] payload = buildPayloadWithLongInteger(TEST_NUMBER_LENGTH);
// Output to console
System.out.println("[SYNC] Parsing " + TEST_NUMBER_LENGTH + "-digit number (limit: " + MAX_NUMBER_LENGTH + ")");
try {
try (JsonParser p = factory.createParser(ObjectReadContext.empty(), payload)) {
while (p.nextToken() != null) {
if (p.currentToken() == JsonToken.VALUE_NUMBER_INT) {
System.out.println("[SYNC] Accepted number with " + p.getText().length() + " digits — UNEXPECTED");
}
}
}
fail("Sync parser must reject a " + TEST_NUMBER_LENGTH + "-digit number");
} catch (StreamConstraintsException e) {
System.out.println("[SYNC] Rejected with StreamConstraintsException: " + e.getMessage());
}
}
// VULNERABILITY: Async parser accepts the SAME number that sync rejects
@Test
void asyncParserAcceptsLongNumber() throws Exception {
byte[] payload = buildPayloadWithLongInteger(TEST_NUMBER_LENGTH);
NonBlockingByteArrayJsonParser p =
(NonBlockingByteArrayJsonParser) factory.createNonBlockingByteArrayParser(ObjectReadContext.empty());
p.feedInput(payload, 0, payload.length);
p.endOfInput();
boolean foundNumber = false;
try {
while (p.nextToken() != null) {
if (p.currentToken() == JsonToken.VALUE_NUMBER_INT) {
foundNumber = true;
String numberText = p.getText();
assertEquals(TEST_NUMBER_LENGTH, numberText.length(),
"Async parser silently accepted all " + TEST_NUMBER_LENGTH + " digits");
}
}
// Output to console
System.out.println("[ASYNC INT] Accepted number with " + TEST_NUMBER_LENGTH + " digits — BUG CONFIRMED");
assertTrue(foundNumber, "Parser should have produced a VALUE_NUMBER_INT token");
} catch (StreamConstraintsException e) {
fail("Bug is fixed — async parser now correctly rejects long numbers: " + e.getMessage());
}
p.close();
}
private byte[] buildPayloadWithLongInteger(int numDigits) {
StringBuilder sb = new StringBuilder(numDigits + 10);
sb.append("{\"v\":");
for (int i = 0; i < numDigits; i++) {
sb.append((char) ('1' + (i % 9)));
}
sb.append('}');
return sb.toString().getBytes(StandardCharsets.UTF_8);
}
}
Details
Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.
Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.
One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.
When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.
Two common types of DoS vulnerabilities:
High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.
Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm
wspackage
Remediation
Upgrade com.fasterxml.jackson.core:jackson-core to version 2.18.6, 2.21.1 or higher.
References
high severity
- Vulnerable module: com.fasterxml.jackson.core:jackson-core
- Introduced through: com.fasterxml.jackson.core:jackson-core@2.14.0, com.fasterxml.jackson.core:jackson-databind@2.14.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.fasterxml.jackson.core:jackson-core@2.14.0Remediation: Upgrade to com.fasterxml.jackson.core:jackson-core@2.18.7.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0Remediation: Upgrade to com.fasterxml.jackson.core:jackson-databind@2.18.7.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.module:jackson-module-jaxb-annotations@2.11.3 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.module:jackson-module-jaxb-annotations@2.11.3 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.glassfish.jersey.media:jersey-media-json-jackson@5.0.0-M1 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.telegram:telegrambots-meta@5.6.0 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider@2.11.3 › com.fasterxml.jackson.module:jackson-module-jaxb-annotations@2.11.3 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.glassfish.jersey.media:jersey-media-json-jackson@5.0.0-M1 › com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations@2.19.1 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider@2.11.3 › com.fasterxml.jackson.module:jackson-module-jaxb-annotations@2.11.3 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.glassfish.jersey.media:jersey-media-json-jackson@5.0.0-M1 › com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations@2.19.1 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
Overview
com.fasterxml.jackson.core:jackson-core is a Core Jackson abstractions, basic JSON streaming API implementation
Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in the enforcement of document length constraints in blocking, async, and DataInput parser processes. An attacker can cause excessive resource consumption by submitting oversized JSON documents that bypass configured size limits.
Remediation
Upgrade com.fasterxml.jackson.core:jackson-core to version 2.18.7, 2.21.2 or higher.
References
high severity
new
- Vulnerable module: com.fasterxml.jackson.core:jackson-core
- Introduced through: com.fasterxml.jackson.core:jackson-core@2.14.0, com.fasterxml.jackson.core:jackson-databind@2.14.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.fasterxml.jackson.core:jackson-core@2.14.0Remediation: Upgrade to com.fasterxml.jackson.core:jackson-core@2.18.8.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0Remediation: Upgrade to com.fasterxml.jackson.core:jackson-databind@2.18.8.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.module:jackson-module-jaxb-annotations@2.11.3 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.module:jackson-module-jaxb-annotations@2.11.3 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.glassfish.jersey.media:jersey-media-json-jackson@5.0.0-M1 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.telegram:telegrambots-meta@5.6.0 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider@2.11.3 › com.fasterxml.jackson.module:jackson-module-jaxb-annotations@2.11.3 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.glassfish.jersey.media:jersey-media-json-jackson@5.0.0-M1 › com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations@2.19.1 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider@2.11.3 › com.fasterxml.jackson.module:jackson-module-jaxb-annotations@2.11.3 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.glassfish.jersey.media:jersey-media-json-jackson@5.0.0-M1 › com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations@2.19.1 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
Overview
com.fasterxml.jackson.core:jackson-core is a Core Jackson abstractions, basic JSON streaming API implementation
Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in the NonBlockingUtf8JsonParserBase file. An attacker can exhaust system memory by streaming JSON input in small chunks to the asynchronous parser, causing unbounded accumulation of digit characters in memory due to missing validation of number length during chunked parsing. This can lead to denial of service by overwhelming the application's memory resources.
Remediation
Upgrade com.fasterxml.jackson.core:jackson-core to version 2.18.8, 2.21.4 or higher.
References
high severity
- Vulnerable module: com.fasterxml.jackson.core:jackson-core
- Introduced through: com.fasterxml.jackson.core:jackson-core@2.14.0, com.fasterxml.jackson.core:jackson-databind@2.14.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.fasterxml.jackson.core:jackson-core@2.14.0Remediation: Upgrade to com.fasterxml.jackson.core:jackson-core@2.15.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0Remediation: Upgrade to com.fasterxml.jackson.core:jackson-databind@2.15.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.module:jackson-module-jaxb-annotations@2.11.3 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.module:jackson-module-jaxb-annotations@2.11.3 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.glassfish.jersey.media:jersey-media-json-jackson@5.0.0-M1 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.telegram:telegrambots-meta@5.6.0 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider@2.11.3 › com.fasterxml.jackson.module:jackson-module-jaxb-annotations@2.11.3 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.glassfish.jersey.media:jersey-media-json-jackson@5.0.0-M1 › com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations@2.19.1 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider@2.11.3 › com.fasterxml.jackson.module:jackson-module-jaxb-annotations@2.11.3 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.glassfish.jersey.media:jersey-media-json-jackson@5.0.0-M1 › com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations@2.19.1 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
Overview
com.fasterxml.jackson.core:jackson-core is a Core Jackson abstractions, basic JSON streaming API implementation
Affected versions of this package are vulnerable to Denial of Service (DoS) due to missing input size validation when performing numeric type conversions. A remote attacker can exploit this vulnerability by causing the application to deserialize data containing certain numeric types with large values, causing the application to exhaust all available resources.
Details
Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.
Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.
One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.
When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.
Two common types of DoS vulnerabilities:
High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.
Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm
wspackage
Remediation
Upgrade com.fasterxml.jackson.core:jackson-core to version 2.15.0-rc1 or higher.
References
high severity
- Vulnerable module: com.fasterxml.jackson.core:jackson-core
- Introduced through: com.fasterxml.jackson.core:jackson-core@2.14.0, com.fasterxml.jackson.core:jackson-databind@2.14.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.fasterxml.jackson.core:jackson-core@2.14.0Remediation: Upgrade to com.fasterxml.jackson.core:jackson-core@2.15.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0Remediation: Upgrade to com.fasterxml.jackson.core:jackson-databind@2.15.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.module:jackson-module-jaxb-annotations@2.11.3 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.module:jackson-module-jaxb-annotations@2.11.3 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.glassfish.jersey.media:jersey-media-json-jackson@5.0.0-M1 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.telegram:telegrambots-meta@5.6.0 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider@2.11.3 › com.fasterxml.jackson.module:jackson-module-jaxb-annotations@2.11.3 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.glassfish.jersey.media:jersey-media-json-jackson@5.0.0-M1 › com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations@2.19.1 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider@2.11.3 › com.fasterxml.jackson.module:jackson-module-jaxb-annotations@2.11.3 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.glassfish.jersey.media:jersey-media-json-jackson@5.0.0-M1 › com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations@2.19.1 › com.fasterxml.jackson.core:jackson-databind@2.14.0 › com.fasterxml.jackson.core:jackson-core@2.14.0
Overview
com.fasterxml.jackson.core:jackson-core is a Core Jackson abstractions, basic JSON streaming API implementation
Affected versions of this package are vulnerable to Stack-based Buffer Overflow due to the parse process, which accepts an unlimited input file with deeply nested data. An attacker can cause a stack overflow and crash the application by providing input files with excessively deep nesting.
Remediation
Upgrade com.fasterxml.jackson.core:jackson-core to version 2.15.0-rc1 or higher.
References
high severity
new
- Vulnerable module: org.bouncycastle:bcprov-jdk18on
- Introduced through: org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.bouncycastle:bcprov-jdk18on@1.81.1
Overview
Affected versions of this package are vulnerable to Improper Validation of Integrity Check Value that leads to information exposure in the processPacket() method of CCMBlockCipher, with equivalent paths in KCCMBlockCipher and KGCMBlockCipher, which decrypt directly into the caller's output buffer and leave the unverified plaintext there when the authentication tag check fails. An attacker can recover AES-CTR(key, nonce) XOR ciphertext, effectively reducing CCM to unauthenticated CTR, by submitting forged ciphertexts and reading the output buffer on the failure path. This requires the attacker to submit ciphertexts and observe the caller's output buffer after a failed verification, for example through pooled-buffer reuse, logging, or memory inspection.
Remediation
Upgrade org.bouncycastle:bcprov-jdk18on to version 1.85 or higher.
References
high severity
new
- Vulnerable module: org.bouncycastle:bcprov-jdk18on
- Introduced through: org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.bouncycastle:bcprov-jdk18on@1.81.1
Overview
Affected versions of this package are vulnerable to Improper Validation of Integrity Check Value in the processPacket() method of KCCMBlockCipher, which invokes processAAD() only when associated data is present, so with no AAD the G1 block (nonce, length, flag) is never mixed into the MAC and the tag reduces to a CBC-MAC over the ciphertext alone, independent of the nonce. An attacker with encryption-oracle access can assemble a valid ciphertext and tag for any never-queried plaintext and nonce pair by deriving the data and tag keystreams from two nonces. This affects only DSTU 7624 CCM encryption performed without any associated data, and requires chosen-plaintext access to an encryption oracle.
Remediation
Upgrade org.bouncycastle:bcprov-jdk18on to version 1.85 or higher.
References
high severity
new
- Vulnerable module: org.bouncycastle:bcprov-jdk18on
- Introduced through: org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.bouncycastle:bcprov-jdk18on@1.81.1
Overview
Affected versions of this package are vulnerable to Improper Validation of Integrity Check Value enabling MAC forgery, in the IESEngine class when initialized through the 4-argument init without a block cipher, where the KDF is seeded only from the ECDH shared secret and split into a message-length K1 keystream and a K2 MAC key, so the MAC key's position depends on the message length. An attacker can forge arbitrary authenticated ciphertexts from a single known plaintext-ciphertext pair, since K1 is an XOR keystream that reveals the prefix-stable KDF output and lets the MAC keys for shorter messages be derived. This affects only stream-mode IESEngine initialized with no block cipher where the ephemeral value V is empty, and requires the attacker to hold one known plaintext-ciphertext pair.
Remediation
Upgrade org.bouncycastle:bcprov-jdk18on to version 1.85 or higher.
References
high severity
new
- Vulnerable module: org.bouncycastle:bcprov-jdk18on
- Introduced through: org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.bouncycastle:bcprov-jdk18on@1.81.1
Overview
Affected versions of this package are vulnerable to Improper Verification of Cryptographic Signature in the verifySignature() method of RSADigestSigner, whose legacy NULL-omitted DigestInfo path computes comparison offsets as length - hash.length - 2, so its two comparison loops jointly cover only bytes [0..sig.length-2) and leave the final two hash bytes unverified. An attacker can forge an RSA PKCS#1 signature by producing a message whose digest matches the signed digest in every byte except the last two, reducing the second-preimage work factor by 2^16. The flawed path is reachable by default only for signatures using NULL-less DigestInfo encoding, across BC-lightweight TLS rsa_pkcs1_*, PKIX/CMS, and OpenPGP RSA verification, and only when org.bouncycastle.pkcs1.strict_digestinfo is not set.
Workaround
This vulnerability can be avoided by setting the system property org.bouncycastle.pkcs1.strict_digestinfo, which enforces strict DigestInfo parsing and rejects the NULL-omitted encoding that reaches the flawed path.
Remediation
Upgrade org.bouncycastle:bcprov-jdk18on to version 1.85 or higher.
References
high severity
new
- Vulnerable module: org.bouncycastle:bcprov-jdk18on
- Introduced through: org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.bouncycastle:bcprov-jdk18on@1.81.1
Overview
Affected versions of this package are vulnerable to Inefficient Algorithmic Complexity in the IETFUtils.valueToString() method, reached through X500Name.toString(), equals(), and hashCode() via AbstractX500NameStyle, which escapes each special character with vBuf.insert(index, "\\") on the same buffer so a value of N escapable bytes costs roughly N²/2 character moves. An attacker can pin a CPU core for seconds to minutes, and saturate the server with a few parallel submissions, by supplying an X.509 certificate, CSR, CRL, or CMS structure containing a single ~60 KB RDN of commas or plus signs. Exploitation only requires a code path that logs, pretty-prints, compares, or hashes the resulting X500Name, including JCA X509Certificate.getSubjectX500Principal().toString() and BC certificate selectors and caches.
Remediation
Upgrade org.bouncycastle:bcprov-jdk18on to version 1.85 or higher.
References
high severity
new
- Vulnerable module: org.bouncycastle:bcprov-jdk18on
- Introduced through: org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.bouncycastle:bcprov-jdk18on@1.81.1
Overview
Affected versions of this package are vulnerable to Memory Allocation with Excessive Size Value in the toByteArray() method of DefiniteLengthInputStream, which allocates new byte[(int)_remaining] up front from the declared ASN.1 definite-length value before reading any content. An attacker can drive the JVM to OutOfMemoryError with a small input by supplying an ASN.1 structure whose definite-length header declares a near-heap-sized length that the content never satisfies. This requires the application to parse attacker-supplied ASN.1 or DER input, such as certificates, CMS structures, or keys, through Bouncy Castle.
Remediation
Upgrade org.bouncycastle:bcprov-jdk18on to version 1.85 or higher.
References
high severity
new
- Vulnerable module: org.bouncycastle:bcprov-jdk18on
- Introduced through: org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.bouncycastle:bcprov-jdk18on@1.81.1
Overview
Affected versions of this package are vulnerable to Memory Allocation with Excessive Size Value in HSSPublicKeyParameters.getInstance() and HSSSignature.getInstance(), which read the HSS level count L from an encoded public key without the RFC 8554 depth cap of 8 (enforced only during key generation) and then allocate arrays sized from that attacker-controlled value. An attacker can force an allocation of roughly 17 GB, driving the verifier to OutOfMemoryError, by supplying an HSS public key and signature that declare an oversized level count. This requires the verifier to process attacker-supplied HSS/LMS public keys and signatures, reachable via SubjectPublicKeyInfo, the JCA LMSKeyFactorySpi/LMSSignatureSpi, or CMS (RFC 9708) verification.
Remediation
Upgrade org.bouncycastle:bcprov-jdk18on to version 1.85 or higher.
References
high severity
new
- Vulnerable module: org.bouncycastle:bcprov-jdk18on
- Introduced through: org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.bouncycastle:bcprov-jdk18on@1.81.1
Overview
Affected versions of this package are vulnerable to Uncontrolled Recursion in the force() method of LazyEncodedSequence, which parses the deferred SEQUENCE with a fresh ASN1InputStream whose nesting-depth counter is reset rather than inherited from the parent parse, and never calls createSubStream() or decrementDepth(). An attacker can crash the handling thread with a StackOverflowError by supplying a 40-50 KB DER-encoded CRL whose revokedCertificates field nests roughly 10,000 SEQUENCE structures. This requires the application to parse the CRL through X509CRLHolder or the BC CertificateFactory path, where revokedCertificates is held as an unevaluated lazy sequence until forced.
Remediation
Upgrade org.bouncycastle:bcprov-jdk18on to version 1.85 or higher.
References
high severity
- Vulnerable module: org.bouncycastle:bcprov-jdk18on
- Introduced through: org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.bouncycastle:bcprov-jdk18on@1.81.1
Overview
Affected versions of this package are vulnerable to Use of a Broken or Risky Cryptographic Algorithm due to the generateCTR process in G3413CTRBlockCipher. An attacker can recover relationships between encrypted plaintext blocks by driving the cipher past its counter range and causing the counter to wrap, which makes the stream repeat and produces identical ciphertext for different blocks. This breaks the confidentiality of data protected with G3413CTRBlockCipher and can expose plaintext patterns or allow plaintext recovery when the same key and IV are reused across enough blocks.
Remediation
Upgrade org.bouncycastle:bcprov-jdk18on to version 1.84 or higher.
References
high severity
- Vulnerable module: org.springframework:spring-core
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework:spring-web@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework:spring-web@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.data:spring-data-commons@4.1.0 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework.data:spring-data-commons@4.1.0 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › io.github.openfeign:feign-form-spring@13.6.1 › org.springframework:spring-web@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.data:spring-data-commons@4.1.0 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework.data:spring-data-commons@4.1.0 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › io.github.openfeign:feign-form-spring@13.6.1 › org.springframework:spring-web@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
Overview
org.springframework:spring-core is a core package within the spring-framework that contains multiple classes and utilities.
Affected versions of this package are vulnerable to Incorrect Authorization via the AnnotationsScanner and AnnotatedMethod class. An attacker can gain unauthorized access to sensitive information by exploiting improper resolution of annotations on methods within type hierarchies that use parameterized supertypes with unbounded generics.
Note:
This is only exploitable if security annotations are used on methods in generic superclasses or generic interfaces and the @EnableMethodSecurity feature is enabled.
Remediation
Upgrade org.springframework:spring-core to version 6.2.11 or higher.
References
high severity
- Vulnerable module: org.springframework:spring-expression
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
Overview
Affected versions of this package are vulnerable to Inefficient Algorithmic Complexity via evaluation of user-controlled Spring Expression Language (SpEL) expressions. An attacker can cause denial of service by supplying specially crafted SpEL expressions that trigger excessive CPU or memory consumption during expression evaluation, leading to application degradation or unavailability.
Remediation
Upgrade org.springframework:spring-expression to version 6.0.0, 6.2.19, 7.0.8 or higher.
References
high severity
- Vulnerable module: org.springframework:spring-expression
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
Overview
Affected versions of this package are vulnerable to Integer Overflow or Wraparound via integer overflow during Spring Expression Language (SpEL) evaluation. An attacker can cause denial of service by supplying a specially crafted SpEL expression that triggers an integer overflow condition, leading to excessive resource consumption during expression processing and potentially rendering the application unavailable.
Remediation
Upgrade org.springframework:spring-expression to version 6.0.0 or higher.
References
high severity
- Vulnerable module: org.assertj:assertj-core
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.apache.logging.log4j:log4j-api@2.17.0 › org.assertj:assertj-core@3.20.2Remediation: Upgrade to com.github.xabgesagtx:telegram-spring-boot-starter@0.26.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.apache.logging.log4j:log4j-api@2.17.0 › org.assertj:assertj-core@3.20.2
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.apache.logging.log4j:log4j-api@2.17.0 › org.assertj:assertj-core@3.20.2
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.apache.logging.log4j:log4j-api@2.17.0 › org.assertj:assertj-core@3.20.2
Overview
Affected versions of this package are vulnerable to XML External Entity (XXE) Injection via the toXmlDocument function of XmlStringPrettyFormatter. An attacker can read arbitrary local files, perform server-side request forgery, or cause denial of service by providing crafted XML input containing external entities.
Note: This formatter is used by isXmlEqualTo(CharSequence) and xmlPrettyFormat(String) and could be exploited if untrusted XML input is processed by the methods.
Workaround
Replace use of isXmlEqualTo(CharSequence) with XMLUnit.
Details
XXE Injection is a type of attack against an application that parses XML input. XML is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. By default, many XML processors allow specification of an external entity, a URI that is dereferenced and evaluated during XML processing. When an XML document is being parsed, the parser can make a request and include the content at the specified URI inside of the XML document.
Attacks can include disclosing local files, which may contain sensitive data such as passwords or private user data, using file: schemes or relative paths in the system identifier.
For example, below is a sample XML document, containing an XML element- username.
<xml>
<?xml version="1.0" encoding="ISO-8859-1"?>
<username>John</username>
</xml>
An external XML entity - xxe, is defined using a system identifier and present within a DOCTYPE header. These entities can access local or remote content. For example the below code contains an external XML entity that would fetch the content of /etc/passwd and display it to the user rendered by username.
<xml>
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE foo [
<!ENTITY xxe SYSTEM "file:///etc/passwd" >]>
<username>&xxe;</username>
</xml>
Other XXE Injection attacks can access local resources that may not stop returning data, possibly impacting application availability and leading to Denial of Service.
Remediation
Upgrade org.assertj:assertj-core to version 3.27.7 or higher.
References
high severity
- Vulnerable module: org.bouncycastle:bcprov-jdk18on
- Introduced through: org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.bouncycastle:bcprov-jdk18on@1.81.1
Overview
Affected versions of this package are vulnerable to Timing Attack through the sample and sample_matrix functions in FrodoEngine.java. An attacker can recover information about the sampled noise values by observing how long Frodo key generation or encapsulation takes when it processes attacker-influenced inputs. The variable-time comparison and sign handling in the error sampler leak the distribution of the generated samples, weakening the secrecy of the private Frodo noise and enabling key-recovery attacks against affected deployments.
Remediation
Upgrade org.bouncycastle:bcprov-jdk18on to version 1.84 or higher.
References
high severity
new
- Vulnerable module: org.springframework:spring-expression
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
Overview
org.springframework:spring-expression is a
Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling. via caching of parsed Spring Expression Language (SpEL) expressions. An attacker can cause denial of service by supplying crafted user-controlled SpEL expressions that trigger unbounded growth of the expression cache. Over time, repeated evaluations can consume excessive memory, eventually leading to memory exhaustion and application unavailability.
Note: Exploitation typically requires a large number of expression evaluations, potentially millions of requests, even when reusing a single expression with dynamic inputs.
Remediation
Upgrade org.springframework:spring-expression to version 6.0.0, 6.2.19, 7.0.8 or higher.
References
high severity
- Vulnerable module: org.springframework.boot:spring-boot
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
Overview
Affected versions of this package are vulnerable to Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) for the property source for ${random.value} (as well as ${random.int} and ${random.long}). Standard PRNGs (like java.util.Random) use deterministic mathematical algorithms starting from a seed value. Because the state space is relatively small and lacks ongoing entropy (true randomness), an attacker who observes a sequence of generated values can mathematically reverse-engineer the seed. Once the seed is known, the attacker can predict all past and future values generated by that PRNG. If these values are used to generate security-sensitive assets like API keys, session tokens, or passwords, the system becomes compromised.
Remediation
Upgrade org.springframework.boot:spring-boot to version 3.5.14, 4.0.6 or higher.
References
high severity
- Vulnerable module: org.json:json
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.json:json@20180813
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.telegram:telegrambots-meta@5.6.0 › org.json:json@20180813
Overview
Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling. An attacker can cause indefinite amounts of memory to be used by inputting a string of modest size. This can lead to a Denial of Service.
PoC
package orgjsonbug;
import org.json.JSONObject;
/**
* Illustrates a bug in JSON-Java.
*/
public class Bug {
private static String makeNested(int depth) {
if (depth == 0) {
return "{\"a\":1}";
}
return "{\"a\":1;\t\0" + makeNested(depth - 1) + ":1}";
}
public static void main(String[] args) {
String input = makeNested(30);
System.out.printf("Input string has length %d: %s\n", input.length(), input);
JSONObject output = new JSONObject(input);
System.out.printf("Output JSONObject has length %d: %s\n", output.toString().length(), output);
}
}
Remediation
Upgrade org.json:json to version 20231013 or higher.
References
high severity
- Vulnerable module: org.json:json
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.json:json@20180813
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.telegram:telegrambots-meta@5.6.0 › org.json:json@20180813
Overview
Affected versions of this package are vulnerable to Denial of Service (DoS) in the XML.toJSONObject component via crafted JSON or XML data.
Details
Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.
Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.
One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.
When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.
Two common types of DoS vulnerabilities:
High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.
Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm
wspackage
Remediation
Upgrade org.json:json to version 20230227 or higher.
References
high severity
- Vulnerable module: org.springframework.boot:spring-boot-autoconfigure
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
Overview
Affected versions of this package are vulnerable to Denial of Service (DoS) if Spring MVC is used together with a reverse proxy cache.
Specifically, an application is vulnerable if all of the conditions are true:
- The application has Spring MVC auto-configuration enabled. This is the case by default if Spring MVC is on the classpath.
- The application uses Spring Boot's welcome page support, either static or templated.
- The application is deployed behind a proxy which caches 404 responses.
The application is NOT vulnerable if any of the following are true:
- Spring MVC auto-configuration is disabled. This is true if
WebMvcAutoConfigurationis explicitly excluded, if Spring MVC is not on the classpath, or ifspring.main.web-application-typeis set to a value other thanSERVLET. - The application does not use Spring Boot's welcome page support.
- There is no proxy which caches 404 responses.
Workaround
Users who are unable to upgrade should configure the reverse proxy not to cache 404 responses and/or not to cache responses to requests to the root (/) of the application.
Details
Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.
Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.
One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.
When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.
Two common types of DoS vulnerabilities:
High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.
Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm
wspackage
Remediation
Upgrade org.springframework.boot:spring-boot-autoconfigure to version 2.5.15, 2.6.15, 2.7.12, 3.0.7 or higher.
References
high severity
- Vulnerable module: org.yaml:snakeyaml
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.yaml:snakeyaml@1.29
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.yaml:snakeyaml@1.29Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.yaml:snakeyaml@1.29Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.yaml:snakeyaml@1.29Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
Overview
org.yaml:snakeyaml is a YAML 1.1 parser and emitter for Java.
Affected versions of this package are vulnerable to Denial of Service (DoS) due to missing nested depth limitation for collections.
NOTE: This vulnerability has also been identified as: CVE-2022-38749
Details
Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.
Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.
One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.
When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.
Two common types of DoS vulnerabilities:
High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.
Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm
wspackage
Remediation
Upgrade org.yaml:snakeyaml to version 1.31 or higher.
References
high severity
- Vulnerable module: org.yaml:snakeyaml
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.yaml:snakeyaml@1.29
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.yaml:snakeyaml@1.29Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.yaml:snakeyaml@1.29Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.yaml:snakeyaml@1.29Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
Overview
org.yaml:snakeyaml is a YAML 1.1 parser and emitter for Java.
Affected versions of this package are vulnerable to Denial of Service (DoS) due to missing nested depth limitation for collections.
NOTE: This vulnerability has also been identified as: CVE-2022-25857
Details
Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.
Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.
One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.
When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.
Two common types of DoS vulnerabilities:
High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.
Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm
wspackage
Remediation
Upgrade org.yaml:snakeyaml to version 1.31 or higher.
References
high severity
- Vulnerable module: org.springframework.boot:spring-boot
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
Overview
Affected versions of this package are vulnerable to Insecure Temporary File due to the ApplicationTemp mechanism creating a temporary directory using a predictable name. Because the name can be easily guessed, a local attacker on the same server can maliciously pre-create this directory before the Spring Boot application starts. When the application launches, it would blindly use the existing directory without verifying if it is actually owned by the application's user or the attacker.
Remediation
Upgrade org.springframework.boot:spring-boot to version 3.5.14, 4.0.6 or higher.
References
high severity
- Vulnerable module: ch.qos.logback:logback-classic
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
Overview
ch.qos.logback:logback-classic is a reliable, generic, fast and flexible logging library for Java.
Affected versions of this package are vulnerable to Denial of Service (DoS). An attacker can mount a denial-of-service attack by sending poisoned data. This is only exploitable if logback receiver component is deployed.
Details
Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.
Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.
One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.
When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.
Two common types of DoS vulnerabilities:
High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.
Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm
wspackage
Remediation
Upgrade ch.qos.logback:logback-classic to version 1.2.13, 1.3.12, 1.4.12 or higher.
References
high severity
- Vulnerable module: ch.qos.logback:logback-classic
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
Overview
ch.qos.logback:logback-classic is a reliable, generic, fast and flexible logging library for Java.
Affected versions of this package are vulnerable to Uncontrolled Resource Consumption ('Resource Exhaustion') via the logback receiver component. An attacker can mount a denial-of-service attack by sending poisoned data.
Note:
Successful exploitation requires the logback-receiver component being enabled and also reachable by the attacker.
Remediation
Upgrade ch.qos.logback:logback-classic to version 1.2.13, 1.3.14, 1.4.14 or higher.
References
high severity
- Vulnerable module: ch.qos.logback:logback-core
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
Overview
ch.qos.logback:logback-core is a logback-core module.
Affected versions of this package are vulnerable to Denial of Service (DoS). An attacker can mount a denial-of-service attack by sending poisoned data. This is only exploitable if logback receiver component is deployed.
Details
Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.
Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.
One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.
When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.
Two common types of DoS vulnerabilities:
High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.
Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm
wspackage
Remediation
Upgrade ch.qos.logback:logback-core to version 1.2.13, 1.3.12, 1.4.12 or higher.
References
high severity
- Vulnerable module: ch.qos.logback:logback-core
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
Overview
ch.qos.logback:logback-core is a logback-core module.
Affected versions of this package are vulnerable to Uncontrolled Resource Consumption ('Resource Exhaustion') via the logback receiver component. An attacker can mount a denial-of-service attack by sending poisoned data.
Note:
Successful exploitation requires the logback-receiver component being enabled and also reachable by the attacker.
Remediation
Upgrade ch.qos.logback:logback-core to version 1.2.13, 1.3.14, 1.4.14 or higher.
References
high severity
new
- Vulnerable module: org.bouncycastle:bcprov-jdk18on
- Introduced through: org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.bouncycastle:bcprov-jdk18on@1.81.1
Overview
Affected versions of this package are vulnerable to Inadequate Encryption Strength in the BcKeyStoreSpi.engineLoad() method, which for legacy BKS keystore versions 0 and 1 passes hMac.getMacSize() (20 bytes for SHA-1) to generateDerivedMacParameters(), where PKCS12ParametersGenerator divides it by 8 and yields a 16-bit MAC key. An attacker with access to a .bks file can brute-force the 2^16 possible keys offline and produce a valid MAC over a modified store, for example injecting a rogue trusted CA, by setting the file's version integer to a legacy value that reaches the weak-key branch. This requires the attacker to supply or modify a .bks keystore that the application loads, and the org.bouncycastle.bks.enable_v1 property does not gate this path because the default BKS type reaches the weak derivation in engineLoad() regardless.
Remediation
Upgrade org.bouncycastle:bcprov-jdk18on to version 1.85 or higher.
References
high severity
new
- Vulnerable module: org.bouncycastle:bcprov-jdk18on
- Introduced through: org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.bouncycastle:bcprov-jdk18on@1.81.1
Overview
Affected versions of this package are vulnerable to Memory Allocation with Excessive Size Value in the BcKeyStoreSpi.engineLoad() method, which sizes buffers for the certificate chain array, encoded certificates, encoded key material, entry data, and PBE salts directly from readInt() length fields before the trailing HMAC integrity check runs. An attacker can exhaust memory and trigger an OutOfMemoryError in the process loading a keystore by supplying a BKS or UBER keystore file whose length fields are set to 0x7FFFFFFF, forcing allocation attempts of roughly 2 GB each. This requires the application to load an attacker-supplied or attacker-modified keystore of the BKS or UBER type.
Remediation
Upgrade org.bouncycastle:bcprov-jdk18on to version 1.85 or higher.
References
high severity
- Vulnerable module: ch.qos.logback:logback-core
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9
Overview
ch.qos.logback:logback-core is a logback-core module.
Affected versions of this package are vulnerable to Expression Injection in the Janino-evaluated condition attribute of <if> configuration elements, handled by IfModelHandler, whose denylist blocked only the literal new operator. A user who can modify the logback configuration can execute arbitrary code by writing an <if> condition that evades that denylist, either through references it did not cover such as Runtime or springframework, or through Unicode escape sequences like \u that reconstruct the blocked new operator. Exploitation requires write access to the logback configuration and the use of conditional <if> processing with Janino present on the classpath.
Remediation
Upgrade ch.qos.logback:logback-core to version 1.5.36 or higher.
References
medium severity
- Vulnerable module: com.fasterxml.jackson.core:jackson-databind
- Introduced through: com.fasterxml.jackson.core:jackson-databind@2.14.0 and com.github.xabgesagtx:telegram-spring-boot-starter@0.26
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.fasterxml.jackson.core:jackson-databind@2.14.0Remediation: Upgrade to com.fasterxml.jackson.core:jackson-databind@2.18.9.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.core:jackson-databind@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.module:jackson-module-jaxb-annotations@2.11.3 › com.fasterxml.jackson.core:jackson-databind@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.glassfish.jersey.media:jersey-media-json-jackson@5.0.0-M1 › com.fasterxml.jackson.core:jackson-databind@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.telegram:telegrambots-meta@5.6.0 › com.fasterxml.jackson.core:jackson-databind@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider@2.11.3 › com.fasterxml.jackson.module:jackson-module-jaxb-annotations@2.11.3 › com.fasterxml.jackson.core:jackson-databind@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.glassfish.jersey.media:jersey-media-json-jackson@5.0.0-M1 › com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations@2.19.1 › com.fasterxml.jackson.core:jackson-databind@2.14.0
Overview
com.fasterxml.jackson.core:jackson-databind is a library which contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor.
Affected versions of this package are vulnerable to Improperly Controlled Modification of Dynamically-Determined Object Attributes in the BeanDeserializerBase.createContextual() method, which applies the per-property exclusions through _handleByNameInclusion() and then rebuilds the property map from the unfiltered original, overwriting the filtered map and restoring every property the exclusion had removed. An attacker can set fields that were marked ignored, enabling mass assignment, by supplying those property names in untrusted JSON during deserialization. Exploitation requires case-insensitive property matching to be enabled via @JsonFormat with ACCEPT_CASE_INSENSITIVE_PROPERTIES alongside per-property @JsonIgnoreProperties.
Remediation
Upgrade com.fasterxml.jackson.core:jackson-databind to version 2.18.9, 2.21.5, 2.22.1 or higher.
References
medium severity
- Vulnerable module: com.fasterxml.jackson.core:jackson-databind
- Introduced through: com.fasterxml.jackson.core:jackson-databind@2.14.0 and com.github.xabgesagtx:telegram-spring-boot-starter@0.26
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.fasterxml.jackson.core:jackson-databind@2.14.0Remediation: Upgrade to com.fasterxml.jackson.core:jackson-databind@2.18.8.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.core:jackson-databind@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.module:jackson-module-jaxb-annotations@2.11.3 › com.fasterxml.jackson.core:jackson-databind@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.glassfish.jersey.media:jersey-media-json-jackson@5.0.0-M1 › com.fasterxml.jackson.core:jackson-databind@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.telegram:telegrambots-meta@5.6.0 › com.fasterxml.jackson.core:jackson-databind@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider@2.11.3 › com.fasterxml.jackson.module:jackson-module-jaxb-annotations@2.11.3 › com.fasterxml.jackson.core:jackson-databind@2.14.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › org.glassfish.jersey.media:jersey-media-json-jackson@5.0.0-M1 › com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations@2.19.1 › com.fasterxml.jackson.core:jackson-databind@2.14.0
Overview
com.fasterxml.jackson.core:jackson-databind is a library which contains the general-purpose data-binding functionality and tree-model for Jackson Data Processor.
Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) in the JDKFromStringDeserializer class, which constructs InetSocketAddress and resolves the hostname through DNS at deserialization time. An attacker can force the server to issue outbound DNS lookups for chosen hostnames by submitting JSON that is deserialized into a type holding an InetSocketAddress field, with no authentication required. The observable effect is limited to DNS resolution of attacker-chosen names, useful for out-of-band interaction or internal resolver probing rather than a full outbound request, and it applies only where the application deserializes untrusted JSON into types containing such fields.
Remediation
Upgrade com.fasterxml.jackson.core:jackson-databind to version 2.18.8, 2.21.4 or higher.
References
medium severity
- Vulnerable module: commons-io:commons-io
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.telegram:telegrambots@5.6.0 › commons-io:commons-io@2.8.0
Overview
commons-io:commons-io is a The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.
Affected versions of this package are vulnerable to Uncontrolled Resource Consumption ('Resource Exhaustion') through the XmlStreamReader class. An attacker can cause the application to consume excessive CPU resources by sending specially crafted XML content.
Remediation
Upgrade commons-io:commons-io to version 2.14.0 or higher.
References
medium severity
- Vulnerable module: org.bouncycastle:bcprov-jdk18on
- Introduced through: org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.bouncycastle:bcprov-jdk18on@1.81.1
Overview
Affected versions of this package are vulnerable to LDAP Injection via the parseDN handling and the LDAP store helpers in X509LDAPCertStoreSpi and LDAPStoreHelper. An attacker can influence LDAP search filters by supplying a crafted X.500 subject or issuer string that is parsed into an unescaped filter value. This lets the attacker alter the directory query used to locate certificates and CRLs, causing the application to retrieve incorrect LDAP entries or fail to find the intended ones, which can break certificate validation and revocation checks.
Remediation
Upgrade org.bouncycastle:bcprov-jdk18on to version 1.84 or higher.
References
medium severity
- Vulnerable module: org.springframework:spring-core
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework:spring-web@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework:spring-web@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.data:spring-data-commons@4.1.0 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework.data:spring-data-commons@4.1.0 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › io.github.openfeign:feign-form-spring@13.6.1 › org.springframework:spring-web@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.data:spring-data-commons@4.1.0 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework.data:spring-data-commons@4.1.0 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › io.github.openfeign:feign-form-spring@13.6.1 › org.springframework:spring-web@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
Overview
org.springframework:spring-core is a core package within the spring-framework that contains multiple classes and utilities.
Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling via static resource resolution. An attacker can cause denial of service by sending crafted requests that are slow to resolve when accessing file-system-backed static resources, causing HTTP connections to remain occupied and exhausting server resources.
Note: This is only exploitable if all the following are true:
The application uses Spring MVC or Spring WebFlux.
Static resources are served from the file system.
The application is running on Windows.
Remediation
Upgrade org.springframework:spring-core to version 6.2.18, 7.0.7 or higher.
References
medium severity
- Vulnerable module: org.springframework:spring-expression
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
Overview
Affected versions of this package are vulnerable to Exposed Dangerous Method or Function via Spring Expression Language (SpEL) method invocation handling. An attacker can invoke arbitrary zero-argument methods by supplying crafted SpEL expressions, even in contexts intended to restrict method execution or provide read-only access. This may allow execution of unintended application logic and access to functionality that should not be exposed through expression evaluation.
Note: This is only exploitable if the application accepts and evaluates untrusted or user-controlled SpEL expressions.
Remediation
Upgrade org.springframework:spring-expression to version 6.0.0, 6.2.19, 7.0.8 or higher.
References
medium severity
- Vulnerable module: org.yaml:snakeyaml
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.yaml:snakeyaml@1.29
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.yaml:snakeyaml@1.29Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.yaml:snakeyaml@1.29Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.yaml:snakeyaml@1.29Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
Overview
org.yaml:snakeyaml is a YAML 1.1 parser and emitter for Java.
Affected versions of this package are vulnerable to Arbitrary Code Execution in the Constructor class, which does not restrict which types can be deserialized. This vulnerability is exploitable by an attacker who provides a malicious YAML file for deserialization, which circumvents the SafeConstructor class.
The maintainers of the library contend that the application's trust would already have had to be compromised or established and therefore dispute the risk associated with this issue on the basis that there is a high bar for exploitation.
Remediation
Upgrade org.yaml:snakeyaml to version 2.0 or higher.
References
medium severity
- Vulnerable module: org.springframework:spring-expression
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
Overview
Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling when a user provides a very long SpEL expression.
Remediation
Upgrade org.springframework:spring-expression to version 5.2.24.RELEASE, 5.3.27, 6.0.8 or higher.
References
medium severity
- Vulnerable module: ch.qos.logback:logback-classic
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
Overview
ch.qos.logback:logback-classic is a reliable, generic, fast and flexible logging library for Java.
Affected versions of this package are vulnerable to Deserialization of Untrusted Data in HardenedObjectInputStream, whose resolveClass allowlist admitted any class whose name starts with java.lang or java.util rather than matching specific authorized classes. An attacker can instantiate dangerous classes such as java.lang.ProcessBuilder during deserialization, reaching remote code execution through a gadget chain, by delivering a malicious serialized object to a logback component that deserializes it, such as its socket receiver for serialized logging events (SocketNode). Exploitation requires the application to deserialize attacker-controlled serialized data through logback, in practice via its socket-based receiver, together with a usable gadget class on the classpath.
Workaround
This vulnerability can be avoided by not exposing logback's socket-based serialized receivers, such as SocketReceiver and ServerSocketReceiver, to untrusted networks, which removes the path by which attacker-controlled serialized objects reach the deserialization filter.
Details
Serialization is a process of converting an object into a sequence of bytes which can be persisted to a disk or database or can be sent through streams. The reverse process of creating object from sequence of bytes is called deserialization. Serialization is commonly used for communication (sharing objects between multiple hosts) and persistence (store the object state in a file or a database). It is an integral part of popular protocols like Remote Method Invocation (RMI), Java Management Extension (JMX), Java Messaging System (JMS), Action Message Format (AMF), Java Server Faces (JSF) ViewState, etc.
Deserialization of untrusted data (CWE-502) is when the application deserializes untrusted data without sufficiently verifying that the resulting data will be valid, thus allowing the attacker to control the state or the flow of the execution.
Remediation
Upgrade ch.qos.logback:logback-classic to version 1.5.33 or higher.
References
medium severity
- Vulnerable module: ch.qos.logback:logback-core
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
Overview
ch.qos.logback:logback-core is a logback-core module.
Affected versions of this package are vulnerable to Deserialization of Untrusted Data in HardenedObjectInputStream, whose resolveClass allowlist admitted any class whose name starts with java.lang or java.util rather than matching specific authorized classes. An attacker can instantiate dangerous classes such as java.lang.ProcessBuilder during deserialization, reaching remote code execution through a gadget chain, by delivering a malicious serialized object to a logback component that deserializes it, such as its socket receiver for serialized logging events (SocketNode). Exploitation requires the application to deserialize attacker-controlled serialized data through logback, in practice via its socket-based receiver, together with a usable gadget class on the classpath.
Workaround
This vulnerability can be avoided by not exposing logback's socket-based serialized receivers, such as SocketReceiver and ServerSocketReceiver, to untrusted networks, which removes the path by which attacker-controlled serialized objects reach the deserialization filter.
Details
Serialization is a process of converting an object into a sequence of bytes which can be persisted to a disk or database or can be sent through streams. The reverse process of creating object from sequence of bytes is called deserialization. Serialization is commonly used for communication (sharing objects between multiple hosts) and persistence (store the object state in a file or a database). It is an integral part of popular protocols like Remote Method Invocation (RMI), Java Management Extension (JMX), Java Messaging System (JMS), Action Message Format (AMF), Java Server Faces (JSF) ViewState, etc.
Deserialization of untrusted data (CWE-502) is when the application deserializes untrusted data without sufficiently verifying that the resulting data will be valid, thus allowing the attacker to control the state or the flow of the execution.
Remediation
Upgrade ch.qos.logback:logback-core to version 1.5.33 or higher.
References
medium severity
- Vulnerable module: org.apache.logging.log4j:log4j-api
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.apache.logging.log4j:log4j-api@2.17.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.apache.logging.log4j:log4j-api@2.17.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.apache.logging.log4j:log4j-api@2.17.0
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.apache.logging.log4j:log4j-api@2.17.0
Overview
Affected versions of this package are vulnerable to Improper Encoding or Escaping of Output in the MapMessage.asJson() method, which emits the bare NaN, Infinity, or -Infinity tokens instead of an RFC 8259-compliant representation. An attacker can emit malformed JSON that corrupts the enclosing log record or disrupts downstream log ingestion and parsing by supplying non-finite floating-point values that the application records in a logged MapMessage. Exploitation requires the application to use the message resolver of JsonTemplateLayout, or another layout relying on MapMessage.asJson(), and to log a MapMessage holding attacker-controlled floating-point values.
Note: This is a bypass of the fix for the vulnerability described in CVE-2026-34481.
Remediation
A fix was pushed into the master branch but not yet published.
References
medium severity
- Vulnerable module: org.springframework:spring-core
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework:spring-web@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework:spring-web@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.data:spring-data-commons@4.1.0 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework.data:spring-data-commons@4.1.0 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › io.github.openfeign:feign-form-spring@13.6.1 › org.springframework:spring-web@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.data:spring-data-commons@4.1.0 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework.data:spring-data-commons@4.1.0 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › io.github.openfeign:feign-form-spring@13.6.1 › org.springframework:spring-web@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
Overview
org.springframework:spring-core is a core package within the spring-framework that contains multiple classes and utilities.
Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS) via pattern processing in AntPathMatcher. An attacker can cause denial of service by supplying a crafted regular expression pattern to methods such as match(), matchStart(), or extractUriTemplateVariables(), triggering excessive backtracking and CPU consumption during pattern evaluation.
Note: This is only exploitable if attacker-controlled input is used directly or indirectly as the pattern argument to one of the affected AntPathMatcher methods.
Details
Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its original and legitimate users. There are many types of DoS attacks, ranging from trying to clog the network pipes to the system by generating a large volume of traffic from many machines (a Distributed Denial of Service - DDoS - attack) to sending crafted requests that cause a system to crash or take a disproportional amount of time to process.
The Regular expression Denial of Service (ReDoS) is a type of Denial of Service attack. Regular expressions are incredibly powerful, but they aren't very intuitive and can ultimately end up making it easy for attackers to take your site down.
Let’s take the following regular expression as an example:
regex = /A(B|C+)+D/
This regular expression accomplishes the following:
AThe string must start with the letter 'A'(B|C+)+The string must then follow the letter A with either the letter 'B' or some number of occurrences of the letter 'C' (the+matches one or more times). The+at the end of this section states that we can look for one or more matches of this section.DFinally, we ensure this section of the string ends with a 'D'
The expression would match inputs such as ABBD, ABCCCCD, ABCBCCCD and ACCCCCD
It most cases, it doesn't take very long for a regex engine to find a match:
$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCD")'
0.04s user 0.01s system 95% cpu 0.052 total
$ time node -e '/A(B|C+)+D/.test("ACCCCCCCCCCCCCCCCCCCCCCCCCCCCX")'
1.79s user 0.02s system 99% cpu 1.812 total
The entire process of testing it against a 30 characters long string takes around ~52ms. But when given an invalid string, it takes nearly two seconds to complete the test, over ten times as long as it took to test a valid string. The dramatic difference is due to the way regular expressions get evaluated.
Most Regex engines will work very similarly (with minor differences). The engine will match the first possible way to accept the current character and proceed to the next one. If it then fails to match the next one, it will backtrack and see if there was another way to digest the previous character. If it goes too far down the rabbit hole only to find out the string doesn’t match in the end, and if many characters have multiple valid regex paths, the number of backtracking steps can become very large, resulting in what is known as catastrophic backtracking.
Let's look at how our expression runs into this problem, using a shorter string: "ACCCX". While it seems fairly straightforward, there are still four different ways that the engine could match those three C's:
- CCC
- CC+C
- C+CC
- C+C+C.
The engine has to try each of those combinations to see if any of them potentially match against the expression. When you combine that with the other steps the engine must take, we can use RegEx 101 debugger to see the engine has to take a total of 38 steps before it can determine the string doesn't match.
From there, the number of steps the engine must use to validate a string just continues to grow.
| String | Number of C's | Number of steps |
|---|---|---|
| ACCCX | 3 | 38 |
| ACCCCX | 4 | 71 |
| ACCCCCX | 5 | 136 |
| ACCCCCCCCCCCCCCX | 14 | 65,553 |
By the time the string includes 14 C's, the engine has to take over 65,000 steps just to see if the string is valid. These extreme situations can cause them to work very slowly (exponentially related to input size, as shown above), allowing an attacker to exploit this and can cause the service to excessively consume CPU, resulting in a Denial of Service.
Remediation
Upgrade org.springframework:spring-core to version 6.0.0, 6.2.19, 7.0.8 or higher.
References
medium severity
- Vulnerable module: ch.qos.logback:logback-classic
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
Overview
ch.qos.logback:logback-classic is a reliable, generic, fast and flexible logging library for Java.
Affected versions of this package are vulnerable to Improper Neutralization of Special Elements via the JaninoEventEvaluator extension. An attacker can execute arbitrary code by compromising an existing logback configuration file or injecting an environment variable before program execution.
Remediation
Upgrade ch.qos.logback:logback-classic to version 1.3.15, 1.5.13 or higher.
References
medium severity
- Vulnerable module: ch.qos.logback:logback-core
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
Overview
ch.qos.logback:logback-core is a logback-core module.
Affected versions of this package are vulnerable to External Initialization of Trusted Variables or Data Stores via the conditional processing of the logback.xml configuration file when both the Janino library and Spring Framework are present on the class path. An attacker can execute arbitrary code by compromising an existing configuration file or injecting a malicious environment variable before program execution. This is only exploitable if the attacker has write access to a configuration file or can set a malicious environment variable.
Remediation
Upgrade ch.qos.logback:logback-core to version 1.3.16, 1.5.19 or higher.
References
medium severity
- Vulnerable module: ch.qos.logback:logback-core
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
Overview
ch.qos.logback:logback-core is a logback-core module.
Affected versions of this package are vulnerable to Improper Neutralization of Special Elements via the JaninoEventEvaluator extension. An attacker can execute arbitrary code by compromising an existing logback configuration file or injecting an environment variable before program execution.
Remediation
Upgrade ch.qos.logback:logback-core to version 1.3.15, 1.5.13 or higher.
References
medium severity
- Vulnerable module: org.springframework.boot:spring-boot
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
Overview
Affected versions of this package are vulnerable to Symlink Attack due to insecure handling of Process ID (PID) files. When an application uses the ApplicationPidFileWriter, it writes its PID to a predictable file system path. A local attacker with write access to the PID file's directory can create a symbolic link (symlink) at that path. When the Spring Boot application starts, it follows this symlink and overwrites the target file with its PID. This allows the attacker to corrupt or "clobber" sensitive system files, potentially leading to a denial of service or system instability.
Remediation
Upgrade org.springframework.boot:spring-boot to version 3.5.14, 4.0.6 or higher.
References
medium severity
new
- Vulnerable module: org.bouncycastle:bcprov-jdk18on
- Introduced through: org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.bouncycastle:bcprov-jdk18on@1.81.1
Overview
Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in PKCS12KeyStoreSpi, which feeds the attacker-controlled KDF iteration count from a PKCS#12 file's MAC data and encrypted bags into key derivation during engineLoad() without enforcing any upper bound. An attacker can pin a CPU core for an extended period and exhaust server resources by supplying a PKCS#12 keystore whose MAC or bag PBE parameters declare a very large iteration count, up to 2^31-1. This requires the application to load the attacker-supplied keystore, and the costly derivation runs during MAC verification and bag decryption regardless of whether the supplied password matches.
Remediation
Upgrade org.bouncycastle:bcprov-jdk18on to version 1.85 or higher.
References
medium severity
new
- Vulnerable module: org.bouncycastle:bcprov-jdk18on
- Introduced through: org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.bouncycastle:bcprov-jdk18on@1.81.1
Overview
Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in the engineLoad() method of BcFKSKeyStoreSpi, which reads HMAC PBKDF2 or scrypt cost parameters from a keystore's integrity structures and runs key derivation before MAC verification, with PBKDF2 rejecting only a zero iteration count and scrypt enforcing no cost limit. An attacker can consume CPU for minutes to hours or allocate gigabytes of memory by supplying a .bcfks file that declares a large iteration count, up to 2^31-1, or large scrypt N/r values. This requires the application to load an attacker-supplied or modifiable .bcfks keystore, and the cost is incurred before the MAC mismatch is detected.
Remediation
Upgrade org.bouncycastle:bcprov-jdk18on to version 1.85 or higher.
References
medium severity
- Vulnerable module: org.springframework:spring-expression
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
Overview
Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling via a crafted SpEL expression.
Remediation
Upgrade org.springframework:spring-expression to version 5.2.23.RELEASE, 5.3.26, 6.0.7 or higher.
References
medium severity
- Vulnerable module: org.springframework:spring-expression
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
Overview
Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling. Note: An application is vulnerable when the following is true:
The application evaluates user-supplied SpEL expressions.
Workaround
Evaluation of user-supplied SpEL expressions should be avoided when possible; otherwise, user-supplied SpEL expressions should be evaluated with a SimpleEvaluationContext in read-only mode. No other steps are necessary.
Remediation
Upgrade org.springframework:spring-expression to version 5.3.39 or higher.
References
medium severity
- Vulnerable module: org.springframework:spring-expression
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
Overview
Affected versions of this package are vulnerable to Denial of Service (DoS) by providing a specially crafted SpEL expression, that might result in an OutOfMemoryError.
Details
Denial of Service (DoS) describes a family of attacks, all aimed at making a system inaccessible to its intended and legitimate users.
Unlike other vulnerabilities, DoS attacks usually do not aim at breaching security. Rather, they are focused on making websites and services unavailable to genuine users resulting in downtime.
One popular Denial of Service vulnerability is DDoS (a Distributed Denial of Service), an attack that attempts to clog network pipes to the system by generating a large volume of traffic from many machines.
When it comes to open source libraries, DoS vulnerabilities allow attackers to trigger such a crash or crippling of the service by using a flaw either in the application code or from the use of open source libraries.
Two common types of DoS vulnerabilities:
High CPU/Memory Consumption- An attacker sending crafted requests that could cause the system to take a disproportionate amount of time to process. For example, commons-fileupload:commons-fileupload.
Crash - An attacker sending crafted requests that could cause the system to crash. For Example, npm
wspackage
Remediation
Upgrade org.springframework:spring-expression to version 5.2.20.RELEASE, 5.3.17 or higher.
References
medium severity
- Vulnerable module: org.springframework.boot:spring-boot-autoconfigure
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
Overview
Affected versions of this package are vulnerable to Insecure Temporary File via the default data directory configuration in ArtemisEmbeddedConfigurationFactory. A local attacker can tamper with or redirect the embedded Artemis broker's data storage by pre-creating the predictable data directory or replacing it with a symlink before the application starts. This may allow unauthorized access to message data, injection of malicious messages, or further compromise through processing of attacker-controlled broker data.
Note: This is only exploitable by an attacker with local access to the host system before the application initializes the embedded broker.
Remediation
Upgrade org.springframework.boot:spring-boot-autoconfigure to version 3.5.15, 4.0.7, 4.1.0 or higher.
References
medium severity
- Vulnerable module: org.yaml:snakeyaml
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.yaml:snakeyaml@1.29
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.yaml:snakeyaml@1.29Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.yaml:snakeyaml@1.29Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.yaml:snakeyaml@1.29Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
Overview
org.yaml:snakeyaml is a YAML 1.1 parser and emitter for Java.
Affected versions of this package are vulnerable to Stack-based Buffer Overflow when parsing crafted untrusted YAML files, which can lead to a denial-of-service.
Remediation
Upgrade org.yaml:snakeyaml to version 1.31 or higher.
References
medium severity
- Module: ch.qos.logback:logback-classic
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9
Dual license: EPL-1.0, LGPL-2.1
medium severity
- Module: ch.qos.logback:logback-core
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9
Dual license: EPL-1.0, LGPL-2.1
medium severity
- Module: junit:junit
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.junit.vintage:junit-vintage-engine@5.7.2 › junit:junit@4.13
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.junit.vintage:junit-vintage-engine@5.7.2 › junit:junit@4.13
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.apache.logging.log4j:log4j-api@2.17.0 › org.junit.jupiter:junit-jupiter-migrationsupport@5.7.2 › junit:junit@4.13
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.apache.logging.log4j:log4j-api@2.17.0 › org.junit.jupiter:junit-jupiter-migrationsupport@5.7.2 › junit:junit@4.13
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.apache.logging.log4j:log4j-api@2.17.0 › org.junit.vintage:junit-vintage-engine@5.7.2 › junit:junit@4.13
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.apache.logging.log4j:log4j-api@2.17.0 › org.junit.vintage:junit-vintage-engine@5.7.2 › junit:junit@4.13
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.junit.vintage:junit-vintage-engine@5.7.2 › junit:junit@4.13
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.junit.vintage:junit-vintage-engine@5.7.2 › junit:junit@4.13
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.apache.logging.log4j:log4j-api@2.17.0 › org.junit.jupiter:junit-jupiter-migrationsupport@5.7.2 › junit:junit@4.13
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.apache.logging.log4j:log4j-api@2.17.0 › org.junit.jupiter:junit-jupiter-migrationsupport@5.7.2 › junit:junit@4.13
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.apache.logging.log4j:log4j-api@2.17.0 › org.junit.vintage:junit-vintage-engine@5.7.2 › junit:junit@4.13
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.apache.logging.log4j:log4j-api@2.17.0 › org.junit.vintage:junit-vintage-engine@5.7.2 › junit:junit@4.13
EPL-1.0 license
low severity
- Vulnerable module: org.springframework:spring-context
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
Overview
Affected versions of this package are vulnerable to Improper Handling of Case Sensitivity via the patterns for disallowedFields on a DataBinder. As a result, a field is not effectively protected unless it is listed with both upper and lower case for the first character of the field, including nested fields within the property path.
Remediation
Upgrade org.springframework:spring-context to version 5.2.21, 5.3.19 or higher.
References
low severity
- Vulnerable module: org.yaml:snakeyaml
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.yaml:snakeyaml@1.29
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.yaml:snakeyaml@1.29Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.yaml:snakeyaml@1.29Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.yaml:snakeyaml@1.29Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
Overview
org.yaml:snakeyaml is a YAML 1.1 parser and emitter for Java.
Affected versions of this package are vulnerable to Stack-based Buffer Overflow when parsing crafted untrusted YAML files, which can lead to a denial-of-service.
Remediation
Upgrade org.yaml:snakeyaml to version 1.32 or higher.
References
low severity
- Vulnerable module: org.yaml:snakeyaml
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.yaml:snakeyaml@1.29
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.yaml:snakeyaml@1.29Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.yaml:snakeyaml@1.29Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.yaml:snakeyaml@1.29Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
Overview
org.yaml:snakeyaml is a YAML 1.1 parser and emitter for Java.
Affected versions of this package are vulnerable to Stack-based Buffer Overflow in org.yaml.snakeyaml.constructor.BaseConstructor.constructObject when parsing crafted untrusted YAML files, which can lead to a denial-of-service.
Remediation
Upgrade org.yaml:snakeyaml to version 1.31 or higher.
References
low severity
- Vulnerable module: org.yaml:snakeyaml
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.yaml:snakeyaml@1.29
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.yaml:snakeyaml@1.29Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.yaml:snakeyaml@1.29Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.yaml:snakeyaml@1.29Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
Overview
org.yaml:snakeyaml is a YAML 1.1 parser and emitter for Java.
Affected versions of this package are vulnerable to Stack-based Buffer Overflow when supplied with untrusted input, due to improper limitation for incoming data.
Remediation
Upgrade org.yaml:snakeyaml to version 1.32 or higher.
References
low severity
- Vulnerable module: junit:junit
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.junit.vintage:junit-vintage-engine@5.7.2 › junit:junit@4.13Remediation: Upgrade to com.github.xabgesagtx:telegram-spring-boot-starter@0.26.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.junit.vintage:junit-vintage-engine@5.7.2 › junit:junit@4.13
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.apache.logging.log4j:log4j-api@2.17.0 › org.junit.jupiter:junit-jupiter-migrationsupport@5.7.2 › junit:junit@4.13Remediation: Upgrade to com.github.xabgesagtx:telegram-spring-boot-starter@0.26.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.apache.logging.log4j:log4j-api@2.17.0 › org.junit.jupiter:junit-jupiter-migrationsupport@5.7.2 › junit:junit@4.13
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.apache.logging.log4j:log4j-api@2.17.0 › org.junit.vintage:junit-vintage-engine@5.7.2 › junit:junit@4.13Remediation: Upgrade to com.github.xabgesagtx:telegram-spring-boot-starter@0.26.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.apache.logging.log4j:log4j-api@2.17.0 › org.junit.vintage:junit-vintage-engine@5.7.2 › junit:junit@4.13
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.junit.vintage:junit-vintage-engine@5.7.2 › junit:junit@4.13
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.junit.vintage:junit-vintage-engine@5.7.2 › junit:junit@4.13
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.apache.logging.log4j:log4j-api@2.17.0 › org.junit.jupiter:junit-jupiter-migrationsupport@5.7.2 › junit:junit@4.13
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.apache.logging.log4j:log4j-api@2.17.0 › org.junit.jupiter:junit-jupiter-migrationsupport@5.7.2 › junit:junit@4.13
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.apache.logging.log4j:log4j-api@2.17.0 › org.junit.vintage:junit-vintage-engine@5.7.2 › junit:junit@4.13
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › org.apache.logging.log4j:log4j-to-slf4j@2.17.0 › org.apache.logging.log4j:log4j-api@2.17.0 › org.junit.vintage:junit-vintage-engine@5.7.2 › junit:junit@4.13
Overview
junit:junit is an unit testing framework for Java
Affected versions of this package are vulnerable to Information Exposure. The JUnit4 test rule TemporaryFolder contains a local information disclosure vulnerability. On Unix like systems, the system's temporary directory is shared between all users on that system. Because of this, when files and directories are written into this directory they are, by default, readable by other users on that same system.
Note: This vulnerability does not allow other users to overwrite the contents of these directories or files. This only affects Unix like systems.
Remediation
Upgrade junit:junit to version 4.13.1 or higher.
References
low severity
- Vulnerable module: ch.qos.logback:logback-core
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
Overview
ch.qos.logback:logback-core is a logback-core module.
Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) through the SaxEventRecorder process. An attacker can forge requests by compromising logback configuration files in XML.
Remediation
Upgrade ch.qos.logback:logback-core to version 1.3.15, 1.5.13 or higher.
References
low severity
- Vulnerable module: org.springframework:spring-context
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
Overview
Affected versions of this package are vulnerable to Improper Handling of Case Sensitivity due to String.toLowerCase() having some Locale dependent exceptions that could potentially result in fields not protected as expected.
Note:
The fix for CVE-2022-22968 made disallowedFields patterns in DataBinder case insensitive.
This vulnerability was also fixed in commercial versions 5.3.41 and 6.0.25.
Remediation
Upgrade org.springframework:spring-context to version 6.1.14 or higher.
References
low severity
- Vulnerable module: org.springframework:spring-core
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework:spring-web@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework:spring-web@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.data:spring-data-commons@4.1.0 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework.data:spring-data-commons@4.1.0 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › io.github.openfeign:feign-form-spring@13.6.1 › org.springframework:spring-web@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.data:spring-data-commons@4.1.0 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework.data:spring-data-commons@4.1.0 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › io.github.openfeign:feign-form-spring@13.6.1 › org.springframework:spring-web@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-openfeign-core@5.0.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.data:spring-data-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-autoconfigure@2.6.2 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-commons@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework:spring-orm@7.0.8 › org.springframework:spring-jdbc@7.0.8 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework:spring-tx@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-sql@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-expression@5.3.14 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-data-jpa@4.1.0 › org.springframework.boot:spring-boot-hibernate@4.1.0 › org.springframework.boot:spring-boot-jpa@4.1.0 › org.springframework.boot:spring-boot-jdbc@4.1.0 › org.springframework.boot:spring-boot-transaction@4.1.0 › org.springframework.boot:spring-boot-persistence@4.1.0 › org.springframework.boot:spring-boot@2.6.2 › org.springframework:spring-context@5.3.14 › org.springframework:spring-aop@7.0.8 › org.springframework:spring-beans@7.0.8 › org.springframework:spring-core@5.3.14Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
Overview
org.springframework:spring-core is a core package within the spring-framework that contains multiple classes and utilities.
Affected versions of this package are vulnerable to Improper Handling of Case Sensitivity due to String.toLowerCase() having some Locale dependent exceptions that could potentially result in fields not protected as expected.
Note:
The fix for CVE-2022-22968 made disallowedFields patterns in DataBinder case insensitive.
This vulnerability was also fixed in commercial versions 5.3.41 and 6.0.25.
Remediation
Upgrade org.springframework:spring-core to version 6.1.14 or higher.
References
low severity
- Vulnerable module: ch.qos.logback:logback-core
- Introduced through: com.github.xabgesagtx:telegram-spring-boot-starter@0.26, org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 and others
Detailed paths
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › com.github.xabgesagtx:telegram-spring-boot-starter@0.26 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.boot:spring-boot-starter-data-jpa@4.1.0 › org.springframework.boot:spring-boot-starter-jdbc@4.1.0 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9Remediation: Upgrade to org.springframework.boot:spring-boot-starter-data-jpa@4.1.0.
-
Introduced through: whiskels/telegramnotifierbot@whiskels/telegramnotifierbot › org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2 › org.springframework.cloud:spring-cloud-starter@5.0.2 › org.springframework.boot:spring-boot-starter@2.6.2 › org.springframework.boot:spring-boot-starter-logging@2.6.2 › ch.qos.logback:logback-classic@1.2.9 › ch.qos.logback:logback-core@1.2.9Remediation: Upgrade to org.springframework.cloud:spring-cloud-starter-openfeign@5.0.2.
Overview
ch.qos.logback:logback-core is a logback-core module.
Affected versions of this package are vulnerable to External Initialization of Trusted Variables or Data Stores during the configuration file processing. An attacker can instantiate arbitrary classes already present on the class path by compromising an existing configuration file.
Remediation
Upgrade ch.qos.logback:logback-core to version 1.5.25 or higher.