• The SQL query failed because the developer didn’t escape the apostrophes.
개발자가 작은따옴표를 이스케이프 처리하지 않아서 SQL 쿼리가 실패했습니다.
• We need to escape the special characters in the URL to ensure that it is processed correctly.
URL이 올바르게 처리되도록 하려면 URL 안의 특수 문자를 이스케이프 처리해야 합니다.
• When generating the HTML output, make sure to escape any user input to prevent cross-site scripting attacks.
HTML 출력을 생성할 때 cross-site scripting 공격을 방지하려면 사용자 입력을 이스케이프 처리해야 합니다.
다른 예를 한 가지 더 살펴보겠습니다. 일반적인 영어에서 invoke는 ‘주장하다’, ‘호소하다’ 등의 뜻입니다. 법이나 권리 등을 주장하거나 어떤 감정 등에 호소하는 상황에 주로 사용되죠. 예를 들어 “She invoked her right to remain silent during the interrogation.”이라는 문장에서 invoke는 심문 중에 침묵할 권리를 주장한다는 의미로 쓰입니다.