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
{{ message }}
This repository has been archived by the owner on May 29, 2024. It is now read-only.
the code in NativeGitBoosterCatalogPathProvider.createBoosterContentPath can be dangerous booster.getGitRepo() and booster.getGitRef() are both @Nullable and can lead to a dirty ProcessBuilder NPE.
Caused by: java.lang.NullPointerException
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1012)
at io.fabric8.launcher.booster.catalog.spi.NativeGitBoosterCatalogPathProvider.createBoosterContentPath(NativeGitBoosterCatalogPathProvider.java:89)
at io.fabric8.launcher.booster.catalog.AbstractBoosterCatalogService.lambda$fetchBoosterContent$4(AbstractBoosterCatalogService.java:194)
... 9 more
The text was updated successfully, but these errors were encountered:
the code in
NativeGitBoosterCatalogPathProvider.createBoosterContentPath
can be dangerousbooster.getGitRepo()
andbooster.getGitRef()
are both@Nullable
and can lead to a dirty ProcessBuilder NPE.The text was updated successfully, but these errors were encountered: