KR102666486B1 - Method and system for managing source code - Google Patents

Method and system for managing source code Download PDF

Info

Publication number
KR102666486B1
KR102666486B1 KR1020220015826A KR20220015826A KR102666486B1 KR 102666486 B1 KR102666486 B1 KR 102666486B1 KR 1020220015826 A KR1020220015826 A KR 1020220015826A KR 20220015826 A KR20220015826 A KR 20220015826A KR 102666486 B1 KR102666486 B1 KR 102666486B1
Authority
KR
South Korea
Prior art keywords
security
source code
issue
user terminal
issues
Prior art date
Application number
KR1020220015826A
Other languages
Korean (ko)
Other versions
KR20230119548A (en
Inventor
강준용
김세환
이현승
정연희
오성
허규
윤상진
Original Assignee
네이버 주식회사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 네이버 주식회사 filed Critical 네이버 주식회사
Priority to KR1020220015826A priority Critical patent/KR102666486B1/en
Publication of KR20230119548A publication Critical patent/KR20230119548A/en
Application granted granted Critical
Publication of KR102666486B1 publication Critical patent/KR102666486B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/55Detecting local intrusion or implementing counter-measures
    • G06F21/56Computer malware detection or handling, e.g. anti-virus arrangements
    • G06F21/562Static detection
    • G06F21/563Static detection by source code analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/57Certifying or maintaining trusted computer platforms, e.g. secure boots or power-downs, version controls, system software checks, secure updates or assessing vulnerabilities
    • G06F21/577Assessing vulnerabilities and evaluating computer system security

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Virology (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

본 개시는 적어도 하나의 프로세서에 의해 수행되는, 소스 코드 관리 방법이 제공된다. 이 방법은, 사용자 단말로부터 제1 소스 코드 저장소(repository)와 연관된 소프트웨어 소스 코드를 수신하는 단계, 수신된 소프트웨어 소스 코드에 대한 보안 검사를 수행하는 단계, 보안 검사를 통해 발견된 제1 세트의 보안 이슈를 제1 소스 코드 저장소와 연관하여 저장하는 단계 및 제1 소스 코드 저장소와 연관된 제1 세트의 보안 이슈에 대한 보안 리포트를 사용자 단말로 전송하는 단계를 포함한다.The present disclosure provides a source code management method performed by at least one processor. The method includes receiving software source code associated with a first source code repository from a user terminal, performing a security check on the received software source code, and a first set of security discovered through the security check. It includes storing issues in association with a first source code repository and transmitting a security report on a first set of security issues associated with the first source code repository to a user terminal.

Figure R1020220015826
Figure R1020220015826

Description

소스 코드 관리 방법 및 시스템{METHOD AND SYSTEM FOR MANAGING SOURCE CODE}Source code management method and system {METHOD AND SYSTEM FOR MANAGING SOURCE CODE}

본 개시는 소스 코드 관리 방법 및 시스템에 관한 것으로, 구체적으로, 개발 단계에서 소스 코드에 대한 보안 검사를 수행하여 취약점을 검출하고 검출된 보안 이슈에 대한 트랙킹이 가능한 소스 코드 관리 방법 및 시스템에 관한 것이다.This disclosure relates to a source code management method and system. Specifically, it relates to a source code management method and system that performs a security check on source code at the development stage to detect vulnerabilities and track detected security issues. .

데브옵스(DevOps) 방법론은 IT 개발 및 운영에 대한 방법론으로서, 구체적으로, 소프트웨어의 개발 및 수행 그리고 이에 대한 피드백을 바탕으로 개선된 소프트웨어의 개발을 반복함으로써 IT 개발 프로젝트를 수행하는 방법론을 지칭할 수 있다. 데브옵스(DevOps) 방법론은 개발 단계와 운영 단계가 연계되어 개발 시간을 단축하고, 완성도를 높일 수 있는 이점이 있는 것으로 알려져 있다. 최근 IT 보안의 중요성이 강조됨에 따라, 이러한 데브옵스(DevOps) 방법론에 보안(security)을 연계한 데브섹옵스(DevSecOps) 방법론을 적용하는 기업이 늘어나고 있다.DevOps methodology is a methodology for IT development and operation. Specifically, it can refer to a methodology for carrying out IT development projects by repeating the development and execution of software and the development of improved software based on feedback. there is. The DevOps methodology is known to have the advantage of shortening development time and increasing completeness by linking the development and operation stages. As the importance of IT security has recently been emphasized, an increasing number of companies are applying the DevSecOps methodology that links security to the DevOps methodology.

일반적으로, IT 개발은 개발 조직, 운영 조직, 보안 조직으로 역할이 나누어져 있어, 개발 과정에서 소스 코드에 대한 보안 검사를 수행하는 것에 어려움이 있다. 또한, 기존의 개발 협업 시스템을 통해 제공되는 소스 코드에 대한 보안 검사 체크 기능의 경우, 개발 프로젝트에 대한 컴파일이 완료된 이후에 보안 검사가 수행되므로, 개발 과정에서 생성된 소스 코드에 대한 보안 취약점을 검출하고 이를 추적 관리하기 어려운 문제가 있다.In general, IT development has roles divided into a development organization, an operation organization, and a security organization, making it difficult to perform security checks on source code during the development process. Additionally, in the case of the security check check function for source code provided through existing development collaboration systems, security checks are performed after compilation of the development project is completed, so security vulnerabilities in source code generated during the development process are detected. And there is a problem that it is difficult to track and manage it.

본 개시는 상기와 같은 문제점을 해결하기 위한 소스 코드 관리 방법, 기록매체에 저장된 컴퓨터 프로그램 및 장치(시스템)를 제공한다.The present disclosure provides a source code management method, a computer program stored in a recording medium, and a device (system) to solve the above problems.

본 개시는 방법, 장치(시스템) 또는 판독 가능 저장 매체에 저장된 컴퓨터 프로그램을 포함한 다양한 방식으로 구현될 수 있다.The present disclosure may be implemented in various ways, including as a method, device (system), or computer program stored in a readable storage medium.

본 개시의 일 실시예에 따른 소스 코드 관리 방법은, 사용자 단말로부터 제1 소스 코드 저장소와 연관된 소프트웨어 소스 코드를 수신하는 단계, 수신된 소프트웨어 소스 코드에 대한 보안 검사를 수행하는 단계, 보안 검사를 통해 발견된 제1 세트의 보안 이슈를 제1 소스 코드 저장소와 연관하여 저장하는 단계 및 제1 소스 코드 저장소와 연관된 제1 세트의 보안 이슈에 대한 보안 리포트를 사용자 단말로 전송하는 단계를 포함한다.A source code management method according to an embodiment of the present disclosure includes receiving software source code associated with a first source code repository from a user terminal, performing a security check on the received software source code, and performing a security check on the received software source code. storing the discovered first set of security issues in association with the first source code repository and transmitting a security report on the first set of security issues associated with the first source code repository to the user terminal.

본 개시의 일 실시예에 따르면, 소스 코드 관리 방법을 컴퓨터에서 실행하기 위해 컴퓨터 판독 가능한 기록 매체에 저장된 컴퓨터 프로그램이 제공된다.According to one embodiment of the present disclosure, a computer program stored in a computer-readable recording medium is provided to execute a source code management method on a computer.

본 개시의 일 실시예에 따르면, 소스 코드 관리 시스템이 제공된다. 소스 코드 관리 시스템은 통신 모듈, 메모리 및 메모리와 연결되고, 메모리에 포함된 컴퓨터 판독 가능한 적어도 하나의 프로그램을 실행하도록 구성된 적어도 하나의 프로세서를 포함하고, 적어도 하나의 프로그램은, 사용자 단말로부터 소스 코드 저장소와 연관된 소프트웨어 소스 코드를 수신하고, 수신된 소프트웨어 소스 코드에 대한 보안 검사를 수행하고, 보안 검사를 통해 발견된 보안 이슈 세트를 소스 코드 저장소와 연관하여 저장하고, 소스 코드 저장소와 연관된 보안 이슈 세트에 대한 보안 리포트를 사용자 단말로 전송하기 위한 명령어들을 포함한다.According to one embodiment of the present disclosure, a source code management system is provided. The source code management system includes a communication module, a memory, and at least one processor connected to the memory and configured to execute at least one computer-readable program included in the memory, wherein the at least one program is stored in a source code repository from a user terminal. Receive software source code associated with the software source code, perform a security check on the received software source code, store the set of security issues found through the security check in association with the source code repository, and store the set of security issues associated with the source code repository. Contains commands for transmitting a security report to the user terminal.

본 개시의 일부 실시예에 따르면, 사용자는 소스 코드 저장소에 소스 코드의 업데이트/업로드를 수행하는 경우, 소스 코드를 컴파일하기 이전에 보안 검사를 수행하여 조치할 수 있으므로, 효율적으로 개발 프로젝트를 관리할 수 있다.According to some embodiments of the present disclosure, when performing an update/upload of source code to a source code repository, a user can take action by performing a security check before compiling the source code, thereby efficiently managing the development project. You can.

본 개시의 일부 실시예에 따르면, 보안 검사를 통해 발견된 보안 이슈를 추적 관리할 수 있으므로, 소프트웨어 소스 코드의 보안 취약점을 누락하지 않고 조기에 조치할 수 있어 IT 보안 사고를 사전에 예방할 수 있다.According to some embodiments of the present disclosure, security issues discovered through security inspection can be tracked and managed, so that early action can be taken without missing security vulnerabilities in software source code, thereby preventing IT security incidents in advance.

본 개시의 일부 실시예에 따르면, 사용자와 연관된 하나 이상의 소스 코드 저장소와 연관된 보안 이슈 통계 데이터를 제공받음으로써, 빈도가 높은 보안 이슈를 쉽게 파악할 수 있다.According to some embodiments of the present disclosure, by receiving security issue statistical data associated with one or more source code repositories associated with a user, frequent security issues can be easily identified.

본 개시의 효과는 이상에서 언급한 효과로 제한되지 않으며, 언급되지 않은 다른 효과들은 청구범위의 기재로부터 본 개시가 속하는 기술분야에서 통상의 지식을 가진 자(“통상의 기술자”라 함)에게 명확하게 이해될 수 있을 것이다.The effects of the present disclosure are not limited to the effects mentioned above, and other effects not mentioned are clear to a person skilled in the art (referred to as “a person skilled in the art”) in the technical field to which this disclosure pertains from the description of the claims. It will be understandable.

본 개시의 실시예들은, 이하 설명하는 첨부 도면들을 참조하여 설명될 것이며, 여기서 유사한 참조 번호는 유사한 요소들을 나타내지만, 이에 한정되지는 않는다.
도 1은 본 개시의 일 실시예에 따른 소스 코드 관리 시스템의 구성을 나타낸다.
도 2는 본 개시의 일 실시예에 따른 소프트웨어 소스 코드를 관리하기 위해, 정보 처리 시스템이 복수의 사용자 단말과 통신 가능하도록 연결된 구성을 나타내는 개요도이다.
도 3은 본 개시의 일 실시예에 따른 사용자 단말 및 정보 처리 시스템(230)의 내부 구성을 나타내는 블록도이다.
도 4는 본 개시의 일 실시예에 따른 제2 시스템의 상세 구성을 나타내는 블록도이다.
도 5는 본 개시의 일 실시예에 따른 사용자와 관련된 복수의 프로젝트에 대한 이슈 리스트를 확인하기 위한 사용자 인터페이스의 예시를 나타낸다.
도 6은 본 개시의 일 실시예에 따른 보안 검사를 통해 발견된 하나의 보안 이슈에 대한 보안 리포트의 예시를 나타낸다.
도 7은 본 개시의 일 실시예에 따른 보안 검사를 통해 발견된 하나의 보안 이슈에 대한 사용자 작업 항목의 예시를 나타낸다.
도 8은 본 개시의 일 실시예에 따른 보안 이슈에 대한 통계 데이터의 예시를 나타낸다.
도 9는 본 개시의 일 실시예에 따른 소스 코드 관리 방법을 나타내는 흐름도이다.
Embodiments of the present disclosure will be described with reference to the accompanying drawings described below, in which like reference numerals indicate like elements, but are not limited thereto.
Figure 1 shows the configuration of a source code management system according to an embodiment of the present disclosure.
Figure 2 is a schematic diagram showing a configuration in which an information processing system is connected to communicate with a plurality of user terminals in order to manage software source code according to an embodiment of the present disclosure.
Figure 3 is a block diagram showing the internal configuration of a user terminal and information processing system 230 according to an embodiment of the present disclosure.
Figure 4 is a block diagram showing the detailed configuration of a second system according to an embodiment of the present disclosure.
Figure 5 shows an example of a user interface for checking a list of issues for a plurality of projects related to a user according to an embodiment of the present disclosure.
Figure 6 shows an example of a security report for one security issue discovered through a security check according to an embodiment of the present disclosure.
Figure 7 shows an example of a user action item for one security issue discovered through a security check according to an embodiment of the present disclosure.
Figure 8 shows an example of statistical data on security issues according to an embodiment of the present disclosure.
Figure 9 is a flowchart showing a source code management method according to an embodiment of the present disclosure.

이하, 본 개시의 실시를 위한 구체적인 내용을 첨부된 도면을 참조하여 상세히 설명한다. 다만, 이하의 설명에서는 본 개시의 요지를 불필요하게 흐릴 우려가 있는 경우, 널리 알려진 기능이나 구성에 관한 구체적 설명은 생략하기로 한다.Hereinafter, specific details for implementing the present disclosure will be described in detail with reference to the attached drawings. However, in the following description, detailed descriptions of well-known functions or configurations will be omitted if there is a risk of unnecessarily obscuring the gist of the present disclosure.

첨부된 도면에서, 동일하거나 대응하는 구성요소에는 동일한 참조부호가 부여되어 있다. 또한, 이하의 실시예들의 설명에 있어서, 동일하거나 대응되는 구성요소를 중복하여 기술하는 것이 생략될 수 있다. 그러나, 구성요소에 관한 기술이 생략되어도, 그러한 구성요소가 어떤 실시예에 포함되지 않는 것으로 의도되지는 않는다.In the accompanying drawings, identical or corresponding components are given the same reference numerals. Additionally, in the description of the following embodiments, overlapping descriptions of identical or corresponding components may be omitted. However, even if descriptions of components are omitted, it is not intended that such components are not included in any embodiment.

개시된 실시예의 이점 및 특징, 그리고 그것들을 달성하는 방법은 첨부되는 도면과 함께 후술되어 있는 실시예들을 참조하면 명확해질 것이다. 그러나, 본 개시는 이하에서 개시되는 실시예들에 한정되는 것이 아니라 서로 다른 다양한 형태로 구현될 수 있으며, 단지 본 실시예들은 본 개시가 완전하도록 하고, 본 개시가 통상의 기술자에게 발명의 범주를 완전하게 알려주기 위해 제공되는 것일 뿐이다.Advantages and features of the disclosed embodiments and methods for achieving them will become clear by referring to the embodiments described below in conjunction with the accompanying drawings. However, the present disclosure is not limited to the embodiments disclosed below and may be implemented in various different forms. The present embodiments are merely provided to ensure that the present disclosure is complete and that the present disclosure does not convey the scope of the invention to those skilled in the art. It is provided only for complete information.

본 명세서에서 사용되는 용어에 대해 간략히 설명하고, 개시된 실시예에 대해 구체적으로 설명하기로 한다. 본 명세서에서 사용되는 용어는 본 개시에서의 기능을 고려하면서 가능한 현재 널리 사용되는 일반적인 용어들을 선택하였으나, 이는 관련 분야에 종사하는 기술자의 의도 또는 판례, 새로운 기술의 출현 등에 따라 달라질 수 있다. 또한, 특정한 경우는 출원인이 임의로 선정한 용어도 있으며, 이 경우 해당되는 발명의 설명 부분에서 상세히 그 의미를 기재할 것이다. 따라서, 본 개시에서 사용되는 용어는 단순한 용어의 명칭이 아닌, 그 용어가 가지는 의미와 본 개시의 전반에 걸친 내용을 토대로 정의되어야 한다.Terms used in this specification will be briefly described, and the disclosed embodiments will be described in detail. The terms used in this specification are general terms that are currently widely used as much as possible while considering the functions in the present disclosure, but this may vary depending on the intention or precedent of a technician working in the related field, the emergence of new technology, etc. In addition, in certain cases, there are terms arbitrarily selected by the applicant, and in this case, the meaning will be described in detail in the description of the relevant invention. Accordingly, the terms used in this disclosure should be defined based on the meaning of the term and the overall content of the present disclosure, rather than simply the name of the term.

본 명세서에서의 단수의 표현은 문맥상 명백하게 단수인 것으로 특정하지 않는 한, 복수의 표현을 포함한다. 또한, 복수의 표현은 문맥상 명백하게 복수인 것으로 특정하지 않는 한, 단수의 표현을 포함한다. 명세서 전체에서 어떤 부분이 어떤 구성요소를 포함한다고 할 때, 이는 특별히 반대되는 기재가 없는 한 다른 구성요소를 제외하는 것이 아니라 다른 구성요소를 더 포함할 수 있음을 의미한다.In this specification, singular expressions include plural expressions, unless the context clearly specifies the singular. Additionally, plural expressions include singular expressions, unless the context clearly specifies plurality. When it is said that a certain part includes a certain element throughout the specification, this does not mean excluding other elements, but may further include other elements, unless specifically stated to the contrary.

또한, 명세서에서 사용되는 '모듈' 또는 '부'라는 용어는 소프트웨어 또는 하드웨어 구성요소를 의미하며, '모듈' 또는 '부'는 어떤 역할들을 수행한다. 그렇지만, '모듈' 또는 '부'는 소프트웨어 또는 하드웨어에 한정되는 의미는 아니다. '모듈' 또는 '부'는 어드레싱할 수 있는 저장 매체에 있도록 구성될 수도 있고 하나 또는 그 이상의 프로세서들을 재생시키도록 구성될 수도 있다. 따라서, 일 예로서, '모듈' 또는 '부'는 소프트웨어 구성요소들, 객체지향 소프트웨어 구성요소들, 클래스 구성요소들 및 태스크 구성요소들과 같은 구성요소들과, 프로세스들, 함수들, 속성들, 프로시저들, 서브루틴들, 프로그램 코드의 세그먼트들, 드라이버들, 펌웨어, 마이크로 코드, 회로, 데이터, 데이터베이스, 데이터 구조들, 테이블들, 어레이들 또는 변수들 중 적어도 하나를 포함할 수 있다. 구성요소들과 '모듈' 또는 '부'들은 안에서 제공되는 기능은 더 작은 수의 구성요소들 및 '모듈' 또는 '부'들로 결합되거나 추가적인 구성요소들과 '모듈' 또는 '부'들로 더 분리될 수 있다.Additionally, the term 'module' or 'unit' used in the specification refers to a software or hardware component, and the 'module' or 'unit' performs certain roles. However, 'module' or 'unit' is not limited to software or hardware. A 'module' or 'unit' may be configured to reside on an addressable storage medium and may be configured to run on one or more processors. Thus, as an example, a 'module' or 'part' refers to components such as software components, object-oriented software components, class components and task components, processes, functions and properties. , procedures, subroutines, segments of program code, drivers, firmware, microcode, circuits, data, databases, data structures, tables, arrays, or variables. Components and 'modules' or 'parts' may be combined into smaller components and 'modules' or 'parts' or further components and 'modules' or 'parts'. Could be further separated.

본 개시의 일 실시예에 따르면, '모듈' 또는 '부'는 프로세서 및 메모리로 구현될 수 있다. '프로세서'는 범용 프로세서, 중앙 처리 장치(CPU), 마이크로프로세서, 디지털 신호 프로세서(DSP), 제어기, 마이크로제어기, 상태 머신 등을 포함하도록 넓게 해석되어야 한다. 몇몇 환경에서, '프로세서'는 주문형 반도체(ASIC), 프로그램가능 로직 디바이스(PLD), 필드 프로그램가능 게이트 어레이(FPGA) 등을 지칭할 수도 있다. '프로세서'는, 예를 들어, DSP와 마이크로프로세서의 조합, 복수의 마이크로프로세서들의 조합, DSP 코어와 결합한 하나 이상의 마이크로프로세서들의 조합, 또는 임의의 다른 그러한 구성들의 조합과 같은 처리 디바이스들의 조합을 지칭할 수도 있다. 또한, '메모리'는 전자 정보를 저장 가능한 임의의 전자 컴포넌트를 포함하도록 넓게 해석되어야 한다. '메모리'는 임의 액세스 메모리(RAM), 판독-전용 메모리(ROM), 비-휘발성 임의 액세스 메모리(NVRAM), 프로그램가능 판독-전용 메모리(PROM), 소거-프로그램가능 판독 전용 메모리(EPROM), 전기적으로 소거가능 PROM(EEPROM), 플래쉬 메모리, 자기 또는 광학 데이터 저장장치, 레지스터들 등과 같은 프로세서-판독가능 매체의 다양한 유형들을 지칭할 수도 있다. 프로세서가 메모리로부터 정보를 판독하고/하거나 메모리에 정보를 기록할 수 있다면 메모리는 프로세서와 전자 통신 상태에 있다고 불린다. 프로세서에 집적된 메모리는 프로세서와 전자 통신 상태에 있다.According to an embodiment of the present disclosure, a 'module' or 'unit' may be implemented with a processor and memory. 'Processor' should be interpreted broadly to include general-purpose processors, central processing units (CPUs), microprocessors, digital signal processors (DSPs), controllers, microcontrollers, state machines, etc. In some contexts, 'processor' may refer to an application-specific integrated circuit (ASIC), programmable logic device (PLD), field programmable gate array (FPGA), etc. 'Processor' refers to a combination of processing devices, for example, a combination of a DSP and a microprocessor, a combination of a plurality of microprocessors, a combination of one or more microprocessors in combination with a DSP core, or any other such combination of configurations. You may. Additionally, 'memory' should be interpreted broadly to include any electronic component capable of storing electronic information. 'Memory' refers to random access memory (RAM), read-only memory (ROM), non-volatile random access memory (NVRAM), programmable read-only memory (PROM), erasable-programmable read-only memory (EPROM), May also refer to various types of processor-readable media, such as electrically erasable PROM (EEPROM), flash memory, magnetic or optical data storage, registers, etc. A memory is said to be in electronic communication with a processor if the processor can read information from and/or write information to the memory. The memory integrated into the processor is in electronic communication with the processor.

본 개시에서, '시스템'은 서버 장치와 클라우드 장치 중 적어도 하나의 장치를 포함할 수 있으나, 이에 한정되는 것은 아니다. 예를 들어, 시스템은 하나 이상의 서버 장치로 구성될 수 있다. 다른 예로서, 시스템은 하나 이상의 클라우드 장치로 구성될 수 있다. 또 다른 예로서, 시스템은 서버 장치와 클라우드 장치가 함께 구성되어 동작될 수 있다.In the present disclosure, 'system' may include at least one of a server device and a cloud device, but is not limited thereto. For example, a system may consist of one or more server devices. As another example, a system may consist of one or more cloud devices. As another example, the system may be operated with a server device and a cloud device configured together.

본 개시에서, '정적 보안 검사'는 소스 코드를 대상으로 그 안에 내재된 잠재적인 보안 취약점을 검사하는 것을 지칭한다. 예를 들어, 소스 코드 자체, 소스 코드에 의해 호출되는 API(application programming interface), 소스 코드와 연관된 오픈소스 라이브러리 등과 연관된 보안 취약점을 검사하는 것을 지칭할 수 있다. 또한, '동적 보안 검사'는 공격자(예, 해커)가 사용하는 방식으로 접근하여 소프트웨어의 취약점을 검사하는 것을 지칭할 수 있다.In this disclosure, 'static security check' refers to checking source code for potential security vulnerabilities inherent therein. For example, it may refer to examining security vulnerabilities associated with the source code itself, APIs (application programming interfaces) called by the source code, open source libraries associated with the source code, etc. Additionally, 'dynamic security inspection' may refer to examining software vulnerabilities by approaching it in a manner used by attackers (e.g., hackers).

본 개시에서, '민감 정보'는 개인 정보, 결제 정보 또는 패스 워드 등의 정보를 포함할 수 있다. 또한, '소스 코드에 의한 민감 정보 유출의 감지'는 소프트웨어 소스 코드 중 일부가 민감 정보인 개인 정보, 결제 정보 또는 패드 워드 등과 연관된 데이터베이스에 접근을 시도하는 코드가 포함되는지 여부 또는 민감 정보를 처리하는 소스 코드에 대한 코딩 가이드 준수 여부 등을 감지하는 것을 포함할 수 있다.In this disclosure, 'sensitive information' may include information such as personal information, payment information, or password. In addition, 'detection of sensitive information leakage by source code' refers to whether part of the software source code includes code that attempts to access databases related to sensitive information such as personal information, payment information, or padwords, or whether processing sensitive information. It may include detecting compliance with coding guidelines for source code, etc.

본 개시에서, '복수의 A의 각각' 또는 '복수의 A 각각'은 복수의 A에 포함된 모든 구성 요소의 각각을 지칭하거나, 복수의 A에 포함된 일부 구성 요소의 각각을 지칭할 수 있다.In the present disclosure, 'each of a plurality of A' or 'each of a plurality of A' may refer to each of all components included in a plurality of A, or may refer to each of some components included in a plurality of A. .

도 1은 본 개시의 일 실시예에 따른 소스 코드 관리 시스템(120)의 구성을 나타낸다. 소스 코드 관리 시스템(120)은 사용자 단말(110)로부터 소프트웨어 소스 코드(112)를 수신하여, 수신된 소프트웨어 소스 코드에 대해 보안 검사를 수행할 수 있다. 여기서, 소프트웨어 소스 코드(112)는 특정 소스 코드 저장소와 연관될 수 있다. 소스 코드 관리 시스템(120)은 수신된 소프트웨어 소스 코드(112)에 대한 보안 검사를 통해 발견된 보안 이슈에 대하여 보안 리포트(150)를 생성하여 사용자 단말(110)로 제공할 수 있다. 추가적으로 또는 대안적으로, 소스 코드 관리 시스템(120)은 생성된 보안 리포트(150)를 소스 코드 관리 시스템(120)에 등록하고, 보안 리포트(150)의 등록 알림 메시지를 사용자 단말(110)로 전송할 수 있다. 이 경우, 사용자는 보안 리포트(150)의 등록 알림 메시지를 확인하고, 소스 코드 관리 시스템(120)에 접속하여 보안 리포트(150)를 확인할 수 있다.Figure 1 shows the configuration of a source code management system 120 according to an embodiment of the present disclosure. The source code management system 120 may receive the software source code 112 from the user terminal 110 and perform a security check on the received software source code. Here, software source code 112 may be associated with a specific source code repository. The source code management system 120 may generate a security report 150 for security issues discovered through a security check on the received software source code 112 and provide the security report 150 to the user terminal 110. Additionally or alternatively, the source code management system 120 may register the generated security report 150 in the source code management system 120 and transmit a registration notification message of the security report 150 to the user terminal 110. You can. In this case, the user can check the registration notification message of the security report 150 and access the source code management system 120 to check the security report 150.

도시된 것과 같이, 소스 코드 관리 시스템(120)은 소스 코드에 대한 보안 검사를 수행하는 제1 시스템(130)과 보안 검사를 통해 발견된 보안 이슈를 관리하는 제2 시스템(140)을 포함할 수 있다. 도 1에서는 제1 시스템(130)과 제2 시스템(140)이 별도로 구성된 요소로서 도시되었으나, 이에 한정되지 않으며, 하나의 시스템으로 구성될 수 있다.As shown, the source code management system 120 may include a first system 130 that performs a security check on the source code and a second system 140 that manages security issues discovered through the security check. there is. In FIG. 1, the first system 130 and the second system 140 are shown as separately configured elements, but they are not limited to this and may be configured as one system.

일 실시예에 따르면, 제1 시스템(130)은 사용자 단말(110)로부터 소프트웨어 소스 코드(112)를 수신하여 보안 검사를 수행할 수 있다. 예를 들어, 제1 시스템(130)은 소스 코드 관리 시스템(120) 또는 별도 시스템에 업로드된 소프트웨어 소스 코드(112)를 수신하여 보안 검사를 수행할 수 있다. 다른 예에서, 제1 시스템(130)은 IDE 플러그인(Integrated Development Environment-Plugin)이 동작하는 경우, 사용자 단말(110)로부터 소프트웨어 소스 코드(112)를 수신하여 보안 검사를 수행할 수 있다. 일 실시예에 따르면, 제1 시스템(130)은 정적 보안 검사부(132) 및/또는 동적 보안 검사부(134)를 포함할 수 있다. 제1 시스템(130)은 정적 보안 검사부(132) 및/또는 동적 보안 검사부(134)를 이용하여 소프트웨어 소스 코드(112)에 대하여 정적 보안 검사 및/또는 동적 보안 검사를 수행할 수 있다.According to one embodiment, the first system 130 may receive the software source code 112 from the user terminal 110 and perform a security check. For example, the first system 130 may receive software source code 112 uploaded to the source code management system 120 or a separate system and perform a security check. In another example, when an IDE plug-in (Integrated Development Environment-Plugin) operates, the first system 130 may receive the software source code 112 from the user terminal 110 and perform a security check. According to one embodiment, the first system 130 may include a static security check unit 132 and/or a dynamic security check unit 134. The first system 130 may perform a static security check and/or a dynamic security check on the software source code 112 using the static security check unit 132 and/or the dynamic security check unit 134.

일 실시예에 따르면, 정적 보안 검사부(132)는 소프트웨어 소스 코드(112)에 대한 정적 보안 검사를 수행하도록 구성될 수 있다. 여기서, 정적 보안 검사는 소프트웨어 소스 코드(112)의 컴파일(compile) 전에 수행될 수 있다. 예를 들어, 정적 보안 검사부(132)는 소프트웨어 소스 코드(112)에 대한 정적 분석을 통해 코드 취약성을 검사할 수 있다. 여기서, 코드 취약성 검사는 보안 코딩 가이드에 기반한 코딩 여부, 소스 코드의 오류 여부 등에 대한 검사를 포함할 수 있다. 추가적으로 또는 대안적으로, 정적 보안 검사부(132)는 소프트웨어 소스 코드(112)에 의한 민감 정보 유출을 감지할 수 있다. 추가적으로 또는 대안적으로, 정적 보안 검사부(132)는 소프트웨어 소스 코드(112)와 연관된 오픈소스 라이브러리 중 알려진 보안 취약성이 있는 오픈소스 라이브러리를 검출할 수 있다.According to one embodiment, the static security check unit 132 may be configured to perform a static security check on the software source code 112. Here, the static security check may be performed before compilation of the software source code 112. For example, the static security check unit 132 may check code vulnerabilities through static analysis of the software source code 112. Here, the code vulnerability check may include checking whether coding is based on a secure coding guide, whether there are errors in the source code, etc. Additionally or alternatively, the static security check unit 132 may detect leakage of sensitive information by the software source code 112. Additionally or alternatively, the static security checker 132 may detect open source libraries associated with the software source code 112 that have known security vulnerabilities.

일 실시예에 따르면, 동적 보안 검사부(134)는 소프트웨어 소스 코드에 대한 동적 보안 검사를 수행할 수 있다. 여기서, 동적 보안 검사는 소스 코드의 컴파일 이후에 수행될 수 있다. 예를 들어, 동적 보안 검사부(134)는 테스트 서버를 이용하여, 소프트웨어 소스 코드의 동작 상태에서 모의 보안 검사를 수행할 수 있다.According to one embodiment, the dynamic security check unit 134 may perform a dynamic security check on software source code. Here, dynamic security checking may be performed after compilation of source code. For example, the dynamic security check unit 134 may use a test server to perform a simulated security check in the operating state of the software source code.

제1 시스템(130)은 소프트웨어 소스 코드(112)에 대한 보안 검사를 통해 발견된 보안 이슈(136)를 제2 시스템(140)으로 전송할 수 있다. 일 실시예에 따르면, 제2 시스템(140)은 보안 검사를 통해 발견된 보안 이슈(136)를 추적 관리하도록 구성될 수 있다. 구체적으로, 제2 시스템(140)은 보안 검사를 통해 발견된 보안 이슈를 해당 소스 코드 저장소와 연관하여 저장할 수 있다. 추가적으로, 제2 시스템(140)은 사용자 단말로부터 보안 이슈와 연관된 액션 플랜(action plan)을 수신하고, 수신된 액션 플랜을 해당 보안 이슈와 연관하여 저장할 수 있다. 추가적으로, 제2 시스템(140)은 특정 소스 코드 저장소와 연관된 보안 이슈 통계 데이터를 생성하여 보안 리포트(150)로서 사용자 단말(110)로 제공할 수 있다. 추가적으로 또는 대안적으로, 제2 시스템(140)은 보안 리포트(150)를 소스 코드 관리 시스템(120)에 등록하고, 보안 리포트(150)의 등록 알림 메시지를 사용자 단말(110)로 전송할 수 있다.The first system 130 may transmit the security issue 136 discovered through a security check of the software source code 112 to the second system 140. According to one embodiment, the second system 140 may be configured to track and manage security issues 136 discovered through security inspection. Specifically, the second system 140 may store security issues discovered through a security check in association with the corresponding source code repository. Additionally, the second system 140 may receive an action plan associated with a security issue from the user terminal and store the received action plan in association with the security issue. Additionally, the second system 140 may generate security issue statistical data associated with a specific source code repository and provide it to the user terminal 110 as a security report 150. Additionally or alternatively, the second system 140 may register the security report 150 in the source code management system 120 and transmit a registration notification message of the security report 150 to the user terminal 110.

또한, 제2 시스템(140)은 사용자 단말(110)과 연관된 복수의 소스 코드 저장소와 연관된 복수의 소스 코드 저장소와 연관된 보안 이슈 통계 데이터를 생성하여 보안 리포트(150)로서 사용자 단말(110)로 제공할 수 있다. 제2 시스템(140)의 세부 구성은 도 4를 참조하여 상세히 후술된다.In addition, the second system 140 generates security issue statistical data associated with a plurality of source code repositories associated with a plurality of source code repositories associated with the user terminal 110 and provides it to the user terminal 110 as a security report 150. can do. The detailed configuration of the second system 140 will be described in detail later with reference to FIG. 4 .

일 실시예에 따르면, 소스 코드 관리 시스템(120)은 특정 소스 코드 저장소와 연관된 하나 이상의 보안 이슈에 대한 보안 리포트(150)를 사용자 단말(110)로 제공할 수 있다. 추가적으로 또는 대안적으로, 소스 코드 관리 시스템(120)은 보안 리포트(150)를 소스 코드 관리 시스템(120)에 등록하고, 보안 리포트(150)의 등록 알림 메시지를 사용자 단말(110)로 전송할 수 있다. 여기서, 보안 리포트(150)는 하나 이상의 보안 이슈 각각에 대한 우선 순위(priority), 취약점 유형(vulnerability type) 등과 같은 정보를 포함할 수 있다. 추가적으로, 보안 리포트(150)는 하나 이상의 보안 이슈 중 일부(또는 전부)에 대한 해결 방안과 연관된 정보를 포함할 수 있다. 보안 이슈에 대한 보안 리포트(150)가 포함하는 정보의 예시는 도 6을 참조하여 상세히 후술된다.According to one embodiment, the source code management system 120 may provide a security report 150 on one or more security issues associated with a specific source code repository to the user terminal 110. Additionally or alternatively, the source code management system 120 may register the security report 150 in the source code management system 120 and transmit a registration notification message of the security report 150 to the user terminal 110. . Here, the security report 150 may include information such as priority and vulnerability type for each of one or more security issues. Additionally, security report 150 may include information related to solutions to some (or all) of one or more security issues. An example of information included in the security report 150 about security issues will be described in detail later with reference to FIG. 6 .

도 1은 보안 리포트(150)가 소스 코드 관리 시스템(120)으로부터 사용자 단말(110)로 제공되는 것으로 도시되어 있으나, 이에 한정되지 않으며, 보안 리포트(150)는 제1 시스템(130) 및/또는 제2 시스템(140)으로부터 사용자 단말(110)로 제공될 수 있다. 추가적으로 또는 대안적으로, 보안 리포트(150)는 제1 시스템(130) 및/또는 제2 시스템(140)에 등록되고, 보안 리포트(150)의 등록 알림 메시지가 사용자 단말(110)로 제공될 수 있다. 이와 같은 구성을 통해, 사용자는 소스 코드 저장소에 소스 코드의 업데이트/업로드를 수행하는 경우, 보안 검사를 통해 발견된 보안 이슈를 추적 관리함으로써, 소프트웨어 소스 코드의 보안 취약점을 누락하지 않고 조기에 조치할 수 있어 IT 보안 사고를 사전에 예방할 수 있다.Figure 1 shows that the security report 150 is provided from the source code management system 120 to the user terminal 110, but is not limited thereto, and the security report 150 is provided by the first system 130 and/or It may be provided from the second system 140 to the user terminal 110. Additionally or alternatively, the security report 150 may be registered in the first system 130 and/or the second system 140, and a registration notification message of the security report 150 may be provided to the user terminal 110. there is. Through this configuration, when users update/upload source code to the source code repository, they can track and manage security issues discovered through security checks to take early action without missing security vulnerabilities in the software source code. This allows IT security incidents to be prevented in advance.

도 2는 본 개시의 일 실시예에 따른 소프트웨어 소스 코드를 관리하기 위해, 정보 처리 시스템이 복수의 사용자 단말과 통신 가능하도록 연결된 구성을 나타내는 개요도이다. 정보 처리 시스템(230)은 소스 코드 관리 시스템을 포함할 수 있다. 일 실시예에서, 정보 처리 시스템(230)은 소스 코드 관리 서비스와 관련된 컴퓨터 실행 가능한 프로그램(예를 들어, 다운로드 가능한 애플리케이션) 및 데이터를 저장, 제공 및 실행할 수 있는 하나 이상의 서버 장치 및/또는 데이터베이스, 또는 클라우드 컴퓨팅 서비스 기반의 하나 이상의 분산 컴퓨팅 장치 및/또는 분산 데이터베이스를 포함할 수 있다. 예를 들어, 정보 처리 시스템(230)은 소스 코드 관리 서비스를 위한 별도의 시스템(예를 들어, 서버)들을 포함할 수 있다. 정보 처리 시스템(230)에 의해 제공되는 소스 코드 관리 서비스 등은, 복수의 사용자 단말(210_1, 210_2, 210_3)의 각각에 설치된 웹 애플리케이션, 웹 브라우저 등을 통해 사용자에게 제공될 수 있다.Figure 2 is a schematic diagram showing a configuration in which an information processing system is connected to communicate with a plurality of user terminals in order to manage software source code according to an embodiment of the present disclosure. Information processing system 230 may include a source code management system. In one embodiment, information processing system 230 includes one or more server devices and/or databases capable of storing, serving, and executing computer executable programs (e.g., downloadable applications) and data associated with source code management services; Alternatively, it may include one or more distributed computing devices and/or distributed databases based on cloud computing services. For example, the information processing system 230 may include separate systems (eg, servers) for source code management services. Source code management services provided by the information processing system 230 may be provided to users through web applications, web browsers, etc. installed on each of the plurality of user terminals 210_1, 210_2, and 210_3.

복수의 사용자 단말(210_1, 210_2, 210_3)은 네트워크(220)를 통해 정보 처리 시스템(230)과 통신할 수 있다. 네트워크(220)는 복수의 사용자 단말(210_1, 210_2, 210_3)과 정보 처리 시스템(230) 사이의 통신이 가능하도록 구성될 수 있다. 네트워크(220)는 설치 환경에 따라, 예를 들어, 이더넷(Ethernet), 유선 홈 네트워크(Power Line Communication), 전화선 통신 장치 및 RS-serial 통신 등의 유선 네트워크, 이동통신망, WLAN(Wireless LAN), Wi-Fi, Bluetooth 및 ZigBee 등과 같은 무선 네트워크 또는 그 조합으로 구성될 수 있다. 통신 방식은 제한되지 않으며, 네트워크(220)가 포함할 수 있는 통신망(일례로, 이동통신망, 유선 인터넷, 무선 인터넷, 방송망, 위성망 등)을 활용하는 통신 방식뿐 아니라 사용자 단말(210_1, 210_2, 210_3) 사이의 근거리 무선 통신 역시 포함될 수 있다.A plurality of user terminals 210_1, 210_2, and 210_3 may communicate with the information processing system 230 through the network 220. The network 220 may be configured to enable communication between a plurality of user terminals 210_1, 210_2, and 210_3 and the information processing system 230. Depending on the installation environment, the network 220 may be, for example, a wired network such as Ethernet, a wired home network (Power Line Communication), a telephone line communication device, and RS-serial communication, a mobile communication network, a wireless LAN (WLAN), It may consist of wireless networks such as Wi-Fi, Bluetooth, and ZigBee, or a combination thereof. The communication method is not limited, and includes communication methods that utilize communication networks that the network 220 may include (e.g., mobile communication networks, wired Internet, wireless Internet, broadcasting networks, satellite networks, etc.) as well as user terminals (210_1, 210_2, 210_3) ) may also include short-range wireless communication between

도 2에서 휴대폰 단말(210_1), 태블릿 단말(210_2) 및 PC 단말(210_3)이 사용자 단말의 예로서 도시되었으나, 이에 한정되지 않으며, 사용자 단말(210_1, 210_2, 210_3)은 유선 및/또는 무선 통신이 가능한 임의의 컴퓨팅 장치일 수 있다. 예를 들어, 사용자 단말은, 스마트폰, 휴대폰, 내비게이션, 컴퓨터, 노트북, 디지털방송용 단말, PDA(Personal Digital Assistants), PMP(Portable Multimedia Player), 태블릿 PC, 게임 콘솔(game console), 웨어러블 디바이스(wearable device), IoT(internet of things) 디바이스, VR(virtual reality) 디바이스, AR(augmented reality) 디바이스 등을 포함할 수 있다. 또한, 도 2에는 3개의 사용자 단말(210_1, 210_2, 210_3)이 네트워크(220)를 통해 정보 처리 시스템(230)과 통신하는 것으로 도시되어 있으나, 이에 한정되지 않으며, 상이한 수의 사용자 단말이 네트워크(220)를 통해 정보 처리 시스템(230)과 통신하도록 구성될 수도 있다.In Figure 2, the mobile phone terminal 210_1, tablet terminal 210_2, and PC terminal 210_3 are shown as examples of user terminals, but they are not limited thereto, and the user terminals 210_1, 210_2, and 210_3 use wired and/or wireless communication. This can be any capable computing device. For example, user terminals include smartphones, mobile phones, navigation devices, computers, laptops, digital broadcasting terminals, PDAs (Personal Digital Assistants), PMPs (Portable Multimedia Players), tablet PCs, game consoles, and wearable devices ( It may include wearable devices, IoT (internet of things) devices, VR (virtual reality) devices, AR (augmented reality) devices, etc. In addition, in Figure 2, three user terminals (210_1, 210_2, 210_3) are shown as communicating with the information processing system 230 through the network 220, but this is not limited to this, and a different number of user terminals are connected to the network ( It may be configured to communicate with the information processing system 230 through 220).

도 3은 본 개시의 일 실시예에 따른 사용자 단말(210) 및 정보 처리 시스템(230)의 내부 구성을 나타내는 블록도이다. 사용자 단말(210)은 애플리케이션, 웹 브라우저 등이 실행 가능하고 유/무선 통신이 가능한 임의의 컴퓨팅 장치를 지칭할 수 있으며, 예를 들어, 도 2의 휴대폰 단말(210_1), 태블릿 단말(210_2), PC 단말(210_3) 등을 포함할 수 있다. 도시된 바와 같이, 사용자 단말(210)은 메모리(312), 프로세서(314), 통신 모듈(316) 및 입출력 인터페이스(318)를 포함할 수 있다. 이와 유사하게, 정보 처리 시스템(230)은 메모리(332), 프로세서(334), 통신 모듈(336) 및 입출력 인터페이스(338)를 포함할 수 있다. 도 3에 도시된 바와 같이, 사용자 단말(210) 및 정보 처리 시스템(230)은 각각의 통신 모듈(316, 336)을 이용하여 네트워크(220)를 통해 정보 및/또는 데이터를 통신할 수 있도록 구성될 수 있다. 또한, 입출력 장치(320)는 입출력 인터페이스(318)를 통해 사용자 단말(210)에 정보 및/또는 데이터를 입력하거나 사용자 단말(210)로부터 생성된 정보 및/또는 데이터를 출력하도록 구성될 수 있다.Figure 3 is a block diagram showing the internal configuration of the user terminal 210 and the information processing system 230 according to an embodiment of the present disclosure. The user terminal 210 may refer to any computing device capable of executing applications, web browsers, etc. and capable of wired/wireless communication, for example, the mobile phone terminal 210_1, tablet terminal 210_2 of FIG. 2, It may include a PC terminal (210_3), etc. As shown, the user terminal 210 may include a memory 312, a processor 314, a communication module 316, and an input/output interface 318. Similarly, information processing system 230 may include memory 332, processor 334, communication module 336, and input/output interface 338. As shown in FIG. 3, the user terminal 210 and the information processing system 230 are configured to communicate information and/or data through the network 220 using respective communication modules 316 and 336. It can be. Additionally, the input/output device 320 may be configured to input information and/or data to the user terminal 210 through the input/output interface 318 or to output information and/or data generated from the user terminal 210.

메모리(312, 332)는 비-일시적인 임의의 컴퓨터 판독 가능한 기록매체를 포함할 수 있다. 일 실시예에 따르면, 메모리(312, 332)는 RAM(random access memory), ROM(read only memory), 디스크 드라이브, SSD(solid state drive), 플래시 메모리(flash memory) 등과 같은 비소멸성 대용량 저장 장치(permanent mass storage device)를 포함할 수 있다. 다른 예로서, ROM, SSD, 플래시 메모리, 디스크 드라이브 등과 같은 비소멸성 대용량 저장 장치는 메모리와는 구분되는 별도의 영구 저장 장치로서 사용자 단말(210) 또는 정보 처리 시스템(230)에 포함될 수 있다. 또한, 메모리(312, 332)에는 운영체제와 적어도 하나의 프로그램 코드가 저장될 수 있다.Memories 312 and 332 may include any non-transitory computer-readable recording medium. According to one embodiment, the memories 312 and 332 are non-perishable mass storage devices such as random access memory (RAM), read only memory (ROM), disk drive, solid state drive (SSD), and flash memory. It may include a (permanent mass storage device). As another example, non-perishable mass storage devices such as ROM, SSD, flash memory, disk drive, etc. may be included in the user terminal 210 or the information processing system 230 as a separate persistent storage device that is distinct from memory. Additionally, an operating system and at least one program code may be stored in the memories 312 and 332.

이러한 소프트웨어 구성요소들은 메모리(312, 332)와는 별도의 컴퓨터에서 판독 가능한 기록매체로부터 로딩될 수 있다. 이러한 별도의 컴퓨터에서 판독가능한 기록매체는 이러한 사용자 단말(210) 및 정보 처리 시스템(230)에 직접 연결가능한 기록 매체를 포함할 수 있는데, 예를 들어, 플로피 드라이브, 디스크, 테이프, DVD/CD-ROM 드라이브, 메모리 카드 등의 컴퓨터에서 판독 가능한 기록매체를 포함할 수 있다. 다른 예로서, 소프트웨어 구성요소들은 컴퓨터에서 판독 가능한 기록매체가 아닌 통신 모듈(316, 336)을 통해 메모리(312, 332)에 로딩될 수도 있다. 예를 들어, 적어도 하나의 프로그램은 개발자들 또는 애플리케이션의 설치 파일을 배포하는 파일 배포 시스템이 네트워크(220)를 통해 제공하는 파일들에 의해 설치되는 컴퓨터 프로그램에 기반하여 메모리(312, 332)에 로딩될 수 있다.These software components may be loaded from a computer-readable recording medium separate from the memories 312 and 332. This separate computer-readable recording medium may include a recording medium directly connectable to the user terminal 210 and the information processing system 230, for example, a floppy drive, disk, tape, DVD/CD- It may include computer-readable recording media such as ROM drives and memory cards. As another example, software components may be loaded into the memories 312 and 332 through the communication modules 316 and 336 rather than computer-readable recording media. For example, at least one program is loaded into memory 312, 332 based on a computer program installed by files provided over the network 220 by developers or a file distribution system that distributes installation files for applications. It can be.

프로세서(314, 334)는 기본적인 산술, 로직 및 입출력 연산을 수행함으로써, 컴퓨터 프로그램의 명령을 처리하도록 구성될 수 있다. 명령은 메모리(312, 332) 또는 통신 모듈(316, 336)에 의해 프로세서(314, 334)로 제공될 수 있다. 예를 들어, 프로세서(314, 334)는 메모리(312, 332)와 같은 기록 장치에 저장된 프로그램 코드에 따라 수신되는 명령을 실행하도록 구성될 수 있다.The processors 314 and 334 may be configured to process instructions of a computer program by performing basic arithmetic, logic, and input/output operations. Instructions may be provided to the processors 314 and 334 by memories 312 and 332 or communication modules 316 and 336. For example, processors 314 and 334 may be configured to execute received instructions according to program codes stored in recording devices such as memories 312 and 332.

통신 모듈(316, 336)은 네트워크(220)를 통해 사용자 단말(210)과 정보 처리 시스템(230)이 서로 통신하기 위한 구성 또는 기능을 제공할 수 있으며, 사용자 단말(210) 및/또는 정보 처리 시스템(230)이 다른 사용자 단말 또는 다른 시스템(일례로 별도의 클라우드 시스템 등)과 통신하기 위한 구성 또는 기능을 제공할 수 있다. 일례로, 사용자 단말(210)의 프로세서(314)가 메모리(312) 등과 같은 기록 장치에 저장된 프로그램 코드에 따라 생성한 요청 또는 데이터(예를 들어, 소프트웨어 소스 코드 커밋 요청, 소프트웨어 소스 코드 등)는 통신 모듈(316)의 제어에 따라 네트워크(220)를 통해 정보 처리 시스템(230)으로 전달될 수 있다. 역으로, 정보 처리 시스템(230)의 프로세서(334)의 제어에 따라 제공되는 제어 신호나 명령이 통신 모듈(336)과 네트워크(220)를 거쳐 사용자 단말(210)의 통신 모듈(316)을 통해 사용자 단말(210)에 수신될 수 있다. 예를 들어, 사용자 단말(210)은 정보 처리 시스템(230)으로부터 소프트웨어 소스 코드와 연관된 보안 이슈에 대한 보안 리포트를 수신할 수 있다. 추가적으로 또는 대안적으로, 사용자 단말(210)은 정보 처리 시스템(230)으로부터 보안 리포트의 등록 알림 메시지를 수신할 수 있다.The communication modules 316 and 336 may provide a configuration or function for the user terminal 210 and the information processing system 230 to communicate with each other through the network 220, and may provide a configuration or function for the user terminal 210 and/or information processing. The system 230 may provide a configuration or function for communicating with other user terminals or other systems (for example, a separate cloud system, etc.). For example, the request or data (e.g., software source code commit request, software source code, etc.) generated by the processor 314 of the user terminal 210 according to the program code stored in a recording device such as memory 312, etc. It may be transmitted to the information processing system 230 through the network 220 under the control of the communication module 316. Conversely, a control signal or command provided under the control of the processor 334 of the information processing system 230 is transmitted through the communication module 316 of the user terminal 210 through the communication module 336 and the network 220. It may be received by the user terminal 210. For example, the user terminal 210 may receive a security report about security issues associated with software source code from the information processing system 230. Additionally or alternatively, the user terminal 210 may receive a security report registration notification message from the information processing system 230.

입출력 인터페이스(318)는 입출력 장치(320)와의 인터페이스를 위한 수단일 수 있다. 일 예로서, 입력 장치는 오디오 센서 및/또는 이미지 센서를 포함한 카메라, 키보드, 마이크로폰, 마우스 등의 장치를, 그리고 출력 장치는 디스플레이, 스피커, 햅틱 피드백 디바이스(haptic feedback device) 등과 같은 장치를 포함할 수 있다. 다른 예로, 입출력 인터페이스(318)는 터치스크린 등과 같이 입력과 출력을 수행하기 위한 구성 또는 기능이 하나로 통합된 장치와의 인터페이스를 위한 수단일 수 있다. 도 3에서는 입출력 장치(320)가 사용자 단말(210)에 포함되지 않도록 도시되어 있으나, 이에 한정되지 않으며, 사용자 단말(210)과 하나의 장치로 구성될 수 있다. 또한, 정보 처리 시스템(230)의 입출력 인터페이스(338)는 정보 처리 시스템(230)과 연결되거나 정보 처리 시스템(230)이 포함할 수 있는 입력 또는 출력을 위한 장치(미도시)와의 인터페이스를 위한 수단일 수 있다. 도 3에서는 입출력 인터페이스(318, 338)가 프로세서(314, 334)와 별도로 구성된 요소로서 도시되었으나, 이에 한정되지 않으며, 입출력 인터페이스(318, 338)가 프로세서(314, 334)에 포함되도록 구성될 수 있다.The input/output interface 318 may be a means for interfacing with the input/output device 320. As an example, input devices may include devices such as cameras, keyboards, microphones, mice, etc., including audio sensors and/or image sensors, and output devices may include devices such as displays, speakers, haptic feedback devices, etc. You can. As another example, the input/output interface 318 may be a means for interfacing with a device that has components or functions for performing input and output, such as a touch screen, integrated into one. In FIG. 3 , the input/output device 320 is shown not to be included in the user terminal 210, but the present invention is not limited to this and may be configured as a single device with the user terminal 210. Additionally, the input/output interface 338 of the information processing system 230 may be connected to the information processing system 230 or means for interfacing with a device (not shown) for input or output that the information processing system 230 may include. It can be. In FIG. 3, the input/output interfaces 318 and 338 are shown as elements configured separately from the processors 314 and 334, but the present invention is not limited thereto, and the input/output interfaces 318 and 338 may be configured to be included in the processors 314 and 334. there is.

사용자 단말(210) 및 정보 처리 시스템(230)은 도 3의 구성요소들보다 더 많은 구성요소들을 포함할 수 있다. 그러나, 대부분의 종래기술적 구성요소들을 명확하게 도시할 필요성은 없다. 일 실시예에서, 사용자 단말(210)은 상술된 입출력 장치(320) 중 적어도 일부를 포함하도록 구현될 수 있다. 또한, 사용자 단말(210)은 트랜시버(transceiver), GPS(Global Positioning system) 모듈, 카메라, 각종 센서, 데이터베이스 등과 같은 다른 구성요소들을 더 포함할 수 있다. 예를 들어, 사용자 단말(210)이 스마트폰인 경우, 일반적으로 스마트폰이 포함하고 있는 구성요소를 포함할 수 있으며, 예를 들어, 가속도 센서, 자이로 센서, 마이크 모듈, 카메라 모듈, 각종 물리적인 버튼, 터치패널을 이용한 버튼, 입출력 포트, 진동을 위한 진동기 등의 다양한 구성요소들이 사용자 단말(210)에 더 포함되도록 구현될 수 있다.The user terminal 210 and information processing system 230 may include more components than those in FIG. 3 . However, there is no need to clearly show most prior art components. In one embodiment, the user terminal 210 may be implemented to include at least some of the input/output devices 320 described above. Additionally, the user terminal 210 may further include other components such as a transceiver, a global positioning system (GPS) module, a camera, various sensors, and a database. For example, if the user terminal 210 is a smartphone, it may include components generally included in a smartphone, such as an acceleration sensor, a gyro sensor, a microphone module, a camera module, and various physical devices. Various components such as buttons, buttons using a touch panel, input/output ports, and vibrators for vibration may be implemented to be further included in the user terminal 210.

도 4는 본 개시의 일 실시예에 따른 제2 시스템(140)의 상세 구성을 나타내는 블록도이다. 제2 시스템(140)은 제1 시스템(예, 도 1의 130)과 연동되어 보안 검사를 통해 발견된 보안 이슈를 추적 관리하도록 구성될 수 있다. 이를 위하여, 제2 시스템(140)은 이슈 트랙킹 서버(410), 통계 서버(420), DB 서버(430) 및 파일 서버(440)를 포함할 수 있다.Figure 4 is a block diagram showing the detailed configuration of the second system 140 according to an embodiment of the present disclosure. The second system 140 may be configured to track and manage security issues discovered through security inspection in conjunction with the first system (eg, 130 in FIG. 1). To this end, the second system 140 may include an issue tracking server 410, a statistics server 420, a DB server 430, and a file server 440.

일 실시예에 따르면, 이슈 트랙킹 서버(410)는 제1 시스템(예, 도 1의 130)과 연동되어 보안 검사를 통해 발견된 보안 이슈를 실시간으로 트랙킹(tracking)할 수 있다. 예를 들어, 이슈 트랙킹 서버(410)는 발견된 보안 이슈에 대한 진행 상황(status), 우선 순위(priority) 정보 또는 취약점 유형(vulnerability type) 정보를 생성할 수 있다. 이 경우, 이슈 트랙킹 서버(410)는 발견된 보안 이슈에 대한 진행 상황 정보를 새로운 이슈(new issue) 또는 재발견된 이슈(re-detected issue) 중 어느 하나로 판정할 수 있다. 또한, 이슈 트랙킹 서버(410)는 발견된 보안 이슈에 대한 우선 순위 정보를 높음(high), 중간(medium) 또는 낮음(low) 중 어느 하나로 판정할 수 있다. 여기서, 우선 순위 정보는 보안 이슈의 종류에 대응하여 미리 정의될 수 있다. 또한, 이슈 트랙킹 서버(410)는 발견된 보안 이슈에 대한 취약점 유형 정보를 코드 취약성(source code vulnerability), 민감 정보 유출(sensitive data leakage), 오픈 소스 라이브러리 취약성(open source vulnerability) 및 동적 보안 취약성 중 어느 하나로 구분하여 판정할 수 있다. 여기서 취약점 유형은 보안 이슈의 종류에 대응하여 미리 정의될 수 있으며, 상술한 유형에 한정되지 않는다. 도 4는 하나의 이슈 트랙킹 서버(410)가 도시되어 있으나, 이에 한정되지 않으며, 제2 시스템(140)은 복수의 이슈 트랙킹 서버(410)를 포함할 수 있다. 앞에서는 이슈 트랙킹 서버(410)가 진행 상황, 우선 순위 정보, 취약점 유형 정보를 생성하는 것으로 설명되었으나, 이에 한정되지 않으며, 이슈 트랙킹 서버(410)는 이러한 정보를 제1 시스템으로부터 수신할 수 있다.According to one embodiment, the issue tracking server 410 may be linked with the first system (eg, 130 in FIG. 1) to track security issues discovered through a security check in real time. For example, the issue tracking server 410 may generate progress, priority information, or vulnerability type information for discovered security issues. In this case, the issue tracking server 410 may determine progress information on the discovered security issue as either a new issue or a re-discovered issue. Additionally, the issue tracking server 410 may determine priority information for the discovered security issue as one of high, medium, or low. Here, priority information may be predefined in response to the type of security issue. In addition, the issue tracking server 410 divides the vulnerability type information for discovered security issues into code vulnerability, sensitive data leakage, open source library vulnerability, and dynamic security vulnerability. It can be judged separately. Here, the vulnerability type can be predefined in response to the type of security issue and is not limited to the above-mentioned types. Although FIG. 4 shows one issue tracking server 410, the present invention is not limited thereto, and the second system 140 may include a plurality of issue tracking servers 410. Previously, the issue tracking server 410 was described as generating progress status, priority information, and vulnerability type information, but the issue is not limited to this, and the issue tracking server 410 may receive such information from the first system.

일 실시예에 따르면, 통계 서버(420)는 보안 검사를 통해 발견된 하나 이상의 보안 이슈에 대한 통계 데이터를 처리할 수 있다. 예를 들어, 사용자 단말로부터 특정 소스 코드 저장소와 연관된 보안 이슈 통계 요청을 수신한 경우, 통계 서버(420)는 해당 소스 코드 저장소와 연관된 하나 이상의 보안 이슈에 대한 통계 데이터를 생성하여 사용자 단말로 전송할 수 있다. 다른 예에서, 사용자 단말로부터 복수의 소스 코드 저장소와 연관된 보안 이슈 통계 요청을 수신한 경우, 통계 서버(420)는 복수의 소스 코트 저장소와 연관된 하나 이상의 보안 이슈에 대한 통계 데이터를 생성하여 사용자 단말로 전송할 수 있다. 통계 데이터의 예시는 도 8을 참조하여 상세히 후술된다. 도 4는 제2 시스템(140)이 하나의 통계 서버(420)를 포함하는 것으로 도시되어 있으나, 이에 한정되지 않으며, 제2 시스템(140)은 복수의 통계 서버(420)를 포함할 수 있다.According to one embodiment, the statistics server 420 may process statistical data about one or more security issues discovered through a security check. For example, when receiving a request for statistics on security issues associated with a specific source code repository from a user terminal, the statistics server 420 may generate statistical data on one or more security issues associated with the corresponding source code repository and transmit it to the user terminal. there is. In another example, when receiving a request for statistics on security issues associated with a plurality of source code repositories from a user terminal, the statistics server 420 generates statistical data on one or more security issues associated with a plurality of source code repositories and sends it to the user terminal. Can be transmitted. Examples of statistical data are described in detail below with reference to FIG. 8. 4 illustrates that the second system 140 includes one statistics server 420, but the present invention is not limited thereto, and the second system 140 may include a plurality of statistics servers 420.

일 실시예에 따르면, DB 서버(430)는 보안 검사를 통해 발견된 하나 이상의 보안 이슈와 연관된 데이터를 저장/관리할 수 있다. 예를 들어, DB 서버(430)는 보안 이슈에 대한 우선 순위 정보, 취약점 유형 정보 등을 해당 보안 이슈와 연관하여 저장할 수 있다. 다른 예에서, DB 서버(430)는 사용자 단말로부터 수신한 보안 이슈와 연관된 액션 플랜을 저장하여 사용자 작업 항목을 생성할 수 있다. 도 4는 제2 시스템(140)이 하나의 DB 서버(430)를 포함하는 것으로 도시되어 있으나, 이에 한정되지 않는다. 예를 들어, DB 서버(430)는 마스터 서버(master server)와 슬레이브 서버(slave server)를 포함할 수 있으며, 이슈 트랙킹 서버(410)는 마스터 서버와 연동되고, 통계 서버(420)는 슬레이브 서버와 연동되도록 구성될 수 있다. 필요에 따라 DB 서버(430)는 복수의 마스터 서버와 복수의 슬레이브 서버로 구성될 수 있다.According to one embodiment, the DB server 430 may store/manage data related to one or more security issues discovered through a security check. For example, the DB server 430 may store priority information about security issues, vulnerability type information, etc. in association with the corresponding security issue. In another example, the DB server 430 may create a user work item by storing an action plan associated with a security issue received from a user terminal. Figure 4 shows that the second system 140 includes one DB server 430, but is not limited thereto. For example, the DB server 430 may include a master server and a slave server, the issue tracking server 410 is linked to the master server, and the statistics server 420 is a slave server. It can be configured to interoperate with . If necessary, the DB server 430 may be composed of multiple master servers and multiple slave servers.

일 실시예에 따르면, 파일 서버(440)는 보안 검사를 통해 발견된 하나 이상의 보안 이슈와 연관된 파일을 저장/관리할 수 있다. 예를 들어, 보안 검사를 통해 발견된 하나 이상의 보안 이슈에 첨부된 파일이 있는 경우, 파일 서버(440)는 해당 파일을 저장할 수 있다.According to one embodiment, the file server 440 may store/manage files associated with one or more security issues discovered through a security check. For example, if there is a file attached to one or more security issues discovered through a security check, the file server 440 may store the file.

도 4에서는 하나의 제2 시스템(140)이 도시되어 있으나, 이에 한정되지 않으며, 복수 개의 제2 시스템(140)이 사용될 수 있다. 이 경우, 유입되는 트래픽을 복수의 제2 시스템(140)에 분배하기 위하여 로브 밸런서(load balancer)가 추가로 사용될 수 있다.In FIG. 4 , one second system 140 is shown, but the present invention is not limited thereto, and a plurality of second systems 140 may be used. In this case, a lobe balancer (load balancer) may be additionally used to distribute incoming traffic to the plurality of second systems 140.

도 4에서 도시한 제2 시스템(140)의 내부 구성은 예시일 뿐이며, 일부 실시예에서는 도시한 내부 구성 외 다른 구성을 추가로 포함하거나, 일부 구성이 생략될 수 있으며, 일부 과정이 다른 구성 또는 외부 시스템에 의해 수행될 수 있다. 또한, 도 4에서 제2 시스템(140)의 내부 구성들을 기능별로 구분하여 설명하였으나, 이것은 구성들이 반드시 물리적으로 구분되는 것을 의미하지 않는다.The internal configuration of the second system 140 shown in FIG. 4 is only an example, and in some embodiments, other configurations other than the internal configuration shown may be additionally included, some configurations may be omitted, and some processes may be performed in different configurations or configurations. Can be performed by an external system. In addition, although the internal components of the second system 140 are described in FIG. 4 by dividing them by function, this does not necessarily mean that the components are physically divided.

도 5는 본 개시의 일 실시예에 따른 사용자와 관련된 복수의 프로젝트에 대한 이슈 및 사용자 작업 항목 리스트(520)를 확인하기 위한 사용자 인터페이스(500)의 예시를 나타낸다. 일 실시예에 따르면, 사용자 인터페이스(500)는 사용자 단말의 디스플레이 상에 표시될 수 있다. 도시된 바와 같이, 사용자 인터페이스(500)는 사용자와 관련된 복수의 프로젝트(또는 복수의 소스 코드 저장소)에 대한 보안 이슈(security issue) 또는 보안 이슈와 연관된 사용자 작업 항목(To-do)을 확인하기 위한 이슈 탭(510)을 포함할 수 있다. 여기서, 프로젝트는 소스 코드 저장소와 1:1로 매칭될 수 있다. 또한, 보안 이슈는 제1 시스템(예, 도 1의 130)에 의해 보안 검사를 통해 발견된 보안 이슈를 지칭할 수 있으며, 사용자 작업 항목은 발견된 보안 이슈와 연관되어 사용자로부터 수신한 액션 플랜을 기초로 생성된 정보를 지칭할 수 있다.FIG. 5 shows an example of a user interface 500 for checking a list of issues and user work items 520 for a plurality of projects related to a user according to an embodiment of the present disclosure. According to one embodiment, the user interface 500 may be displayed on the display of the user terminal. As shown, the user interface 500 is used to check security issues or user work items (To-do) associated with security issues for a plurality of projects (or a plurality of source code repositories) related to the user. It may include an issue tab 510. Here, projects can be matched 1:1 with source code repositories. In addition, the security issue may refer to a security issue discovered through a security check by the first system (e.g., 130 in FIG. 1), and the user action item is associated with the discovered security issue and represents an action plan received from the user. It can refer to information created based on

일 실시예에 따르면, 사용자가 사용자 인터페이스(500)에 포함된 보안 이슈 탭(510)을 선택하는 경우, 사용자 단말은 사용자와 관련된 복수의 프로젝트에 대한 이슈 및 사용자 작업 항목 리스트(520)를 표시할 수 있다. 여기서, 이슈 및 사용자 작업 항목 리스트(520)는 하나 이상의 보안 이슈를 포함하는 보안 이슈 리스트 및/또는 하나 이상의 사용자 작업 항목을 포함하는 사용자 작업 항목 리스트를 포함할 수 있다.According to one embodiment, when the user selects the security issue tab 510 included in the user interface 500, the user terminal displays a list of issues and user work items 520 for a plurality of projects related to the user. You can. Here, the issue and user work item list 520 may include a security issue list including one or more security issues and/or a user work item list including one or more user work items.

이슈 및 사용자 작업 항목 리스트(520)는 보안 이슈 및/또는 사용자 작업 항목에 대한 정보를 포함할 수 있다. 예를 들어, 도시된 바와 같이, 이슈 및 사용자 작업 항목 리스트(520)는 등록 번호, 프로젝트(project) 정보, 종류(예, 보안 이슈 또는 사용자 작업 항목), 진행 상황(status), 우선 순위(priority), 제목(subject), 업데이트 날짜(updated), 관련 태스크(parent task) 및 취약점 유형(vulnerability type)에 대한 정보를 포함할 수 있다. 여기서, 진행 상황은 보안 이슈 또는 사용자 작업 항목에 따라 구분되어 표시될 수 있다. 예를 들어, 보안 이슈의 경우, 진행 상황은 새로운 이슈(new issue), 재발견된 이슈(re-detected issue), 해결된 이슈(resolved issue) 또는 무시된 이슈(ignored issue) 중 하나의 정보를 포함할 수 있다. 또한, 사용자 작업 항목의 경우, 진행 상황은 준비 상태(ready) 또는 완료 상태(completed) 중 하나의 정보를 포함할 수 있다. 또한, 관련 태스크는 사용자 작업 항목과 연관된 보안 이슈에 대한 정보를 나타낼 수 있다. 예를 들어, 도시된 바와 같이, '#50번'으로 등록된 사용자 작업 항목(To-do)은 '#49번'으로 등록된 보안 이슈와 연관된 사용자의 액션 플랜에 기초하여 생성된 사용자 작업 항목이므로, 관련 태스크에 'security issue #49'와 같은 정보를 포함할 수 있다.Issue and user work item list 520 may include information about security issues and/or user work items. For example, as shown, the issue and user work item list 520 includes registration number, project information, type (e.g., security issue or user work item), progress, and priority. ), title (subject), update date (updated), related task (parent task), and information on vulnerability type (vulnerability type) may be included. Here, progress can be displayed separately according to security issues or user action items. For example, for security issues, progress includes information about new issue, re-detected issue, resolved issue, or ignored issue. can do. Additionally, in the case of a user work item, the progress status may include information of either a ready status or a completed status. Additionally, related tasks may indicate information about security issues associated with user work items. For example, as shown, the user action item (To-do) registered as '#50' is a user action item created based on the user's action plan related to the security issue registered as '#49'. Therefore, information such as 'security issue #49' can be included in related tasks.

도 5에는 보안 이슈 리스트와 사용자 작업 항목 리스트가 함께 표시된 것으로 도시되어 있으나, 이에 한정되지 않으며, 리스트를 필터링하는 사용자 입력 등을 통해, 보안 이슈 리스트 또는 사용자 작업 항목 리스트가 단독으로 표시될 수 있다. 또한, 도 5에는 이슈 및 사용자 작업 항목 리스트(520)에 사용자와 연관된 모든 프로젝트의 보안 이슈 및 사용자 작업 항목이 표시되는 것으로 도시되어 있으나, 이에 한정되지 않으며, 사용자가 선택한 단일 또는 복수의 프로젝트와 연관된 보안 이슈 및/또는 사용자 작업 항목이 표시될 수 있다.In Figure 5, the security issue list and the user work item list are shown together, but the present invention is not limited to this, and the security issue list or the user work item list may be displayed separately through user input that filters the list. In addition, Figure 5 shows that security issues and user work items of all projects associated with the user are displayed in the issue and user work item list 520, but the scope is not limited to this, and the issue and user work item list 520 displays security issues and user work items associated with a single or multiple projects selected by the user. Security issues and/or user action items may be flagged.

도 6은 본 개시의 일 실시예에 따른 보안 검사를 통해 발견된 하나의 보안 이슈에 대한 보안 리포트(600)의 예시를 나타낸다. 일 실시예에 따르면, 보안 리포트(600)는 사용자 단말의 디스플레이 상에 표시될 수 있다. 도시된 바와 같이, 보안 리포트(600)는 보안 이슈의 제목(610)(예, 'SQL Injection'), 보안 이슈와 연관된 정보(620), 보안 이슈에 대한 해결 방안과 연관된 정보(630), 해당 보안 이슈와 연관된 작업 정보(640) 및 해당 보안 이슈와 연관된 보안 이슈 정보(650)를 포함할 수 있다.Figure 6 shows an example of a security report 600 for one security issue discovered through a security check according to an embodiment of the present disclosure. According to one embodiment, the security report 600 may be displayed on the display of the user terminal. As shown, the security report 600 includes a title 610 of the security issue (e.g., 'SQL Injection'), information 620 related to the security issue, information 630 related to a solution to the security issue, and It may include task information 640 related to the security issue and security issue information 650 related to the security issue.

보안 이슈와 연관된 정보(620)는 보안 이슈의 진행 상황(status), 우선 순위(priority), 담당자(assignee), 발견된 일자(detected datetime), 재발견된 일자(redetected datetime), 취약점 유형(vulnerability type)을 포함할 수 있다. 여기서, 진행 상황은 새로운 이슈(new issue), 재발견된 이슈(re-detected issue), 해결된 이슈(resolved issue) 또는 무시된 이슈(ignored issue) 중 하나일 수 있다. 또한, 우선 순위는 높음(high), 중간(medium) 또는 낮음(low) 중 하나일 수 있다. 또한, 취약점 유형은 코드 취약성(source code vulnerability), 민감 정보 유출(sensitive data leakage), 오픈 소스 라이브러리 취약성(open source vulnerability), 동적 보안 취약성 중 하나일 수 있다.Information 620 related to the security issue includes the progress of the security issue (status), priority (priority), assignee (assignee), discovered date (detected datetime), rediscovered date (redetected datetime), and vulnerability type (vulnerability type). ) may include. Here, the progress may be one of a new issue, a re-discovered issue, a resolved issue, or an ignored issue. Additionally, the priority may be one of high, medium, or low. Additionally, the vulnerability type may be one of source code vulnerability, sensitive data leakage, open source library vulnerability, and dynamic security vulnerability.

보안 이슈에 대한 해결 방안과 연관된 정보(630)는 해당 보안 이슈와 연관된 취약점에 대한 설명(예, 'DB 데이터 유출, 변조 가능'), 해당 보안 이슈와 연관된 소스 코드에 대한 정보 및 해당 보안 이슈에 대한 대응 방안에 대한 정보를 포함할 수 있다. 이 경우, 해당 보안 이슈에 대한 대응 방안에 대한 정보는 보안 이슈의 종류와 연관되어 미리 정의되거나, 기 해결된 보안 이슈에 등록된 대응 방안을 기초로 연계되어 제공될 수 있다.Information 630 related to the solution to the security issue includes a description of the vulnerability related to the security issue (e.g., 'DB data leakage, tampering possible'), information about the source code related to the security issue, and information on the security issue. It may include information on response measures. In this case, information on response measures to the security issue may be predefined in relation to the type of security issue, or may be provided in conjunction with the response plan registered to the previously resolved security issue.

해당 보안 이슈와 연관된 작업 정보(640)는 해당 보안 이슈와 연관되어 사용자로부터 입력된 액션 플랜에 기초하여 생성된 사용자 작업 항목을 포함할 수 있다. 예를 들어, 사용자는 해당 보안 이슈에 대한 해결 방안과 연관된 정보(630)등을 참조하여 액션 플랜(또는 조치 계획)을 수립할 수 있고, 이를 시스템에 등록할 수 있으며, 보안 리포트(600)를 통해 해당 보안 이슈와 연관된 사용자 작업 정보를 확인할 수 있다. 또한, 해당 보안 이슈와 연관된 보안 이슈 정보(650)는 소스 코드 저장소(또는 프로젝트)에 포함된 복수의 보안 이슈 중 해당 보안 이슈와 연관된 다른 보안 이슈 정보를 포함할 수 있다.Task information 640 associated with the corresponding security issue may include user action items created based on an action plan input by the user related to the corresponding security issue. For example, the user can establish an action plan (or action plan) by referring to information 630 related to the solution to the security issue, register it in the system, and create a security report 600. You can check user task information related to the security issue. Additionally, the security issue information 650 associated with the corresponding security issue may include other security issue information associated with the corresponding security issue among a plurality of security issues included in the source code repository (or project).

일 실시예에 따르면, 사용자는 편집(edit)을 위한 그래픽 객체(660)를 선택함으로써, 보안 이슈와 연관된 정보(620) 중 어느 하나의 정보를 편집할 수 있다. 예를 들어, 사용자는 해당 보안 이슈를 해결한 경우, 편집(edit)을 위한 그래픽 객체(660)를 클릭하여, 보안 이슈와 연관된 정보에 포함된 보안 이슈의 진행 상황을 '새로운 이슈'에서 '해결된 이슈'로 변경할 수 있다.According to one embodiment, a user can edit any one of the information 620 related to a security issue by selecting a graphic object 660 for editing. For example, if the user has solved the security issue, he or she clicks the graphic object 660 for editing to check the progress of the security issue included in the information related to the security issue from 'New Issue' to 'Resolved'. It can be changed to ‘issue’.

도 7은 본 개시의 일 실시예에 따른 보안 검사를 통해 발견된 하나의 보안 이슈에 대한 사용자 작업 항목(700)의 예시를 나타낸다. 일 실시예에 따르면, 사용자 작업 항목(700)은 사용자 단말의 디스플레이 상에 표시될 수 있다. 도시된 바와 같이, 사용자 작업 항목(700)은 관련 태스크(710)(예, 'security issue #49'), 해당 보안 이슈에 대한 액션 플랜에 대한 정보(720)를 포함할 수 있다.Figure 7 shows an example of a user action item 700 for one security issue discovered through a security check according to an embodiment of the present disclosure. According to one embodiment, user work item 700 may be displayed on the display of the user terminal. As shown, the user work item 700 may include a related task 710 (eg, 'security issue #49') and information 720 about an action plan for the security issue.

해당 보안 이슈에 대한 액션 플랜에 대한 정보(720)는 보안 이슈의 진행 상황(status), 우선 순위(priority), 담당자(assignee), 작업 시작 날짜(start date), 작업 마감 날짜(due date), 진척율(% done) 및 예상 작업 시간(estimated time), 보안 이슈에 대한 해결 방안과 연관된 정보를 포함할 수 있다. 여기서, 진행 상황은 새로운 이슈(new issue), 재발견된 이슈(re-detected issue), 해결된 이슈(resolved issue) 또는 무시된 이슈(ignored issue) 중 하나의 정보를 포함할 수 있다. 또한, 우선 순위는 높음(high), 중간(medium) 또는 낮음(low) 중 하나의 정보를 포함할 수 있다. 일 실시예에서, 보안 이슈에 대한 해결 방안과 연관된 정보는 사용자가 입력한 정보 또는 해당 보안 이슈와 연관되어 미리 정의된 해결 방안 정보를 포함할 수 있다.Information 720 about the action plan for the security issue includes the security issue's progress (status), priority (priority), assignee, work start date (start date), work deadline date (due date), It may include information related to progress (% done), estimated work time (estimated time), and solutions to security issues. Here, the progress may include information about a new issue, a re-discovered issue, a resolved issue, or an ignored issue. Additionally, the priority may include information of high, medium, or low. In one embodiment, information related to a solution to a security issue may include information entered by a user or information on a predefined solution related to the security issue.

도 8은 본 개시의 일 실시예에 따른 보안 이슈에 대한 통계 데이터 (800)의 예시를 나타낸다. 일 실시예에 따르면, 보안 이슈에 대한 통계 데이터(800)는 사용자 단말의 디스플레이 상에 표시될 수 있다. 도시된 바와 같이, 보안 이슈에 대한 통계 데이터(800)는 통계 범위에 대한 정보(810), 진행 상황에 대한 통계 데이터(820), 우선 순위에 대한 통계 데이터(830), 취약점 유형에 대한 통계 데이터(840) 및 진행 상황에 대한 시계열 통계 데이터(850)를 포함할 수 있다.Figure 8 shows an example of statistical data 800 on security issues according to an embodiment of the present disclosure. According to one embodiment, statistical data 800 about security issues may be displayed on the display of the user terminal. As shown, statistical data 800 about security issues includes information 810 about statistical scope, statistical data 820 about progress, statistical data 830 about priority, and statistical data about vulnerability types. It may include (840) and time series statistical data (850) about progress.

여기서, 통계 범위에 대한 정보(810)는 사용자와 연관된 프로젝트(또는 소스 코드 저장소)의 수(예, '# of Total Projects': 6) 및 프로젝트와 연관된 보안 이슈의 수(예, '# of Total Issues': 29)를 포함할 수 있다. 또한, 진행 상황에 대한 통계 데이터(820), 우선 순위에 대한 통계 데이터(830), 취약점 유형에 대한 통계 데이터(840) 및 진행 상황에 대한 시계열 통계 데이터(850)는 통계 범위에 대한 정보(810)에 포함된 하나 이상의 프로젝트와 연관된 총 보안 이슈를 기초로 생성된 통계 데이터를 나타낼 수 있다.Here, information 810 about the statistical range includes the number of projects (or source code repositories) associated with the user (e.g., '# of Total Projects': 6) and the number of security issues associated with the projects (e.g., '# of Total Issues': 29) may be included. In addition, statistical data on progress (820), statistical data on priorities (830), statistical data on vulnerability types (840), and time series statistical data on progress (850) provide information on statistical scope (810). ) can display statistical data generated based on the total security issues associated with one or more projects included in the project.

진행 상황에 대한 통계 데이터(820)는 프로젝트에 포함된 보안 이슈들의 진행 상황에 기초한 통계 정보를 포함할 수 있다. 예를 들어, 진행 상황에 대한 통계 데이터(820)는 프로젝트에 포함된 보안 이슈들의 새로운 이슈(new issue), 재발견된 이슈(re-detected issue), 해결된 이슈(resolved issue) 또는 무시된 이슈(ignored issue)의 비율 정보를 포함할 수 있다. 또한, 우선 순위에 대한 통계 데이터(830)는 프로젝트에 포함된 보안 이슈들의 우선 순위에 기초한 통계 정보를 포함할 수 있다. 예를 들어, 우선 순위에 대한 통계 데이터(830)는 프로젝트에 포함된 보안 이슈들의 우선 순위의 높음(high), 중간(medium) 또는 낮음(low)의 비율 정보를 포함할 수 있다. 또한, 취약점 유형에 대한 통계 데이터(840)는 프로젝트에 포함된 보안 이슈들의 취약점 유형에 기초한 통계 정보를 포함할 수 있다. 예를 들어, 취약점 유형에 대한 통계 데이터(840)는 보안 이슈들의 코드 취약성(source code vulnerability), 민감 정보 유출(sensitive data leakage) 또는 오픈 소스 라이브러리 취약성(open source vulnerability)의 비율 정보를 포함할 수 있다. 또한 진행 상황에 대한 시계열 통계 데이터(850)는 일정 기간 동안(예, '2020-04-17' ~ '2020-07-30') 프로젝트들에서 검출된 보안 이슈의 진행 상황에 기초한 시계열 통계 데이터를 포함할 수 있다.Statistical data 820 about progress may include statistical information based on the progress of security issues included in the project. For example, the statistical data 820 about the progress may include new issues, re-detected issues, resolved issues, or ignored issues ( It may include rate information of ignored issues. Additionally, statistical data 830 about priorities may include statistical information based on the priorities of security issues included in the project. For example, the statistical data 830 about priority may include information on the ratio of high, medium, or low priority of security issues included in the project. Additionally, statistical data 840 about vulnerability types may include statistical information based on the vulnerability types of security issues included in the project. For example, statistical data 840 for vulnerability types may include information on the percentage of security issues such as source code vulnerability, sensitive data leakage, or open source library vulnerability. there is. In addition, time series statistical data 850 on progress is time series statistical data based on the progress of security issues detected in projects over a certain period of time (e.g., '2020-04-17' ~ '2020-07-30'). It can be included.

도 8에서는 사용자와 연관된 복수의 프로젝트(또는 소스 코드 저장소)와 연관된 보안 이슈의 통계 데이터를 사용자에게 제공하는 예시가 도시되었으나, 이에 한정되지 않으며, 사용자가 하나의 프로젝트에 대한 보안 이슈의 통계 데이터를 요청하는 경우, 하나의 프로젝트에 대한 보안 이슈의 통계 데이터가 제공될 수 있다.In Figure 8, an example of providing the user with statistical data on security issues associated with multiple projects (or source code repositories) associated with the user is shown, but the scope is not limited to this, and the user may provide statistical data on security issues for one project. Upon request, statistical data on security issues for a single project can be provided.

도 9는 본 개시의 일 실시예에 따른 소스 코드 관리 방법(900)을 나타내는 흐름도이다. 방법(900)은 소스 코드 관리 시스템(또는 정보 처리 시스템)의 적어도 하나의 프로세서에 의해 수행될 수 있다. 일 실시예에 따르면, 방법(900)은 프로세서가 사용자 단말로부터 소스 코드 저장소(repository)(예를 들어, 제1 소스 코드 저장소)와 연관된 소프트웨어 소스 코드를 수신함으로써 개시될 수 있다(S910).Figure 9 is a flowchart showing a source code management method 900 according to an embodiment of the present disclosure. Method 900 may be performed by at least one processor of a source code management system (or information processing system). According to one embodiment, the method 900 may be initiated by the processor receiving software source code associated with a source code repository (eg, a first source code repository) from a user terminal (S910).

그 후, 프로세서는 수신된 소프트웨어 소스 코드에 대한 보안 검사를 수행할 수 있다(S920). 여기서 소프트웨어 소스 코드에 대한 보안 검사는 소프트웨어 소스 코드에 대한 정적 보안 검사 및 동적 보안 검사를 포함할 수 있다. 여기서, 정적 보안 검사는 소프트웨어 소스 코드의 컴파일(compile) 전에 수행될 수 있으며, 동적 보안 검사는 소프트웨어 소스 코드의 컴파일 후에 수행될 수 있다. 예를 들어, 프로세서는 소프트웨어 소스 코드에 대한 정적 분석을 통해 코드 취약성을 검사할 수 있다. 추가적으로 또는 대안적으로, 프로세서는 소프트웨어 소스 코드에 의한 민감 정보 유출을 감지할 수 있다. 추가적으로 또는 대안적으로, 프로세서는 소프트웨어 소스 코드와 연관된 오픈소스 라이브러리 중 알려진 보안 취약성이 있는 오픈소스 라이브러리를 검출할 수 있다.Afterwards, the processor may perform a security check on the received software source code (S920). Here, the security check for the software source code may include a static security check and a dynamic security check for the software source code. Here, the static security check may be performed before compilation of the software source code, and the dynamic security check may be performed after compilation of the software source code. For example, processors can check for code vulnerabilities through static analysis of software source code. Additionally or alternatively, the processor may detect leakage of sensitive information by software source code. Additionally or alternatively, the processor may detect open source libraries associated with the software source code that have known security vulnerabilities.

일 실시예에서, 프로세서는 소프트웨어 소스 코드에 대한 동적 보안 검사를 수행할 수 있다. 예를 들어, 프로세서는 테스트 서버를 이용하여, 소프트웨어 소스 코드의 동작 상태에서 모의 보안 검사를 수행할 수 있다. 여기서, 테스트 서버는 웹 서버 또는 애플리케이션 서버를 포함할 수 있으나, 이에 한정되지 않는다.In one embodiment, the processor may perform dynamic security checks on software source code. For example, the processor may use a test server to perform a simulated security check in the operating state of the software source code. Here, the test server may include, but is not limited to, a web server or an application server.

그 후, 프로세서는 보안 검사를 통해 발견된 보안 이슈 세트(예를 들어, 제1 세트의 보안 이슈)를 소스 코드 저장소(예를 들어, 제1 소스 코드 저장소)와 연관하여 저장할 수 있다(S930). 또한, 프로세서는 소스 코드 저장소(예를 들어, 제1 소스 코드 저장소)와 연관된 보안 이슈 세트(제1 세트의 보안 이슈)에 대한 보안 리포트를 사용자 단말로 전송할 수 있다(S940). 추가적으로 또는 대안적으로 프로세서는 보안 리포트를 소스 코드 관리 시스템에 등록하고, 보안 리포트의 등록 알림 메시지를 사용자 단말로 전송할 수 있다. 일 실시예에서, 보안 리포트는 제1 세트의 보안 이슈 각각에 대한 우선 순위(priority) 정보 또는 취약점 유형(vulnerability type) 정보를 포함할 수 있다. 다른 실시예에서, 보안 리포트는 제1 세트의 보안 이슈 중 제1 보안 이슈에 대한 해결 방안과 연관된 정보를 포함할 수 있다.Thereafter, the processor may store the set of security issues (e.g., the first set of security issues) discovered through the security check in association with the source code repository (e.g., the first source code repository) (S930). . Additionally, the processor may transmit a security report on a set of security issues (a first set of security issues) associated with a source code repository (eg, a first source code repository) to the user terminal (S940). Additionally or alternatively, the processor may register the security report in the source code management system and transmit a registration notification message of the security report to the user terminal. In one embodiment, the security report may include priority information or vulnerability type information for each security issue in the first set. In another embodiment, the security report may include information associated with a solution to a first security issue in the first set of security issues.

일 실시예에 따르면, 프로세서는 사용자 단말로부터 제1 세트의 보안 이슈 중 제2 보안 이슈와 연관된 액션 플랜을 수신할 수 있다. 그 후, 프로세서는 수신된 액션 플랜을 제2 보안 이슈와 연관하여 저장함으로써 사용자 작업 항목을 생성할 수 있다. 여기서, 액션 플랜은 작업 시작 날짜 및 작업 마감 날짜를 포함할 수 있고, 사용자의 작업에 따른 진척율 정보를 더 포함할 수 있다. 일 실시예에서, 프로세서는 사용자 단말로부터 제2 보안 이슈에 대한 처리 완료 요청을 수신할 수 있다. 이 경우, 프로세서는 제2 보안 이슈의 진행 상황을 해결된 보안 이슈로 변경할 수 있다.According to one embodiment, the processor may receive an action plan associated with a second security issue among the first set of security issues from the user terminal. The processor may then create a user action item by storing the received action plan in association with the second security issue. Here, the action plan may include a task start date and a task deadline date, and may further include progress rate information according to the user's task. In one embodiment, the processor may receive a request to complete processing of the second security issue from the user terminal. In this case, the processor may change the progress status of the second security issue to a resolved security issue.

일 실시예에 따르면, 프로세서는 사용자 단말로부터 제1 소스 코드 저장소와 연관된 보안 이슈 통계 요청을 수신할 수 있다. 이 경우, 프로세서는 제1 소스 코드 저장소와 연관된 제1 세트의 보안 이슈에 대한 통계 데이터를 사용자 단말로 전송할 수 있다. 다른 실시예에서, 프로세서는 사용자 단말로부터 제1 소스 코드 저장소 및 제2 소스 코드 저장소와 연관된 보안 이슈 통계 요청을 수신할 수 있다. 이 경우, 프로세서는 제1 소스 코드 저장소와 연관된 제1 세트의 보안 이슈 및 제2 소스 코드 저장소와 연관된 제2 세트의 보안 이슈에 대한 통계 데이터를 사용자 단말로 전송할 수 있다. 여기서, 통계 데이터는 진행 상황, 우선 순위 또는 취약점 유형 중 적어도 하나 기초한 통계를 포함할 수 있다.According to one embodiment, the processor may receive a security issue statistics request associated with the first source code repository from the user terminal. In this case, the processor may transmit statistical data about a first set of security issues associated with the first source code repository to the user terminal. In another embodiment, the processor may receive a request for security issue statistics associated with the first source code repository and the second source code repository from the user terminal. In this case, the processor may transmit statistical data about a first set of security issues associated with the first source code repository and a second set of security issues associated with the second source code repository to the user terminal. Here, the statistical data may include statistics based on at least one of progress, priority, or vulnerability type.

일 실시예에 따르면, 프로세서는 사용자 단말로부터 제1 소스 코드 저장소 및 제2 소스 코드 저장소와 연관된 보안 이슈 리스트 요청을 수신할 수 있다. 이 경우, 프로세서는 제1 소스 코드 저장소와 연관된 제1 세트의 보안 이슈 및 제2 소스 코드 저장소와 연관된 제2 세트의 보안 이슈를 포함하는 보안 이슈 리스트를 사용자 단말로 전송할 수 있다. 추가적으로 또는 대안적으로, 프로세서는 사용자 단말로부터 제1 소스 코드 저장소 및 제2 소스 코드 저장소와 연관된 사용자 작업 항목 리스트 요청을 수신할 수 있다. 이 경우, 프로세서는 제1 세트의 보안 이슈와 연관된 제1 세트의 사용자 작업 항목 및 제2 세트의 보안 이슈와 연관된 제2 세트의 사용자 작업 항목을 포함하는 사용자 작업 항목 리스트를 사용자 단말로 전송할 수 있다. 여기서, 제2 세트의 보안 이슈는 제2 소스 코드 저장소와 연관된 보안 이슈일 수 있다.According to one embodiment, the processor may receive a request for a list of security issues associated with the first source code repository and the second source code repository from the user terminal. In this case, the processor may transmit a security issue list including a first set of security issues associated with the first source code repository and a second set of security issues associated with the second source code repository to the user terminal. Additionally or alternatively, the processor may receive a user work item list request associated with the first source code repository and the second source code repository from the user terminal. In this case, the processor may transmit a user work item list to the user terminal, including a first set of user work items associated with a first set of security issues and a second set of user work items associated with a second set of security issues. . Here, the second set of security issues may be security issues associated with the second source code repository.

도 9에서 도시한 흐름도 및 상술한 설명은 일 예시일 뿐이며, 일부 실시예에서는 다르게 구현될 수 있다. 예를 들어, 일부 실시예에서는 각 단계의 순서가 바뀌거나, 일부 단계가 반복 수행되거나, 일부 단계가 생략되거나, 일부 단계가 추가될 수 있다.The flowchart shown in FIG. 9 and the above description are only examples and may be implemented differently in some embodiments. For example, in some embodiments, the order of each step may be changed, some steps may be performed repeatedly, some steps may be omitted, or some steps may be added.

상술한 방법은 컴퓨터에서 실행하기 위해 컴퓨터 판독 가능한 기록 매체에 저장된 컴퓨터 프로그램으로 제공될 수 있다. 매체는 컴퓨터로 실행 가능한 프로그램을 계속 저장하거나, 실행 또는 다운로드를 위해 임시 저장하는 것일수도 있다. 또한, 매체는 단일 또는 수개 하드웨어가 결합된 형태의 다양한 기록 수단 또는 저장수단일 수 있는데, 어떤 컴퓨터 시스템에 직접 접속되는 매체에 한정되지 않고, 네트워크 상에 분산 존재하는 것일 수도 있다. 매체의 예시로는, 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체, CD-ROM 및 DVD 와 같은 광기록 매체, 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto optical medium), 및 ROM, RAM, 플래시 메모리 등을 포함하여 프로그램 명령어가 저장되도록 구성된 것이 있을 수 있다. 또한, 다른 매체의 예시로, 애플리케이션을 유통하는 앱 스토어나 기타 다양한 소프트웨어를 공급 내지 유통하는 사이트, 서버 등에서 관리하는 기록매체 내지 저장매체도 들 수 있다.The above-described method may be provided as a computer program stored in a computer-readable recording medium for execution on a computer. Media may be used to continuously store executable programs on a computer, or may be temporarily stored for execution or download. Additionally, the medium may be a variety of recording or storage means in the form of a single or several pieces of hardware combined. It is not limited to a medium directly connected to a computer system and may be distributed over a network. Examples of media include magnetic media such as hard disks, floppy disks, and magnetic tapes, optical recording media such as CD-ROMs and DVDs, magneto-optical media such as floptical disks, and There may be something configured to store program instructions, including ROM, RAM, flash memory, etc. Additionally, examples of other media include recording or storage media managed by app stores that distribute applications, sites or servers that supply or distribute various other software, etc.

본 개시의 방법, 동작 또는 기법들은 다양한 수단에 의해 구현될 수도 있다. 예를 들어, 이러한 기법들은 하드웨어, 펌웨어, 소프트웨어, 또는 이들의 조합으로 구현될 수도 있다. 본원의 개시와 연계하여 설명된 다양한 예시적인 논리적 블록들, 모듈들, 회로들, 및 알고리즘 단계들은 전자 하드웨어, 컴퓨터 소프트웨어, 또는 양자의 조합들로 구현될 수도 있음을 통상의 기술자들은 이해할 것이다. 하드웨어 및 소프트웨어의 이러한 상호 대체를 명확하게 설명하기 위해, 다양한 예시적인 구성요소들, 블록들, 모듈들, 회로들, 및 단계들이 그들의 기능적 관점에서 일반적으로 위에서 설명되었다. 그러한 기능이 하드웨어로서 구현되는지 또는 소프트웨어로서 구현되는 지의 여부는, 특정 애플리케이션 및 전체 시스템에 부과되는 설계 요구사항들에 따라 달라진다. 통상의 기술자들은 각각의 특정 애플리케이션을 위해 다양한 방식들로 설명된 기능을 구현할 수도 있으나, 그러한 구현들은 본 개시의 범위로부터 벗어나게 하는 것으로 해석되어서는 안된다.The methods, operations, or techniques of this disclosure may be implemented by various means. For example, these techniques may be implemented in hardware, firmware, software, or a combination thereof. Those skilled in the art will understand that the various illustrative logical blocks, modules, circuits, and algorithm steps described in connection with the disclosure herein may be implemented in electronic hardware, computer software, or combinations of both. To clearly illustrate this interchange of hardware and software, various illustrative components, blocks, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as hardware or software depends on the specific application and design requirements imposed on the overall system. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementations should not be interpreted as causing a departure from the scope of the present disclosure.

하드웨어 구현에서, 기법들을 수행하는 데 이용되는 프로세싱 유닛들은, 하나 이상의 ASIC들, DSP들, 디지털 신호 프로세싱 디바이스들(digital signal processing devices; DSPD들), 프로그램가능 논리 디바이스들(programmable logic devices; PLD들), 필드 프로그램가능 게이트 어레이들(field programmable gate arrays; FPGA들), 프로세서들, 제어기들, 마이크로제어기들, 마이크로프로세서들, 전자 디바이스들, 본 개시에 설명된 기능들을 수행하도록 설계된 다른 전자 유닛들, 컴퓨터, 또는 이들의 조합 내에서 구현될 수도 있다.In a hardware implementation, the processing units used to perform the techniques may include one or more ASICs, DSPs, digital signal processing devices (DSPDs), programmable logic devices (PLDs). ), field programmable gate arrays (FPGAs), processors, controllers, microcontrollers, microprocessors, electronic devices, and other electronic units designed to perform the functions described in this disclosure. , a computer, or a combination thereof.

따라서, 본 개시와 연계하여 설명된 다양한 예시적인 논리 블록들, 모듈들, 및 회로들은 범용 프로세서, DSP, ASIC, FPGA나 다른 프로그램 가능 논리 디바이스, 이산 게이트나 트랜지스터 로직, 이산 하드웨어 컴포넌트들, 또는 본원에 설명된 기능들을 수행하도록 설계된 것들의 임의의 조합으로 구현되거나 수행될 수도 있다. 범용 프로세서는 마이크로프로세서일 수도 있지만, 대안으로, 프로세서는 임의의 종래의 프로세서, 제어기, 마이크로제어기, 또는 상태 머신일 수도 있다. 프로세서는 또한, 컴퓨팅 디바이스들의 조합, 예를 들면, DSP와 마이크로프로세서, 복수의 마이크로프로세서들, DSP 코어와 연계한 하나 이상의 마이크로프로세서들, 또는 임의의 다른 구성의 조합으로서 구현될 수도 있다.Accordingly, the various illustrative logical blocks, modules, and circuits described in connection with this disclosure may be general-purpose processors, DSPs, ASICs, FPGAs or other programmable logic devices, discrete gate or transistor logic, discrete hardware components, or It may be implemented or performed as any combination of those designed to perform the functions described in. A general-purpose processor may be a microprocessor, but in the alternative, the processor may be any conventional processor, controller, microcontroller, or state machine. A processor may also be implemented as a combination of computing devices, such as a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP core, or any other configuration.

펌웨어 및/또는 소프트웨어 구현에 있어서, 기법들은 랜덤 액세스 메모리(random access memory; RAM), 판독 전용 메모리(read-only memory; ROM), 비휘발성 RAM(non-volatile random access memory; NVRAM), PROM(programmable read-only memory), EPROM(erasable programmable read-only memory), EEPROM(electrically erasable PROM), 플래시 메모리, 컴팩트 디스크(compact disc; CD), 자기 또는 광학 데이터 스토리지 디바이스 등과 같은 컴퓨터 판독가능 매체 상에 저장된 명령들로서 구현될 수도 있다. 명령들은 하나 이상의 프로세서들에 의해 실행 가능할 수도 있고, 프로세서(들)로 하여금 본 개시에 설명된 기능의 특정 양태들을 수행하게 할 수도 있다.For firmware and/or software implementations, techniques include random access memory (RAM), read-only memory (ROM), non-volatile random access memory (NVRAM), and PROM ( on computer-readable media such as programmable read-only memory (EPROM), electrically erasable PROM (EEPROM), flash memory, compact disc (CD), magnetic or optical data storage devices, etc. It may also be implemented as stored instructions. Instructions may be executable by one or more processors and may cause the processor(s) to perform certain aspects of the functionality described in this disclosure.

소프트웨어로 구현되는 경우, 상기 기법들은 하나 이상의 명령들 또는 코드로서 컴퓨터 판독 가능한 매체 상에 저장될 수도 있다. 저장 매체들은 컴퓨터에 의해 액세스될 수 있는 매체들일 수도 있다. 비제한적인 예로서, 이러한 컴퓨터 판독가능 매체는 RAM, ROM, EEPROM, CD-ROM 또는 다른 광학 디스크 스토리지, 자기 디스크 스토리지 또는 다른 자기 스토리지 디바이스들이 사용될 수 있으며 컴퓨터에 의해 액세스될 수 있는 다른 매체를 포함할 수 있다.When implemented in software, the techniques may be stored on a computer-readable medium as one or more instructions or code. Storage media may be media that can be accessed by a computer. By way of non-limiting example, such computer readable media includes RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices may be used and any other media that can be accessed by a computer. can do.

예를 들어, 본원에서 사용된 디스크(disk)와 디스크(disc)는, CD, 레이저 디스크, 광 디스크, DVD(digital versatile disc), 플로피디스크, 및 블루레이 디스크를 포함하며, 여기서 디스크들(disks)은 보통 자기적으로 데이터를 재생하고, 반면 디스크들(discs)은 레이저를 이용하여 광학적으로 데이터를 재생한다. 위의 조합들도 컴퓨터 판독가능 매체들의 범위 내에 포함되어야 한다.For example, as used herein, disk and disk include CD, laser disk, optical disk, digital versatile disc (DVD), floppy disk, and Blu-ray disk, where disks ) usually reproduce data magnetically, while discs reproduce data optically using a laser. Combinations of the above should also be included within the scope of computer-readable media.

소프트웨어 모듈은, RAM 메모리, 플래시 메모리, ROM 메모리, EPROM 메모리, EEPROM 메모리, 레지스터들, 하드 디스크, 이동식 디스크, CD-ROM, 또는 공지된 임의의 다른 형태의 저장 매체 내에 상주할 수도 있다. 예시적인 저장 매체는, 프로세가 저장 매체로부터 정보를 판독하거나 저장 매체에 정보를 기록할 수 있도록, 프로세서에 연결될 수 있다. 대안으로, 저장 매체는 프로세서에 통합될 수도 있다. 프로세서와 저장 매체는 ASIC 내에 존재할 수도 있다. ASIC은 유저 단말 내에 존재할 수도 있다. 대안으로, 프로세서와 저장 매체는 유저 단말에서 개별 구성요소들로서 존재할 수도 있다.A software module may reside in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, a hard disk, a removable disk, a CD-ROM, or any other form of storage medium known. An exemplary storage medium may be coupled to the processor such that the processor may read information from or write information to the storage medium. Alternatively, the storage medium may be integrated into the processor. The processor and storage medium may reside within an ASIC. ASIC may exist within the user terminal. Alternatively, the processor and storage medium may exist as separate components in the user terminal.

이상 설명된 실시예들이 하나 이상의 독립형 컴퓨터 시스템에서 현재 개시된 주제의 양태들을 활용하는 것으로 기술되었으나, 본 개시는 이에 한정되지 않고, 네트워크나 분산 컴퓨팅 환경과 같은 임의의 컴퓨팅 환경과 연계하여 구현될 수도 있다. 또 나아가, 본 개시에서 주제의 양상들은 복수의 프로세싱 칩들이나 장치들에서 구현될 수도 있고, 스토리지는 복수의 장치들에 걸쳐 유사하게 영향을 받게 될 수도 있다. 이러한 장치들은 PC들, 네트워크 서버들, 및 휴대용 장치들을 포함할 수도 있다.Although the above-described embodiments have been described as utilizing aspects of the presently disclosed subject matter in one or more standalone computer systems, the disclosure is not limited thereto and may also be implemented in conjunction with any computing environment, such as a network or distributed computing environment. . Furthermore, aspects of the subject matter of this disclosure may be implemented in multiple processing chips or devices, and storage may be similarly effected across the multiple devices. These devices may include PCs, network servers, and portable devices.

본 명세서에서는 본 개시가 일부 실시예들과 관련하여 설명되었지만, 본 개시의 발명이 속하는 기술분야의 통상의 기술자가 이해할 수 있는 본 개시의 범위를 벗어나지 않는 범위에서 다양한 변형 및 변경이 이루어질 수 있다. 또한, 그러한 변형 및 변경은 본 명세서에 첨부된 특허청구의 범위 내에 속하는 것으로 생각되어야 한다.Although the present disclosure has been described in relation to some embodiments in this specification, various modifications and changes may be made without departing from the scope of the present disclosure as can be understood by a person skilled in the art to which the invention pertains. Additionally, such modifications and changes should be considered to fall within the scope of the claims appended hereto.

110: 사용자 단말
120: 소스 코드 관리 시스템
130: 제1 시스템
140: 제2 시스템
150: 보안 리포트
110: user terminal
120: Source code management system
130: first system
140: second system
150: Security report

Claims (20)

적어도 하나의 프로세서에 의해 수행되는 소스 코드 관리 방법에 있어서,
사용자 단말로부터 제1 소스 코드 저장소(repository)와 연관된 제1 소프트웨어 소스 코드를 수신하는 단계;
상기 사용자 단말로부터 제2 소스 코드 저장소와 연관된 제2 소프트웨어 소스 코드를 수신하는 단계 - 상기 제1 소스 코드 저장소는 상기 제2 소스 코드 저장소와 상이하고, 상기 제1 소프트웨어 소스 코드는 상기 제2 소프트웨어 소스 코드와 상이함 - ;
상기 수신된 제1 및 제2 소프트웨어 소스 코드 각각에 대한 보안 검사를 수행하는 단계;
상기 보안 검사를 통해 발견된 제1 세트의 보안 이슈를 추적 관리하도록 상기 제1 소스 코드 저장소와 연관하여 저장하는 단계;
상기 보안 검사를 통해 발견된 제2 세트의 보안 이슈를 추적 관리하도록 상기 제2 소스 코드 저장소와 연관하여 저장하는 단계;
상기 제1 소스 코드 저장소와 연관된 제1 세트의 보안 이슈 및 상기 제2 소스 코드 저장소와 연관된 제2 세트의 보안 이슈에 대한 보안 리포트를 상기 사용자 단말로 전송하는 단계;
상기 사용자 단말로부터 상기 제1 세트의 보안 이슈 중 제1 보안 이슈와 연관된 제1 액션 플랜을 수신하는 단계;
상기 수신된 제1 액션 플랜을 상기 제1 보안 이슈와 연관하여 저장함으로써 제1 사용자 작업 항목을 생성하는 단계;
상기 사용자 단말로부터 상기 제2 세트의 보안 이슈 중 제2 보안 이슈와 연관된 제2 액션 플랜을 수신하는 단계;
상기 수신된 제2 액션 플랜을 상기 제2 보안 이슈와 연관하여 저장함으로써 제2 사용자 작업 항목을 생성하는 단계;
상기 사용자 단말로부터 상기 제1 보안 이슈에 대한 처리 완료 요청을 수신하는 단계;
상기 제1 보안 이슈의 진행 상황을 해결된 보안 이슈로 변경하는 단계;
상기 사용자 단말로부터 상기 제1 소스 코드 저장소 및 제2 소스 코드 저장소와 연관된 전체 보안 이슈 통계 요청을 수신하는 단계; 및
상기 제1 소스 코드 저장소와 연관된 제1 세트의 보안 이슈 및 상기 제2 소스 코드 저장소와 연관된 제2 세트의 보안 이슈를 포함하는 전체 보안 이슈에 대한 전체 통계 데이터를 상기 사용자 단말로 전송하는 단계
를 포함하고,
상기 제2 보안 이슈는 상기 제1 보안 이슈와 연관되고,
상기 제2 보안 이슈에 대한 보안 리포트는 상기 제2 보안 이슈와 연관된 상기 제1 보안 이슈에 대한 정보를 포함하고,
상기 전체 보안 이슈에 대한 전체 통계 데이터는 전체 보안 이슈와 연관된 취약점 유형별 비율 및 상기 전체 보안 이슈와 연관된 진행 상황 유형별 비율의 시계열 데이터를 포함하는, 소스 코드 관리 방법.
In a source code management method performed by at least one processor,
Receiving first software source code associated with a first source code repository from a user terminal;
Receiving second software source code associated with a second source code repository from the user terminal, wherein the first source code repository is different from the second source code repository, and the first software source code is linked to the second software source code. Different from code - ;
performing a security check on each of the received first and second software source codes;
storing a first set of security issues discovered through the security check in association with the first source code repository to track and manage them;
storing a second set of security issues discovered through the security check in association with the second source code repository to track and manage them;
transmitting a security report on a first set of security issues associated with the first source code repository and a second set of security issues associated with the second source code repository to the user terminal;
Receiving a first action plan associated with a first security issue among the first set of security issues from the user terminal;
creating a first user work item by storing the received first action plan in association with the first security issue;
Receiving a second action plan associated with a second security issue among the second set of security issues from the user terminal;
creating a second user work item by storing the received second action plan in association with the second security issue;
Receiving a request to complete processing of the first security issue from the user terminal;
changing the progress status of the first security issue to a resolved security issue;
Receiving total security issue statistics requests associated with the first source code repository and the second source code repository from the user terminal; and
Transmitting to the user terminal overall statistical data on all security issues, including a first set of security issues associated with the first source code repository and a second set of security issues associated with the second source code repository.
Including,
The second security issue is related to the first security issue,
The security report for the second security issue includes information about the first security issue associated with the second security issue,
The overall statistical data on all security issues includes time series data of ratios by type of vulnerability associated with all security issues and proportions by type of progress related to all security issues.
제1항에 있어서,
상기 보안 검사를 수행하는 단계는,
상기 제1 및 제2 소프트웨어 소스 코드 각각에 대한 정적 보안 검사를 수행하는 단계; 및
상기 제1 및 제2 소프트웨어 소스 코드 각각에 대한 동적 보안 검사를 수행하는 단계
를 포함하는, 소스 코드 관리 방법.
According to paragraph 1,
The step of performing the security check is,
performing a static security check on each of the first and second software source codes; and
performing a dynamic security check on each of the first and second software source codes.
Source code management method, including.
제2항에 있어서,
상기 정적 보안 검사를 수행하는 단계는,
상기 제1 및 제2 소프트웨어 소스 코드 각각에 대한 정적 분석을 통해 코드 취약성을 검사하는 단계
를 포함하는, 소스 코드 관리 방법.
According to paragraph 2,
The step of performing the static security check is,
Inspecting code vulnerabilities through static analysis of each of the first and second software source codes.
Source code management method, including.
제2항에 있어서,
상기 정적 보안 검사를 수행하는 단계는,
상기 제1 및 제2 소프트웨어 소스 코드 각각에 의한 민감 정보 유출을 감지하는 단계
를 포함하는, 소스 코드 관리 방법.
According to paragraph 2,
The step of performing the static security check is,
Detecting leakage of sensitive information by each of the first and second software source codes
Source code management method, including.
제2항에 있어서,
상기 정적 보안 검사를 수행하는 단계는,
상기 제1 및 제2 소프트웨어 소스 코드 각각과 연관된 오픈소스 라이브러리(open-source library) 중 알려진 보안 취약성이 있는 오픈소스 라이브러리를 검출하는 단계
를 포함하는, 소스 코드 관리 방법.
According to paragraph 2,
The step of performing the static security check is,
Detecting an open-source library with known security vulnerabilities among open-source libraries associated with each of the first and second software source codes.
Source code management method, including.
제2항에 있어서,
상기 정적 보안 검사는 상기 제1 및 제2 소프트웨어 소스 코드 각각의 컴파일 전에 수행되는, 소스 코드 관리 방법.
According to paragraph 2,
Wherein the static security check is performed before compilation of each of the first and second software source codes.
제2항에 있어서,
상기 동적 보안 검사를 수행하는 단계는,
테스트 서버를 이용하여, 상기 제1 및 제2 소프트웨어 소스 코드 각각의 동작 상태에서 모의 보안 검사를 수행하는 단계
를 포함하는, 소스 코드 관리 방법.
According to paragraph 2,
The step of performing the dynamic security check is,
Using a test server, performing a simulated security check in the operating state of each of the first and second software source codes.
Source code management method, including.
제2항에 있어서,
상기 동적 보안 검사는 상기 제1 및 제2 소프트웨어 소스 코드 각각의 컴파일 후에 수행되는, 소스 코드 관리 방법.
According to paragraph 2,
The dynamic security check is performed after compilation of each of the first and second software source codes.
제1항에 있어서,
상기 제1 및 제2 보안 리포트 각각은 상기 제1 및 제2 보안 이슈 각각에 대한 우선 순위(priority) 정보 또는 취약점 유형(vulnerability type) 정보를 포함하는, 소스 코드 관리 방법.
According to paragraph 1,
Each of the first and second security reports includes priority information or vulnerability type information for each of the first and second security issues.
제1항에 있어서,
상기 제1 및 제2 보안 리포트 각각은 상기 제1 및 제2 보안 이슈 각각에 대한 해결 방안과 연관된 정보를 포함하는, 소스 코드 관리 방법.
According to paragraph 1,
Each of the first and second security reports includes information associated with a solution to each of the first and second security issues.
삭제delete 제1항에 있어서,
상기 제1 액션 플랜은 작업 시작 날짜 및 작업 마감 날짜를 포함하는, 소스 코드 관리 방법.
According to paragraph 1,
The first action plan includes a work start date and a work end date.
삭제delete 삭제delete 삭제delete 삭제delete 제1항에 있어서,
상기 사용자 단말로부터 상기 제1 소스 코드 저장소 및 상기 제2 소스 코드 저장소와 연관된 보안 이슈 리스트 요청을 수신하는 단계; 및
상기 제1 소스 코드 저장소와 연관된 제1 세트의 보안 이슈 및 상기 제2 소스 코드 저장소와 연관된 제2 세트의 보안 이슈를 포함하는 보안 이슈 리스트를 상기 사용자 단말로 전송하는 단계
를 더 포함하는, 소스 코드 관리 방법.
According to paragraph 1,
Receiving a security issue list request associated with the first source code repository and the second source code repository from the user terminal; and
Transmitting to the user terminal a security issue list including a first set of security issues associated with the first source code repository and a second set of security issues associated with the second source code repository.
Further including, source code management method.
제1항에 있어서,
상기 사용자 단말로부터 상기 제1 소스 코드 저장소 및 상기 제2 소스 코드 저장소와 연관된 사용자 작업 항목 리스트 요청을 수신하는 단계; 및
상기 제1 세트의 보안 이슈와 연관된 제1 세트의 사용자 작업 항목 및 상기 제2 세트의 보안 이슈와 연관된 제2 세트의 사용자 작업 항목을 포함하는 사용자 작업 항목 리스트를 상기 사용자 단말로 전송하는 단계
를 더 포함하는, 소스 코드 관리 방법.
According to paragraph 1,
Receiving a user work item list request associated with the first source code repository and the second source code repository from the user terminal; and
Transmitting to the user terminal a user work item list including a first set of user work items associated with the first set of security issues and a second set of user work items associated with the second set of security issues.
Further including, source code management method.
제1항 내지 제10항, 제12항, 제17항 및 제18항 중 어느 한 항에 따른 방법을 컴퓨터에서 실행하기 위해 컴퓨터 판독 가능한 기록 매체에 저장된 컴퓨터 프로그램.A computer program stored in a computer-readable recording medium for executing the method according to any one of claims 1 to 10, 12, 17, and 18 on a computer. 소스 코드 관리 시스템으로서,
통신 모듈;
메모리; 및
상기 메모리와 연결되고, 상기 메모리에 포함된 컴퓨터 판독 가능한 적어도 하나의 프로그램을 실행하도록 구성된 적어도 하나의 프로세서
를 포함하고,
상기 적어도 하나의 프로그램은,
사용자 단말로부터 제1 소스 코드 저장소와 연관된 제1 소프트웨어 소스 코드를 수신하고,
상기 사용자 단말로부터 제2 소스 코드 저장소와 연관된 제2 소프트웨어 소스 코드를 수신하고 - 상기 제1 소스 코드 저장소는 상기 제2 소스 코드 저장소와 상이하고, 상기 제1 소프트웨어 소스 코드는 상기 제2 소프트웨어 소스 코드와 상이함 -,
상기 수신된 제1 및 제2 소프트웨어 소스 코드 각각에 대한 보안 검사를 수행하고,
상기 보안 검사를 통해 발견된 제1 세트의 보안 이슈를 추적 관리하도록 상기 제1 소스 코드 저장소와 연관하여 저장하고,
상기 보안 검사를 통해 발견된 제2 세트의 보안 이슈를 추적 관리하도록 상기 제2 소스 코드 저장소와 연관하여 저장하고,
상기 제1 소스 코드 저장소와 연관된 제1 세트의 보안 이슈 및 상기 제2 소스 코드 저장소와 연관된 제2 세트의 보안 이슈에 대한 보안 리포트를 상기 사용자 단말로 전송하고,
상기 사용자 단말로부터 상기 제1 세트의 보안 이슈 중 제1 보안 이슈와 연관된 제1 액션 플랜을 수신하고,
상기 수신된 제1 액션 플랜을 상기 제1 보안 이슈와 연관하여 저장함으로써 제1 사용자 작업 항목을 생성하고,
상기 사용자 단말로부터 상기 제2 세트의 보안 이슈 중 제2 보안 이슈와 연관된 제2 액션 플랜을 수신하고,
상기 수신된 제2 액션 플랜을 상기 제2 보안 이슈와 연관하여 저장함으로써 제2 사용자 작업 항목을 생성하고,
상기 사용자 단말로부터 상기 제1 보안 이슈에 대한 처리 완료 요청을 수신하고,
상기 제1 보안 이슈의 진행 상황을 해결된 보안 이슈로 변경하고,
상기 사용자 단말로부터 상기 제1 소스 코드 저장소 및 제2 소스 코드 저장소와 연관된 전체 보안 이슈 통계 요청을 수신하고,
상기 제1 소스 코드 저장소와 연관된 제1 세트의 보안 이슈 및 상기 제2 소스 코드 저장소와 연관된 제2 세트의 보안 이슈를 포함하는 전체 보안 이슈에 대한 전체 통계 데이터를 상기 사용자 단말로 전송하기 위한 명령어들을 포함하고,
상기 제2 보안 이슈는 상기 제1 보안 이슈와 연관되고,
상기 제2 보안 이슈에 대한 보안 리포트는 상기 제2 보안 이슈와 연관된 상기 제1 보안 이슈에 대한 정보를 포함하고,
상기 전체 보안 이슈에 대한 전체 통계 데이터는 전체 보안 이슈와 연관된 취약점 유형별 비율 및 상기 전체 보안 이슈와 연관된 진행 상황 유형별 비율의 시계열 데이터를 포함하는, 소스 코드 관리 시스템.
As a source code management system,
communication module;
Memory; and
At least one processor connected to the memory and configured to execute at least one computer-readable program included in the memory
Including,
The at least one program is,
Receiving first software source code associated with a first source code repository from a user terminal,
Receive from the user terminal a second software source code associated with a second source code repository, wherein the first source code repository is different from the second source code repository, and the first software source code is connected to the second software source code. Different from -,
perform a security check on each of the received first and second software source codes;
store in association with the first source code repository to track and manage a first set of security issues discovered through the security check;
store in association with the second source code repository to track and manage a second set of security issues discovered through the security check;
transmitting to the user terminal a security report on a first set of security issues associated with the first source code repository and a second set of security issues associated with the second source code repository;
Receiving a first action plan associated with a first security issue among the first set of security issues from the user terminal,
create a first user action item by storing the received first action plan in association with the first security issue;
Receiving a second action plan associated with a second security issue among the second set of security issues from the user terminal,
create a second user action item by storing the received second action plan in association with the second security issue;
Receiving a request to complete processing of the first security issue from the user terminal,
Change the progress of the first security issue to a resolved security issue,
Receiving a request for total security issue statistics associated with the first source code repository and the second source code repository from the user terminal,
Instructions for transmitting to the user terminal overall statistical data on all security issues, including a first set of security issues associated with the first source code repository and a second set of security issues associated with the second source code repository. Contains,
The second security issue is related to the first security issue,
The security report for the second security issue includes information about the first security issue associated with the second security issue,
A source code management system wherein the overall statistical data on all security issues includes time series data of the ratio by vulnerability type associated with the entire security issue and the rate by type of progress related to the entire security issue.
KR1020220015826A 2022-02-07 2022-02-07 Method and system for managing source code KR102666486B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020220015826A KR102666486B1 (en) 2022-02-07 2022-02-07 Method and system for managing source code

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020220015826A KR102666486B1 (en) 2022-02-07 2022-02-07 Method and system for managing source code

Publications (2)

Publication Number Publication Date
KR20230119548A KR20230119548A (en) 2023-08-16
KR102666486B1 true KR102666486B1 (en) 2024-05-14

Family

ID=87848566

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020220015826A KR102666486B1 (en) 2022-02-07 2022-02-07 Method and system for managing source code

Country Status (1)

Country Link
KR (1) KR102666486B1 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10579803B1 (en) * 2016-11-17 2020-03-03 Jpmorgan Chase Bank, N.A. System and method for management of application vulnerabilities
US20200175172A1 (en) * 2018-11-30 2020-06-04 Target Brands, Inc. Orchestration of vulnerability scanning and issue tracking for version control technology

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10579803B1 (en) * 2016-11-17 2020-03-03 Jpmorgan Chase Bank, N.A. System and method for management of application vulnerabilities
US20200175172A1 (en) * 2018-11-30 2020-06-04 Target Brands, Inc. Orchestration of vulnerability scanning and issue tracking for version control technology

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Checkmarx, "CxSAST v8.9.0 Setup, Installation and User Guide"(2019.)*

Also Published As

Publication number Publication date
KR20230119548A (en) 2023-08-16

Similar Documents

Publication Publication Date Title
CN108027722B (en) Dynamically updating applications in compilation and deployment
Wasserman Software engineering issues for mobile application development
US11347855B2 (en) Data lineage management
EP2184668B1 (en) Method, system and graphical user interface for enabling a user to access enterprise data on a portable electronic device
US20130205277A1 (en) Environment and method for cross-platform development of software applications
EP2207333A2 (en) Method and system for modifying the execution of a native application running on a portable eletronic device
KR101854975B1 (en) Method and system for extending function of package file
US20140372985A1 (en) API Rules Verification Platform
KR20160002888A (en) Out-of-band framework libraries within applications
CN106471466A (en) Brief application
CN110622141B (en) Open source software testing
CN113885870B (en) Application program updating method, electronic equipment, terminal equipment and system
CN111767208A (en) Automatic test method and device
KR102226950B1 (en) Method and system for central management of blockchain network for port logistics
US10572247B2 (en) Prototype management system
TW201435364A (en) Remote device automation using a device services bridge
KR102666486B1 (en) Method and system for managing source code
US20140189656A1 (en) Flow Analysis in Program Execution
CN111736817A (en) Method and device for determining function execution time consumption, terminal equipment and storage medium
CN110727423A (en) Method and system for developing mobile application program across platforms
KR102654350B1 (en) Method and system for controlling access to specific area in metaverse space based on blockchain-recorded data
KR102638781B1 (en) Method and system for displaying non-fungible token emblem in metaverse
Ascate et al. Mobile App Testing: Tools, Frameworks, and Challenges
US10620922B2 (en) Compiler platform for test method
AU2012258448B2 (en) Method, system and graphical user interface for enabling a user to access enterprise data on a portable electronic device

Legal Events

Date Code Title Description
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant