Changeset 1653

Show
Ignore:
Timestamp:
11/07/08 22:34:35 (2 months ago)
Author:
ton
Message:

Security patches backported from Nagios 3.0.5 to disable linefeeds
in freetext data, and to ignore CHANGE_* commands, which do not appear to work
correctly anyway

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGES

    r1651 r1653  
    22 
    332.14.1 ??? 
     4        Security patch to stop linefeeds from being entered through Nagios' cmd.cgi 
     5        Disabling of CHANGE_* Nagios commands, which don't appear to work anyway 
    46        Amended some page titles from the default 'Opsview' to aid browser history usage 
    57        Allow use of IPv6 addresses for hosts 
  • trunk/opsview-base/Makefile

    r1630 r1653  
    262262        # Credit to Jason Mogavero and Mike Dorman @ Data393 for this patch. Already in Nagios 3.0.4 
    263263        cd ${NAGIOS} && patch -p1 < ../patches/nagios_status_cgi_passive_sounds.patch 
     264        cd ${NAGIOS} && patch -p1 < ../patches/nagios_cgi_encoded_linefeeds.patch 
     265        cd ${NAGIOS} && patch -p1 < ../patches/nagios_block_external_change_commands.patch 
    264266        cd ${NAGIOS} && cp ../patches/unlit-bulb.gif ./html/images/action.gif 
    265267        cd ${NAGIOS} && cp ../patches/comment.gif ./html/images/comment.gif