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 appscan import failure on empty proof #18243

Conversation

adfoster-r7
Copy link
Contributor

@adfoster-r7 adfoster-r7 commented Aug 1, 2023

Closes #14209

Verification

Verify the appscan import now works; Previously the following error would be raised:

[-] Error while running command db_import: Validation failed: Proof can't be blank

Call stack:
/home/gwillcox/.rvm/gems/ruby-2.6.6@metasploit-framework/gems/activerecord-5.2.4.4/lib/active_record/validations.rb:80:in `raise_validation_error'

Now there's no error

@cgranleese-r7 cgranleese-r7 added the rn-fix release notes fix label Aug 1, 2023
@cgranleese-r7 cgranleese-r7 merged commit cd8cd0a into rapid7:master Aug 1, 2023
35 checks passed
@cgranleese-r7
Copy link
Contributor

Release Notes

This PR fixes an issue were an appscan import would fail due to an empty proof.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rn-fix release notes fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Active_Record is Causing Stack Traces When db_import Is Called With Certain Files
2 participants