Subject: | Does not work with taint checking |
in httpd.conf:
PerlTaintCheck On
results in:
[Tue Jun 8 14:03:36 2004] [error] Insecure dependency in open while running with -T switch at blib/lib/Storable.pm (autosplit into blib/lib/auto/Storable/_store.al) line 196.
Storable::_store('CODE(0x8d70510)','HASH(0xa21b9c8)','/usr/tmp/recorder_conf_1',1) called at blib/lib/Storable.pm (autosplit into blib/lib/auto/Storable/lock_store.al) line 175
Storable::lock_store('HASH(0xa21b9c8)','/usr/tmp/recorder_conf_1') called at /usr/local/lib/perl5/site_perl/5.8.2/Apache/Recorder.pm line 130
Apache::Recorder::write_config_file('/usr/tmp/recorder_conf_1','http://159.62.114.51/admin','GET','HASH(0xa228b9c)') called at /usr/local/lib/perl5/site_perl/5.8.2/Apache/Recorder.pm line 68
Possible solution:
Sanitize $id before appending it to the name of the output file.