-
Vulnerable Library - spring-boot-starter-thymeleaf-2.7.0-SNAPSHOT.jar
Path to vulnerable library: /java/url-redirection/pom.xml,/java/cors/pom.xml,/java/auth-bypass3/pom.xml,/java/sqli/pom.xml,/jav…
-
Vulnerable Library - spring-boot-starter-web-2.7.0-SNAPSHOT.jar
Found in HEAD commit: dbff3320673205dea2e0a4c513d54497ca905aab
## Vulnerabilities
| CVE | Severity | CVSS | Dependency | Type |…
-
Error generating classes from generateClientApi or generateClientApiV2.
Constructors with invalid number of arguments.
schemas:
```graphql
type Query {
shows: [Show]
}
type Show {…
-
- Create a simple crud model
- Ensure that it can
- Create
- Update
- Delete
- Read
- Pagination?
- Security?
- Ordering?
- Error Handling?
-
The current samples in the repository depend on the Boot starter which is about to move to the Spring Boot repository, which also means that the samples need to move too. The plan is to turn them into…
-
@eh3rrera
I am always having issue while launching the URL "http://localhost:8020/test" for graphql. My server is started.
Whitelabel Error Page
This application has no explicit mapping for /er…
-
## The context
In my application (Spring Boot `3.2.6`), I'm using the **GraphQL**, **Web** and **JPA** starters.
I have created a **GraphQL** controller, in which I interact with a **JPA** reposit…
-
Heyho,
it seems like there is currently no way to specify schema files by their filename. Instead it is only possible to configure directories.
From GraphqlProperties.java:
```
private String[…
-
## Observed vs. expected behavior
Previously on Spring boot 2.7.17 everything worked fine and the classes were generated as expected. However now I try to upgrade the project to Spring Boot 3 and S…
-
### Description
I ported blaze-persistence `examples\spring-data-dgs` to Kotlin
Query is success, but mutation is failed.
No primary constructor found for class class CatCreateView
#…