freenas-proxmox/perl5
Kevin Adams 13217640ab Harden: replace stringy eval with explicit dispatch hash
freenas_iscsi_create_extent and freenas_iscsi_create_target_to_extent
both used `eval $value` to expand template variable names like '$name'
into their runtime values. Replace with a local %vars hash and an
`exists` lookup — same behavior, no stringy eval, no perlcritic warning.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 22:21:56 -04:00
..
PVE/Storage Harden: replace stringy eval with explicit dispatch hash 2026-05-15 22:21:56 -04:00
REST Update comments/doc of the methods changes 2020-07-14 17:32:53 -04:00