Skip to content

yml수정#45

Merged
hongjm0912 merged 1 commit into
mainfrom
develop
Dec 29, 2025
Merged

yml수정#45
hongjm0912 merged 1 commit into
mainfrom
develop

Conversation

@hongjm0912

Copy link
Copy Markdown
Collaborator

No description provided.

@hongjm0912 hongjm0912 merged commit fea15d1 into main Dec 29, 2025
2 checks passed
@gemini-code-assist

Copy link
Copy Markdown

Summary of Changes

Hello @hongjm0912, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

이 PR은 애플리케이션의 구성 내에서 최대 파일 업로드 크기를 조정합니다. 이 변경은 멀티파트 요청에 대한 특정 제한을 설정하여 서버 리소스를 관리하고 잠재적인 오용을 방지하는 데 도움이 될 수 있습니다.

Highlights

  • 멀티파트 파일 업로드 크기 제한: application.yml 파일에서 spring.servlet.multipart.max-file-sizemax-request-size 설정이 무제한(-1)에서 10MB로 변경되었습니다.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

이 pull request는 application.yml 파일에서 max-file-sizemax-request-size를 10MB로 설정하여 파일 업로드 크기 제한을 도입합니다. 이전에는 제한이 없었던(-1) 설정에서 특정 크기(10MB)로 제한을 두는 것은, 매우 큰 파일 업로드로 인한 서비스 거부(DoS) 공격이나 서버 메모리 부족 문제를 예방할 수 있는 중요한 보안 및 안정성 향상 조치입니다. 변경 사항은 올바르고 적절하며, 추가적인 수정 제안은 없습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant