Skip to content

Commit

Permalink
Do not search modules in relative paths
Browse files Browse the repository at this point in the history
This is insecure as a local attacker can create rogue modules in
current working directory.
  • Loading branch information
ppisar committed Dec 21, 2016
1 parent 132aedf commit c7a5a9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RDF-Query/bin/rqsh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
use strict;
use warnings;
no warnings 'redefine';
use lib qw(../lib lib);

use Cwd;
use Benchmark;
Expand Down

0 comments on commit c7a5a9b

Please sign in to comment.