Câu 2: KEO1: Secure Software Design
An individual is developing a software application that has a back-end database and is concerned that a malicious user may run the following SQL query to pull information about all accounts from the database:SELECT * FROM accounts WHERE accountID=’ “ ‘ or ‘1’=’1’;Which technique should be used to detect this vulnerabi…
Nội dung câu hỏi
An individual is developing a software application that has a back-end database and is concerned that a malicious user may run the following SQL query to pull information about all accounts from the database:SELECT * FROM accounts WHERE accountID=’ “ ‘ or ‘1’=’1’;Which technique should be used to detect this vulnerability without running the source codes?
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. Dynamic analysis
- B. Cross-site scripting
- C. Static analysis — đáp án hiện tại
- D. Fuzz testing
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.