error when rendering after selecting nmap from Pathfinder drop-down
scoobyduo opened this issue · 1 comments
scoobyduo commented
Selecting the 'nmap' scanner from the Caldera GUI with Pathfinder plugin installed results in a Javascript Reference Error
pathfinder.js:222 ReferenceError: validateFormState is not defined
at pathfinder.js:207:9
(anonymous) @ pathfinder.js:222
function setupScannerSection(){
.....
.....
validateFormState(response.enabled, '#startScan')
Would appear the validateFormState function is not defined
*Note : Just cloned the code direct into Caldera plugin - no docker etc