Import from Qualys failed
@stafwag wrote: Hi, I try to import a csv from qualys but the import fails [14:08:05] Small attachment detected. Processing in line.[14:08:05] Parsing Qualys output file...[14:08:05] Done.[14:08:05]...
View ArticleImport from Qualys failed
@etd wrote: Looking into this. I was going to suggest you use the CLI to pinpoint the problem but for some reason the Qualys upload task is not showing up. I think I fixed the bug in the following...
View ArticleImport from Qualys failed
@stafwag wrote: Hi, Sorry for the late reply, but I was a bit busy.... When I execute the "thor dradis:plugins:qualys:upload", the command is unavailable; [staf@creja dradisframework]$ bundle exec...
View ArticleImport from Qualys failed
@etd wrote: Can you confirm the contents of Gemfile.plugin? Can you see dradis-qualis under ./vendor/cache/ What about: $ RAILS_ENV=production bundle exec thor -T HTH Read full topic
View ArticleImport from Qualys failed
@stafwag wrote: Can you confirm the contents of Gemfile.plugin? [staf@creja dradisframework]$ pwd/home/staf/git/dradis/dradisframework[staf@creja dradisframework]$ ls -l Gemfile.plugins-rw-rw-r-- 1...
View ArticleImport from Qualys failed
@etd wrote: stafwag: The Gemfile.plugin contains the next lines about dradis;1 if Dir.exists?('../dradis-qualys') && !ENV['PACKAGING'] gem 'dradis-qualys', path: '../dradis-qualys' else gem...
View Article