Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deleting data priority in delete_workspace function #523

Open
alirezakv opened this issue Aug 1, 2017 · 1 comment
Open

Fix deleting data priority in delete_workspace function #523

alirezakv opened this issue Aug 1, 2017 · 1 comment
Milestone

Comments

@alirezakv
Copy link

delete_workspace in Workspace.pm tries to delete data from other tables first but it will fail in line 161 when deleting runs. "runs" table has foreign keys for attachments, finding_changes and findings which will cause a failure here. Attachment table rows are not deleted in this function. finding_changes and findings are cleared after trying to clear runs table.

@MrSeccubus
Copy link
Member

Have this on the roadmap for this quarter.

@MrSeccubus MrSeccubus added this to the 2017Q3 milestone Aug 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants