パッケージ: libcgi-application-plugin-protectcsrf-perl (1.01-3)
libcgi-application-plugin-protectcsrf-perl に関するリンク
Debian の資源:
libcgi-application-plugin-protectcsrf-perl ソースパッケージをダウンロード:
- [libcgi-application-plugin-protectcsrf-perl_1.01-3.dsc]
- [libcgi-application-plugin-protectcsrf-perl_1.01.orig.tar.gz]
- [libcgi-application-plugin-protectcsrf-perl_1.01-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
- libring-anti-forgery-clojure
- python3-asgi-csrf
- libplack-middleware-csrfblock-perl
- libcgi-application-plugin-actiondispatch-perl
- golang-github-gorilla-csrf-dev
- libcgi-application-plugin-captcha-perl
- php-symfony-security-csrf
- ruby-omniauth-rails-csrf-protection
- libplack-middleware-crossorigin-perl
- libcgi-application-plugin-validaterm-perl
- libcgi-application-plugin-viewcode-perl
plugin to generate and verify anti-CSRF challenges
CGI::Application::Plugin::ProtectCSRF is a CGI::Application plugin that helps protect against CSRF attacks. It works by tying back the processing of a form to the display of a form.
A cross-site request forgery is a form of online attack in which Mr Attacker posts what appears to be an image in, say, a forum. However the image src attribute is carefully crafted to undertake some action desired by Mr Attacker on the target website. The trap is sprung when Mr Victim, logs on to the target website and then views the image set up by Mr Attacker in the same browser.
その他の libcgi-application-plugin-protectcsrf-perl 関連パッケージ
|
|
|
|
-
- dep: libcgi-application-plugin-session-perl
- plugin that adds session support to CGI::Application
-
- dep: libhtml-parser-perl
- HTML テキスト文書を解析するモジュール集
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語
-
- enh: libcgi-application-perl
- framework for building reusable web-applications