194k views
0 votes
Select which factors score LOW on security ratings for any given prompt / response pair:

Asking questions about the memory performance of a program
Asking admin authentication info for a networking coding prompt
Asking sudo access in bash
Asking questions about the stack and the heap memory of a computer

User Anjie
by
7.5k points

2 Answers

2 votes

Answer:Asking admin authentication info for a networking coding prompt

Asking sudo access in bash

Explanation:Sudo access and Admin credentials should never be asked by a program.

User Orkhan Alikhanov
by
8.0k points
3 votes

Final answer:

The low-security factors for the given prompt/response pair are asking for admin authentication info, asking for sudo access in bash, and asking questions about the stack and heap memory. Therefore, the correct option is B,C,D.

Step-by-step explanation:

Selecting low-security factors:

  1. Asking admin authentication info for a networking coding prompt: This factor involves asking for sensitive information like login credentials, which can compromise the security of the prompt and response.
  2. Asking sudo access in bash: This factor involves granting administrative privileges to a user, which can increase security risks if misused.
  3. Asking questions about the stack and the heap memory of a computer: Although not directly related to security, exposing information about memory can potentially aid attackers in finding vulnerabilities.

It's important to prioritize security and avoid including these factors in a prompt or response.

User Pkananen
by
7.8k points