-
-
Notifications
You must be signed in to change notification settings - Fork 6
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 for empty Ref Exception #1
Fix for empty Ref Exception #1
Conversation
Thank you, I'll take a look at this as soon as I get a chance, but off-hand nothing looks amiss with your PR. |
Ok cool. Another couple of questions, though, and I can add some documentation into the readme if you give me some answers:
|
I'll do some tests to verify that everything is behaving as it should. |
Awesome info. Let's get my issue resolved, I'll do some tests and assuming everything works out ok, I'll submit a new PR for some readme updates. Thanks a lot for the help / response. |
Tests reporting when references is null. Added a space to VulnerabilityReports.cs for consistency.
I added a unit test for this specific case and merged. |
This is a proposed fix for the empty reference exception. Let me know if there are other changes necessary or if something further upstream should be changed rather than this. Hopefully this helps.