smicallef / spiderfoot

SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
http://www.spiderfoot.net
MIT License
12.76k stars 2.23k forks source link

Error in spiderfoot database table #1847

Open anyways-Manish opened 7 months ago

anyways-Manish commented 7 months ago

Please provide a description of the issue and any relevant error messages. Screenshot (81) Screenshot (80) we can see the actual table name is tbl_scan_instance and at many places, the same name has been used to reference the table tbl_scan_instance, but table tbl_scan_correlation_results references a table with a spelling mistake that is (tbl_scan_instances). which causes an error when we try to manually delete records from the database. If you can provide an application stack trace that is even better.

What version of Python are you using? python3.10

What version of SpiderFoot are you using (stable release or Git master branch)?

You may also wish to check if your issue has been posted previously: