WGU D385: Software Security and Testing
Questions and Answers Verified 100% Correct|
2024/2025 Version
What is the primary defense against log injection attacks? - ✔✔Sanitize outbound
log messages
Which package is meant for internal use by Python for regression testing? - ✔✔Test
Which software testing relies on using old test cases? - ✔✔Regression testing
When should regression testing be conducted? - ✔✔After some code changed
What does Cross-Origin-Resource-Sharing (CORS) allow users to do? - ✔✔Override
same starting policy for specific resources
The access control allow origin client sends a request to the server
(www.client.url). What does the server send back? - ✔✔ACAO client.url
(Access Control Allow Origin)
Which protocol caches a token after it has been acquired? - ✔✔MSAL
Status Code 200 - ✔✔OK
Status Code 201 - ✔✔Created
Questions and Answers Verified 100% Correct|
2024/2025 Version
What is the primary defense against log injection attacks? - ✔✔Sanitize outbound
log messages
Which package is meant for internal use by Python for regression testing? - ✔✔Test
Which software testing relies on using old test cases? - ✔✔Regression testing
When should regression testing be conducted? - ✔✔After some code changed
What does Cross-Origin-Resource-Sharing (CORS) allow users to do? - ✔✔Override
same starting policy for specific resources
The access control allow origin client sends a request to the server
(www.client.url). What does the server send back? - ✔✔ACAO client.url
(Access Control Allow Origin)
Which protocol caches a token after it has been acquired? - ✔✔MSAL
Status Code 200 - ✔✔OK
Status Code 201 - ✔✔Created