perl-WWW-CSRF/README.md

12 lines
791 B
Markdown

# perl-WWW-CSRF
3rd Party (Maintained by Koozali) git repo for perl-WWW-CSRF smeserver
## Description
<br />*This description has been generated by an LLM AI system and cannot be relied on to be fully correct.*
*Once it has been checked, then this comment will be deleted*
<br />
Perl-WWW-CSRF (Cross-Site Request Forgery) is a collection of Perl modules which aim to make it easier to prevent a type of attack known as Cross-Site Request Forgery. CSRF attacks are conducted by an attacker who tricks a user into clicking a link or pressing a button on a website which causes the user's browser to perform some action on the site on the attacker's behalf. This module provides a set of functions and classes which enables web applications to protect themselves from this type of attack.