Skip to content
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

[feat] 단어 정보 & 감정 표현 관련 api 구현 #13

Merged
merged 29 commits into from
May 2, 2024

Conversation

hysong4u
Copy link
Member

@hysong4u hysong4u commented May 2, 2024

Related Issue ✨️

Summary ✨️

  • 단어 검색(한국 수어 사전 크롤링) API 구현
  • 단어 상세 정보 조회(gemini, dalle) API 구현
  • 단어 인식 API 삭제
  • 단어 저장 API 수정(request 추가)
  • 나의 단어카드 조회 API 구현
  • 오늘의 단어 등록 API 구현
  • 오늘의 단어 조회 API 구현

@hysong4u hysong4u added the feat label May 2, 2024
@hysong4u hysong4u self-assigned this May 2, 2024
Copy link

gitguardian bot commented May 2, 2024

⚠️ GitGuardian has uncovered 2 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
10425607 Triggered Google API Key 9437828 src/main/java/com/example/comma/domain/external/service/controller/GeminniController.java View secret
10425607 Triggered Google API Key aee5ba2 src/main/java/com/example/comma/domain/external/service/controller/GeminiController.java View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secrets safely. Learn here the best practices.
  3. Revoke and rotate these secrets.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@hysong4u hysong4u merged commit e33dd01 into develop May 2, 2024
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 수어카드 이미지 크롤링 구현
1 participant