cbmarcum / skeletal

A simple project creation tool that uses packaged templates
Apache License 2.0
17 stars 3 forks source link

list command throws error in csv parsing if url in managed-config.json is bad #50

Open cbmarcum opened 1 year ago

cbmarcum commented 1 year ago

SimplePackageSource listPackageNames creates a BufferedReader and passes it to a CsvBeanBuilder without validating the file exists at line 69.