CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

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.

  1. A. Dynamic analysis
  2. B. Cross-site scripting
  3. C. Static analysis — đáp án hiện tại
  4. 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.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề