Check List for Secure Coding #40
ymw0407
announced in
Announcements
Replies: 1 comment
-
@AgainIoT/development-team |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Until now, we have not been interested in security vulnerabilities in many open-source libraries. However, with the introduction of CodeQL and Dependabot, we can pay attention to that part.
지금까지는 여러 오픈소스 라이브러리들의 보안 취약점에 대해서 관심을 갖지 못했었습니다. 하지만 이번에 CodeQL과 Dependabot의 도입을 통해서 해당 부분까지 신경 쓸 수 있게 되었습니다.
There's one more thing that you need to see as you go through development. Security is located in the top bar of the Repository. If the numbers are written in that area, it means there is a security issue and we need to work on solving that vulnerability. Let's check that part one by one and proceed with Secure Coding!
여러분들이 개발을 진행하면서 보셔야하는 부분이 하나 더 생겼습니다. 바로 Repository의 상단바에 위치한 Security입니다. 해당 부분에 숫자가 써있다면 Security 관련 문제가 있다는 것이고 저희는 그 vulnerability를 해결하기 위해 노력해야합니다. 한번씩 해당 부분을 확인하면서 Secure Coding을 진행해보도록 합시다!
Beta Was this translation helpful? Give feedback.
All reactions