Changeset 706


Ignore:
Timestamp:
03/04/16 15:07:55 (8 years ago)
Author:
Kris Deugau
Message:

/trunk

Security improvement; add -ip_match to use CGI::Session. User IPs
should not generally mutate over the course of a session, and if they
do, chances are other things will be breaking all over the place too.
See #30.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dns.cgi

    r705 r706  
    2525use CGI::Simple;
    2626use HTML::Template;
    27 use CGI::Session;
     27use CGI::Session '-ip_match';
    2828use Net::DNS;
    2929use DBI;
Note: See TracChangeset for help on using the changeset viewer.