Пакет mod_security: Информация

    Исходный пакет: mod_security
    Версия: 1.9.5-alt2
    Собран:  28 апреля 2009 г. 16:36
    Категория: Система/Серверы
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.modsecurity.org

    Лицензия: GPL
    О пакете: Tighten web applications security for Apache 1.3
    Описание: 
    Mod_security is an Apache 1.x/2.x module whose purpose is to tighten the Web
    application security. Effectively, it is an intrusion detection and prevention
    system for the web server.
    
    At the moment its main features are:
    * Audit log; store full request details in a separate file, including POST
    payloads.
    * Request filtering; incoming requests can be analysed and offensive requests
    can be rejected (or simply logged, if that is what you want). This feature
    can be used to prevent many types of attacks (e.g. XSS attacks, SQL
    injection, ...) and even allow you to run insecure applications on your
    servers (if you have no other choice, of course).

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    mod_security (x86_64, i586)
    mod_security-common (x86_64, i586)
    mod_security-doc (noarch)

    Сопровождающий: Vladimir V Kamarzin

    Список участников:
    Denis Smirnov
    Michael Shigorin
    Vladimir V Kamarzin

    Права:
    @qa_p5

      1. apache-devel
      2. rpm-build-apache

    Последнее изменение


    28 апреля 2009 г. Denis Smirnov 1.9.5-alt2
    - comment SecRule
    6 декабря 2008 г. Michael Shigorin 1.9.5-alt1
    - 1.9.5
    - minor spec cleanup
    - noarch docs
    - buildreq
    2 октября 2007 г. Michael Shigorin 1.9.4-alt6
    - Moved default SecUploadDir
      from implicit /tmp
        to explicit /var/cache/httpd/modsec
      (works better with /tmp being non-writable for apache user)