RISS 학술연구정보서비스

검색

인기 검색어

    다국어 입력

    http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

    변환된 중국어를 복사하여 사용하시면 됩니다.

    예시)
    • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
    • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
    닫기

    LLM 기반 Triage와 다중 정적 분석 도구를 활용한 오픈소스 취약점 탐지 모델 연구

    한글로보기

    https://www.riss.kr/link?id=A110411639

    • 0

      상세조회
    • 0

      다운로드
    서지정보 열기
    • 내보내기
    • 내책장담기
    • 공유하기
    • 오류접수
    인용문이 복사되었습니다.

    부가정보

    국문 초록 (Abstract) kakao i 다국어 번역

    본 연구는 소프트웨어 공급망 보안의 핵심 요소인 오픈소스 저장소의 안전성을 확보하기 위해, 정적 분석 도구와 대형 언어 모델(LLM)을 결합한 하이브리드 취약점 탐지 파이프라인을 제안하고 그 효율성을 실증적으로 평가한다. 기존 정적 분석 도구의 높은 False Positive 비율과 GitHub Search API 기반 타겟 선정의 비효율성을 개선하기 위해, LLM 기반 저장소 필터링 기법을 도입하고 CodeQL, SonarQube, Semgrep을 결합한 세 가지 분석 파이프라인을 구성하였다. 탐지 결과는 LLM과 인간 전문가의 협업 검증 과정을 거쳐 실제 취약점 여부(True Positive)와 보안 영향도를 평가하였으며, 일부 사례에서는 실제 운영 서비스에 영향을 미치는 보안 위협을 발견하여 책임 있는 제보(Responsible Disclosure) 절차까지 완료하였다. 본 연구는 자동화된 정적 분석, LLM 기반 분석 보조, 인간의 판단력을 결합한 협업 모델의 가능성을 제시하며, 오픈소스 보안 감사 자동화의 효율성과 한계를 함께 논의한다.
    번역하기

    본 연구는 소프트웨어 공급망 보안의 핵심 요소인 오픈소스 저장소의 안전성을 확보하기 위해, 정적 분석 도구와 대형 언어 모델(LLM)을 결합한 하이브리드 취약점 탐지 파이프라인을 제안하...

    본 연구는 소프트웨어 공급망 보안의 핵심 요소인 오픈소스 저장소의 안전성을 확보하기 위해, 정적 분석 도구와 대형 언어 모델(LLM)을 결합한 하이브리드 취약점 탐지 파이프라인을 제안하고 그 효율성을 실증적으로 평가한다. 기존 정적 분석 도구의 높은 False Positive 비율과 GitHub Search API 기반 타겟 선정의 비효율성을 개선하기 위해, LLM 기반 저장소 필터링 기법을 도입하고 CodeQL, SonarQube, Semgrep을 결합한 세 가지 분석 파이프라인을 구성하였다. 탐지 결과는 LLM과 인간 전문가의 협업 검증 과정을 거쳐 실제 취약점 여부(True Positive)와 보안 영향도를 평가하였으며, 일부 사례에서는 실제 운영 서비스에 영향을 미치는 보안 위협을 발견하여 책임 있는 제보(Responsible Disclosure) 절차까지 완료하였다. 본 연구는 자동화된 정적 분석, LLM 기반 분석 보조, 인간의 판단력을 결합한 협업 모델의 가능성을 제시하며, 오픈소스 보안 감사 자동화의 효율성과 한계를 함께 논의한다.

    더보기

    다국어 초록 (Multilingual Abstract) kakao i 다국어 번역

    This study proposes and empirically evaluates a hybrid vulnerability detection pipeline that combines static analysis tools with large language models (LLMs) to enhance the security of open-source repositories, a critical component of software supply chain security. To address the high false-positive rates of conventional static analysis tools and the inefficiency of GitHub Search API–based target selection, we introduce an LLM-based repository filtering method and construct three analysis pipelines integrating CodeQL, SonarQube, and Semgrep. The detected results were validated through a collaborative verification process involving both LLMs and human experts to determine true positives and assess their security impact. In several cases, the study identified security threats affecting real-world production services and completed the responsible disclosure process accordingly. This research demonstrates the potential of a collaborative model that combines automated static analysis, LLM-assisted analysis, and human judgment, while also discussing the effectiveness and limitations of automating open-source security auditing.
    번역하기

    This study proposes and empirically evaluates a hybrid vulnerability detection pipeline that combines static analysis tools with large language models (LLMs) to enhance the security of open-source repositories, a critical component of software supply ...

    This study proposes and empirically evaluates a hybrid vulnerability detection pipeline that combines static analysis tools with large language models (LLMs) to enhance the security of open-source repositories, a critical component of software supply chain security. To address the high false-positive rates of conventional static analysis tools and the inefficiency of GitHub Search API–based target selection, we introduce an LLM-based repository filtering method and construct three analysis pipelines integrating CodeQL, SonarQube, and Semgrep. The detected results were validated through a collaborative verification process involving both LLMs and human experts to determine true positives and assess their security impact. In several cases, the study identified security threats affecting real-world production services and completed the responsible disclosure process accordingly. This research demonstrates the potential of a collaborative model that combines automated static analysis, LLM-assisted analysis, and human judgment, while also discussing the effectiveness and limitations of automating open-source security auditing.

    더보기

    목차 (Table of Contents)

    • ABSTRACT
    • 1. 서론
    • 2. LLM과 정적 분석 도구를 활용한 오픈소스 취약점 탐지 방법론
    • 3. 실험 및 결과
    • 4. 결론
    • ABSTRACT
    • 1. 서론
    • 2. LLM과 정적 분석 도구를 활용한 오픈소스 취약점 탐지 방법론
    • 3. 실험 및 결과
    • 4. 결론
    • References
    더보기

    분석정보

    View

    상세정보조회

    0

    Usage

    원문다운로드

    0

    대출신청

    0

    복사신청

    0

    EDDS신청

    0

    동일 주제 내 활용도 TOP

    더보기

    주제

    연도별 연구동향

    연도별 활용동향

    연관논문

    연구자 네트워크맵

    공동연구자 (7)

    유사연구자 (20) 활용도상위20명

    이 자료와 함께 이용한 RISS 자료

    나만을 위한 추천자료

    해외이동버튼