in reply to Re: Use 'use' in foreach
in thread Use 'use' in foreach
Module::Load
I was surprised to find this two-year old bug report:
Module::Load::load is vulnerable to path traversal attacks, and this is by design (because load() can load both modules and arbitrary files) and can't be fixed.
I haven't looked into it deeper yet, but if true, that could be a potential drawback to this module when using user-supplied strings.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Use 'use' in foreach
by hippo (Archbishop) on Jul 19, 2017 at 17:43 UTC | |
by haukex (Archbishop) on Jul 23, 2017 at 20:53 UTC |