-
Notifications
You must be signed in to change notification settings - Fork 2
[release] BE #967
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
[release] BE #967
Changes from all commits
Commits
Show all changes
83 commits
Select commit
Hold shift + click to select a range
d36bd65
feat: Url 업로드
yw6938 c6c3bb1
feat: 기존 테스트 삭제
yw6938 66dcafd
feat: 클럽별 파일 경로 검증 강화
yw6938 32792aa
feat: 중복 업로드 수정
yw6938 9ce05c6
feat: 중복 업로드 수정
yw6938 33cb954
feat: 불필요한 과정 제거
yw6938 750243d
feat: description 정리
yw6938 3fd9915
refactor: 파일명을 난수로 저장
yw6938 84c6602
refactor: 만료시간을 expirationTime로 변경
yw6938 dab01a9
feat: applicationForm delete 구현
alsdddk 64d2233
chore: 트랜잭션 어노테이션 spring 버전으로 변경
alsdddk f241662
refactor: feedurl생성 리스트로 변경
yw6938 0ec2ff4
refactor: dto 검증 어노테이션 추가
yw6938 8759bf2
refactor: null일때 예외 추가
yw6938 d1bc8fe
Merge pull request #808 from Moadong/refactor/#779-club-photo-multi-u…
yw6938 f91fde0
feat: ApplicationForm Mode 추가
lepitaaar 905aaf3
feat: 요청 객체에 지원서 양식 폼 mode 추가
lepitaaar 6e8bd75
feat: ApplicationFormMode CU api 수정
lepitaaar 451d3d1
feat: 지원서 양식에 url 추가
lepitaaar 4e884e3
feat: 지원서 필드 누락 오류코드 추가
lepitaaar abf02c8
feat: 질문과 외부지원서링크 둘중하나 존재하는지 체크
lepitaaar ea0be2b
feat: 허락하는 외부 지원서 링크만 업데이트 가능
lepitaaar 20f0aa9
feat: 외부 지원서 부분업데이트 api추가
lepitaaar ddf6b32
feat: 외부 지원서 모드인 지원서를 제출시 Not Found 에러
lepitaaar c0c5fc6
Merge pull request #854 from Moadong/feature/#852-applicationForm-del…
alsdddk 94f2a2f
refactor: 시작날짜에 상시모집 처리한다
alsdddk bf35045
fix: 시작일 경계조건 수정
alsdddk 0530ffb
feat: 외부지원서 링크 응답 추가
lepitaaar 2d9c08e
chore: 코드 포맷팅
lepitaaar e05ce4b
fix: 현재 지원서 양식의 모드가 존재하지않을시 기본 내부지원서 응답하게 getter 수정
lepitaaar 813d87d
refactor: formMode 추가 및 mode에 상관없이 questions와 externalApplicationUrl …
lepitaaar 56e3f2e
refactor: formMode에 따라 검증 옵션 추가
lepitaaar 7019556
fix: 중복된 지원서 응답 목록이 존재시 에러 반환
lepitaaar 3346f99
Merge pull request #873 from Moadong/refactor/#855-always-recruit-sta…
alsdddk 9c1c1ab
feat: 외부지원서 trim
lepitaaar 042940a
fix: 형식에맞게 테스트코드 변경
lepitaaar 6a764cf
fix: X-Accel-Buffering을 추가하여 nginx의 버퍼링을 제어해 sse 이벤트 연결 수립을 한번에 하도록 변…
lepitaaar 98d30f3
Merge pull request #895 from Moadong/fix/bypass-proxy-buffering
lepitaaar 6a256aa
feature: 모집정보 수정 시 업데이트 날짜 추가
yw6938 373ffeb
test: 업데이트 날짜 구현 확인
yw6938 8bec173
fix: @Getter 중복 삭제
yw6938 47de23d
fix: 테스트 코드 수정
yw6938 a92091b
Merge pull request #882 from Moadong/feature/#864-add-external-url-ap…
lepitaaar a6be538
fix: 날짜 업데이트 로직 수정
yw6938 8898972
fix: test 수정
yw6938 7473305
test: 갯수 test 추가
yw6938 11cd9c6
test: deleteFile 테스트 추가
yw6938 ef032a2
Merge pull request #898 from Moadong/feature/#893-show-last-updated-o…
lepitaaar 79d50ba
Merge pull request #910 from Moadong/test/#909-club-photos-multi-uplo…
lepitaaar 97a7e69
refactor: instant로 변경
alsdddk 87fb0d4
refactor: 모집기간을 start/end로 분리
alsdddk 7cdd077
refactor: 테스트에도 Instant적용
alsdddk 1cf8768
test: 테스트격리를 위해 데이터 정리 로직 추가(중복 토큰 방지)
alsdddk 806f92d
test: 테스트격리를 위해 데이터 정리 로직 추가(중복 토큰 방지)
alsdddk 138f53e
fix: 특수문자 검색 오류 해결
alsdddk 5a0157f
refactor: 특수문자 제거 코드 삭제 후 정규식 처리로 변경
alsdddk a3271ca
test: 검색 레포 keyword 호출 인자 변경
alsdddk 4a59937
Merge pull request #922 from Moadong/refactor/#912-db-utc-MOA-406
alsdddk 9e7d2ac
Merge branch 'develop/be' into fix/#925-search-special-char-MOA-419
alsdddk 1c6efa9
Merge pull request #928 from Moadong/fix/#925-search-special-char-MOA…
alsdddk 9a4ec5d
refactor: 검색 범위에서 소개글, 상세 삭제 및 분과태그 추가
alsdddk 5c182ca
Merge pull request #930 from Moadong/refactor/#929-search-range-MOA-422
alsdddk f91d085
refactor: 추천 동아리 응답 삭제
lepitaaar 13c2822
refactor: 추천 동아리 응답 삭제
lepitaaar b166e76
refactor: faq, description 필드 수정 위치 변경
lepitaaar 400bece
refactor: faq, description 업데이트 필드 추가
lepitaaar d026c77
feature: 기존 description 문자 형에서 객체로 변경
lepitaaar 129e1c9
refactor: faqs 필드 위치 ClubDescription 안으로 이동
lepitaaar 8ee92df
refactor: faqs 필드 변경에 따른 컴파일 오류 수정
lepitaaar 6037308
fix: ClubDescription NPE 에러
lepitaaar 8f43ad0
fix: ClubDescription NPE 에러 수정
lepitaaar 052430c
refactor: clubDescription dto 추가 및 길이 제한 추가
lepitaaar df505cb
refactor: clubDescription dto와 엔티티간 의존성을 분리하였습니다
lepitaaar a9b2716
refactor: faqs 위치 description에 통합
lepitaaar 61872ed
Merge pull request #963 from Moadong/feature/#962-addclubdescriptiond…
lepitaaar c79d372
Merge pull request #961 from Moadong/refactor/#960-recruitment-api-up…
lepitaaar eff6ec8
refactor: 허용되는 외부 지원주소를 불변 객체로 변경
lepitaaar fd9b168
fix: 동아리 이미지관련 api 사용자 사용 권한 미인증 버그 수정
lepitaaar 283739d
test: 테스트코드 수정
lepitaaar 616dcbb
refactor: recruitmentStatus 필드 응답 값 통일
lepitaaar 91fbc3d
feature: refresh토큰 다중 발급 가능
yw6938 32ee4ac
refactor: 검증 순서 변경
yw6938 bfa1fc3
Merge pull request #973 from Moadong/feature/#911-admin-multi-refresh…
lepitaaar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| package moadong.club.entity; | ||
|
|
||
| import lombok.AllArgsConstructor; | ||
| import lombok.Builder; | ||
| import lombok.Getter; | ||
| import lombok.NoArgsConstructor; | ||
|
|
||
| import java.util.List; | ||
|
|
||
| @Getter | ||
| @Builder | ||
| @AllArgsConstructor | ||
| @NoArgsConstructor | ||
| public class ClubAward { | ||
|
|
||
| private String semester; | ||
|
|
||
| private List<String> achievements; | ||
| } |
27 changes: 27 additions & 0 deletions
27
backend/src/main/java/moadong/club/entity/ClubDescription.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| package moadong.club.entity; | ||
|
|
||
| import lombok.AllArgsConstructor; | ||
| import lombok.Builder; | ||
| import lombok.Getter; | ||
| import lombok.NoArgsConstructor; | ||
|
|
||
| import java.util.List; | ||
|
|
||
| @Getter | ||
| @Builder | ||
| @AllArgsConstructor | ||
| @NoArgsConstructor | ||
| public class ClubDescription { | ||
|
|
||
| private String introDescription; | ||
|
|
||
| private String activityDescription; | ||
|
|
||
| private List<ClubAward> awards; | ||
|
|
||
| private ClubIdealCandidate idealCandidate; | ||
|
|
||
| private String benefits; | ||
|
|
||
| private List<Faq> faqs; | ||
| } |
19 changes: 19 additions & 0 deletions
19
backend/src/main/java/moadong/club/entity/ClubIdealCandidate.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| package moadong.club.entity; | ||
|
|
||
| import lombok.AllArgsConstructor; | ||
| import lombok.Builder; | ||
| import lombok.Getter; | ||
| import lombok.NoArgsConstructor; | ||
|
|
||
| import java.util.List; | ||
|
|
||
| @Getter | ||
| @Builder | ||
| @AllArgsConstructor | ||
| @NoArgsConstructor | ||
| public class ClubIdealCandidate { | ||
|
|
||
| private List<String> tags; | ||
|
|
||
| private String content; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🌐 Web query:
AWS SDK for Java v2 latest stable version 2024 2025💡 Result:
The latest stable AWS SDK for Java v2 is 2.40.13 (released Dec 20, 2025). (mvnrepository.com)
Citations:
🌐 Web query:
AWS SDK for Java v2 2.26.0 security advisory vulnerabilities💡 Result:
Short answer — AWS SDK for Java v2 2.26.0 itself has no separate AWS security advisory page, but several known CVEs are reported for that v2.26.0 release (mostly coming from bundled/dependent libraries). The main items flagged by public dependency trackers and the aws-sdk-java-v2 repo are:
Recommendation: upgrade to a current patched AWS SDK for Java v2 release (or at minimum update the specific client/dependency versions that include fixes for the above CVEs). See the aws-sdk-java-v2 GitHub issue tracker for ongoing security issues and the module release pages for exact CVE lists per artifact. [1][2][3]
Sources:
[1] aws/aws-sdk-java-v2 GitHub — "Security vuln in aws sdk, via third-party (netty-nio-client) CVE-2025-24970". (github.com)
[2] Maven / software.amazon.awssdk:auth:2.26.0 (vulnerability list). (mvnrepository.com)
[3] Maven / software.amazon.awssdk:utils:2.26.0 (vulnerability list). (mvnrepository.com)
[4] Maven / software.amazon.awssdk:sts:2.26.0 (vulnerability list). (mvnrepository.com)
If you want, I can (a) fetch the latest patched v2 release that fixes these specific CVEs and give upgrade instructions, or (b) produce a per-artifact CVE list for your project's dependencies. Which would you prefer?
Citations:
AWS SDK 버전을 2.40.13 이상으로 업그레이드하세요.
현재 사용 중인 버전 2.26.0에는 보안 취약점이 있습니다. CVE-2025-24970(Netty TLS/SSLEngine 취약점)을 포함한 여러 CVE가 보고되었으며, 최신 안정 버전은 2.40.13(2025년 12월 20일 출시)입니다. 일관된 버전 관리는 좋으나, 보안 업그레이드가 필요합니다.
🤖 Prompt for AI Agents