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

NullPointerException in case of bugs w/o CVSS #1

Open
henrikplate opened this issue Sep 27, 2021 · 0 comments
Open

NullPointerException in case of bugs w/o CVSS #1

henrikplate opened this issue Sep 27, 2021 · 0 comments

Comments

@henrikplate
Copy link
Contributor

henrikplate commented Sep 27, 2021

VulnEx successfully connected to a local instance of Steady after setting STEADY_BACKEND=http://host.docker.internal:8033/backend.

However, I get the following NullPointerException, supposedly because VulnEx came across a bug w/o CVSS score:

java.lang.NullPointerException
at de.dbvis.sparta.server.core.dataset.steady.SteadyRestApiAdapter.createBug(SteadyRestApiAdapter.java:187
at de.dbvis.sparta.server.core.dataset.steady.SteadyRestApiAdapter.parseAppsIncludingBugs(SteadyRestApiAdapter.java:147)
at de.dbvis.sparta.server.core.dataset.steady.SteadyRestApiAdapter.retrieveData(SteadyRestApiAdapter.java:82)
at de.dbvis.sparta.server.core.dataset.steady.SteadyDataset.initialize(SteadyDataset.java:34)
at de.dbvis.sparta.server.Main.main(Main.java:61)

Do you think it is possible to cover this case?

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

No branches or pull requests

1 participant