souro1212 / JSON-XML-things

Validate , format and convert JSON & XML locally
https://json-xml-things.souradip.in/
MIT License
1 stars 0 forks source link

ZAP API Scan Report #15

Open github-actions[bot] opened 2 years ago

github-actions[bot] commented 2 years ago

View the following link to download the report. RunnerID:2977997389

github-actions[bot] commented 2 years ago

View the following link to download the report. RunnerID:2978015429

secure-code-warrior-for-github[bot] commented 2 years ago

Micro-Learning Topic: Cross-site request forgery (Detected by phrase)

Matched on "CSRF"

What is this? (2min video)

Session-related but not session-based, this attack is based on the ability of an attacker to force an action on a user’s browser (commonly in the form of a POST request) to perform an unauthorized action on behalf of the user. This can often occur without the user even noticing it… or only noticing when it is too late. The root cause is that browsers automatically send session cookies with all requests to a given domain, regardless of where the source of the request came from, and the application server cannot differentiate between a request that came from pages it served or a request that came from an unrelated page.

Try a challenge in Secure Code Warrior

Helpful references

Micro-Learning Topic: Clickjack (Detected by phrase)

Matched on "clickjack"

What is this? (2min video)

Clickjacking, which is also called UI redressing, is a trick which places an invisible panel or an identical control overlay in front of an existing application. The user clicking on that control or page is then used to perform some other action on behalf of that user i.e. Liking a social media page or posting a tweet. The click is then also passed on to the underlying application and the user is unaware that their identity has been misused.

Try a challenge in Secure Code Warrior