You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:Do you think it is possible to cover this case?
The text was updated successfully, but these errors were encountered: