Simona has written a regular expression for the detection of web application-specific attack attempt that reads as /((\%3C)|<)((\%2F)| V)*[a-z0-9\%]+((\%3E)|>)/ix. Which of the following does the part ((\%3E)|>) look for?
A.
Forward slash for a closing tag or its hex equivalent
C. Closing angle bracket or its hex equivalent
In the given regular expression, the part "((%3E)|>)" is looking for a closing angle bracket (">") or its hex equivalent ("%3E"). This is used to identify potential attempts to inject malicious code or carry out attacks using HTML or XML tags in web applications.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
581777a
8 months, 3 weeks ago