3rd Party (Maintained by Koozali) git repo for perl-WWW-CSRF smeserver
Go to file
2024-04-04 14:25:10 +01:00
.gitattributes initial commit of file from CVS for perl-WWW-CSRF on Fri 14 Jul 16:01:48 BST 2023 2023-07-14 16:01:48 +01:00
.gitignore initial commit of file from CVS for perl-WWW-CSRF on Fri 14 Jul 16:01:48 BST 2023 2023-07-14 16:01:48 +01:00
contriborbase initial commit of file from CVS for perl-WWW-CSRF on Fri 14 Jul 16:01:48 BST 2023 2023-07-14 16:01:48 +01:00
Makefile initial commit of file from CVS for perl-WWW-CSRF on Fri 14 Jul 16:01:48 BST 2023 2023-07-14 16:01:48 +01:00
perl-WWW-CSRF.spec initial commit of file from CVS for perl-WWW-CSRF on Fri 14 Jul 16:01:48 BST 2023 2023-07-14 16:01:48 +01:00
README.md initial commit of file from CVS for perl-WWW-CSRF on Fri 14 Jul 16:01:48 BST 2023 2023-07-14 16:01:48 +01:00
WWW-CSRF-1.00.tar.gz initial commit of file from CVS for perl-WWW-CSRF on Fri 14 Jul 16:01:48 BST 2023 2023-07-14 16:01:48 +01:00

perl-WWW-CSRF

3rd Party (Maintained by Koozali) git repo for perl-WWW-CSRF smeserver

Description


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

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.