-
## AS-IS:
### 현재 위더뷰는 모놀리틱 그 자체이다.
### 현재의 문제
- 서비스가 점점 커져갈수록 하나의 어플리케이션에서 너무 많은 일들을 감당하게됨
- 선택적 확장이 불가능
- 하나의 서비스가 모든 서비스에 영향을 줌
- 실제로 Mysql DB, rabbitMQ, Redis 등 외부 자원에 문제가 생…
-
If the application is enabled by @EnableReactiveMethodSecurity, and a class is annotated by @DgsComponent with its method annotated by @PreAuthorize, there will be no `Authentication` found, which lea…
-
Vulnerable Library - spring-web-4.2.1.RELEASE.jar
Spring Web
Library home page: https://github.com/spring-projects/spring-framework
Path to dependency file: /pom.xml
Path to vulnerable library: /Use…
-
**Describe the bug**
When my custom GrantedAuthority returns null on `getAuthority()`, I get the following exception that makes the application fail.
```
2024-06-13T17:44:59.000+02:00 ERROR 12657…
-
Spring Boot 3.3.5 includes spring-security-web-6.3.4.jar. The newly introduced class org.springframework.security.web.server.firewall.StrictServerWebExchangeFirewall$StrictFirewallServerWebExchange$St…
-
## CVE-2022-41915 - Medium Severity Vulnerability
Vulnerable Library - netty-codec-http-4.1.84.Final.jar
Library home page: https://netty.io/
Dependency Hierarchy:
- spring-boot-starter-webflux…
-
# GraalVM Native Image Error Report
## Build Output
```
========================================================================================================================
GraalVM Native …
-
Vulnerable Library - spring-boot-starter-web-3.3.4.jar
Path to dependency file: /build.gradle.kts
Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/org.springframewor…
-
### I'm submitting a
- [x] bug report
- [ ] feature request
### Background info
If I use this starter in a Spring Boot 3.1.3 app, I don't get a JWT as an access token. I believe this is be…
-
Sorry I am new to this whole Spring Security scenario, and also to reactive programming. I am trying to run this application, and I am not sure how I can login to this application and generate the JWT…