-
I have configured `registry.setPreserveReceiveOrder(true);` to process received messages in order
and am using Spring Security to perform authorization checks during subscriptions.
Before enabling…
-
## 5/16(목) : Spring Security 적용
- [x] spring security 사용 위한 gradle 적용
- [x] passwordEncoder를 사용하여 회원가입시 db에 암호화되어 저장하도록
- [x] 로그인 요청시 입력한 비밀번호와 db에 저장된 암호화된 비밀번호를 비교하여 로그인 하도록
- [x] 비밀번호 변경 시…
-
Vulnerable Library - spring-boot-starter-security-2.7.1.jar
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/security/spring-securi…
-
Vulnerable Library - spring-boot-starter-security-3.1.5.jar
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/security/spring-securi…
-
**Bug description**
I got this error when I create embeddingModel bean during start spring boot application.
2024-09-21T15:13:21.100+07:00 INFO 26816 --- [ollama-example1] [ main] w.s.c.S…
-
Vulnerable Library - spring-boot-starter-security-2.7.1.jar
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/security/spring-securi…
-
Vulnerable Library - spring-boot-starter-security-3.1.5.jar
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/security/spring-securi…
-
Vulnerable Library - spring-boot-starter-security-2.7.1.jar
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/security/spring-securi…
-
- README points to outdated 1.0.x documentation. See https://github.com/spring-projects/spring-security-kerberos/blob/v2.1.0/README.adoc#documentation .
> Be sure to read the http://docs.spring.io/…
-
## Update the spring security config.
**_Description:_**
**As a user,** I need to login before creating sample data.
From following configurations, the API `/storefront/sampledata` cannot be…