The SecOps Group Certified AppSec Practitioner Exam CAP Question # 11 Topic 2 Discussion

The SecOps Group Certified AppSec Practitioner Exam CAP Question # 11 Topic 2 Discussion

CAP Exam Topic 2 Question 11 Discussion:
Question #: 11
Topic #: 2

Your application is hosting JavaScript from a third-party website as shown in the snippet below.

<script src="https://[//cdn.thirdparty-example.com/](example.js)" integrity="sha384-Fmb0CYeA6gM2uLuyvqs7x75u0mktDh2nKLomp3PHkJ0b5vJF2qF6Gbrc/6dK" crossorigin="anonymous" ></script>

Which of the following is true regarding the code snippet?


A.

The code snippet will perform validations for Cross-Site Scripting attacks


B.

The code snippet will perform validations for Cross-Site Request Forgery attacks


C.

The code snippet will perform Subresource Integrity (SRI) checks


D.

The code snippet will perform validations for Outdated Javascript checks


Get Premium CAP Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.