Closed katakura closed 2 months ago
Hi @katakura,
Thank you for the thorough report. I will look into this.
~tooryx
I was able to successfully reproduced this issue and to write the according fix. I will push it internally today and it should reach the public repository in 1-2 days. In the meantime, if you just want to play around with Tsunami, you can apply the following patch:
--- a/main/src/main/java/com/google/tsunami/main/cli/TsunamiCli.java
+++ b/main/src/main/java/com/google/tsunami/main/cli/TsunamiCli.java
@@ -184,7 +184,7 @@ public final class TsunamiCli {
install(new SystemUtcClockModule());
install(new CommandExecutorModule());
- install(new HttpClientModule.Builder().setLogId(mco.logId).build());
+ install(new HttpClientModule.Builder().setLogId(mco.getLogId()).build());
install(new GoogleCloudStorageArchiverModule());
install(new ScanResultsArchiverModule());
install(new PluginExecutionModule());
Thank you again for reporting this. ~tooryx
This is now fixed on master
. I will cut a new release in the following days.
Problem summary
After installing "Ubuntu Server 22.04 LTS" on a virtual machine in Azure, we added the necessary packages and ran "quick_start.sh" to build tsunami.
After that, I started tsunami scan on localhost (127.0.0.1) as instructed, but it stopped with the error "NULL_INJECTED_INTO_NON_NULLABLE" rather soon after execution.
execution environment
Ubuntu version:
Added package:
Build of tsunami
Execute the following commands as a general user
Execution of tsunami