🏠 홈
벤치마크
📊 모든 벤치마크 🦖 공룡 v1 🦖 공룡 v2 ✅ 할 일 목록 앱 🎨 창의적인 자유 페이지 🎯 FSACB - 궁극의 쇼케이스 🌍 번역 벤치마크
모델
🏆 톱 10 모델 🆓 무료 모델 📋 모든 모델 ⚙️ 킬로 코드 모드
리소스
💬 프롬프트 라이브러리 📖 AI 용어 사전 🔗 유용한 링크
Advanced

Security-First Code Refactoring

#security #refactoring #code-review #owasp

Perform a deep security audit on a code snippet and refactor it for safety and performance.

Perform a comprehensive security audit of the provided code snippet. Identify vulnerabilities based on the OWASP Top 10 (e.g., Injection, Broken Authentication, XSS). For each vulnerability found, explain: 1) The exploit mechanism. 2) The potential impact. 3) The specific lines of code responsible. Then, provide a refactored version of the code that mitigates these risks while adhering to SOLID principles and optimizing runtime complexity. [Insert code snippet here]