SECURITY·중요도 6·2026. 08. 20.·Dev.to

What Is a Vulnerability, Really? Source, Sink, and Taint

── KO ──────────────────

취약점의 정의와 위험을 설명하는 기사를 소개합니다.

이 기사는 소스, 싱크, 그리고 오염(taint) 개념을 통해 취약점의 다양한 측면을 설명합니다. 두 개의 자바 메서드를 예로 들어 공격자가 어떻게 전체 제품 테이블을 삭제할 수 있는지를 보여줍니다. 이를 통해 보안 문제의 본질을 이해하고 예방하는 방법을 논의합니다.


── EN ──────────────────

An article explaining the definition and risks of vulnerabilities.

This article explains various aspects of vulnerabilities through the concepts of source, sink, and taint. It uses two Java methods as examples to illustrate how an attacker could delete an entire products table. The discussion aims to help readers understand the nature of security issues and how to prevent them.

원문 보기 →목록으로