Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 661183743
Change-Id: I32b5c6b2bf638aa3070ccf92b8fe9657d50f3fdc
  • Loading branch information
Tsunami Team authored and copybara-github committed Aug 9, 2024
1 parent a634ddb commit 71c57f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

import static com.google.common.truth.extensions.proto.ProtoTruth.assertThat;
import static com.google.tsunami.common.data.NetworkEndpointUtils.forIpAndPort;
import static com.google.tsunami.plugins.detectors.cves.cve202346604.Cve202346604Detector.SocketFactoryInstance;
import static com.google.tsunami.plugins.detectors.cves.cve202346604.Cve202346604Detector.VULN_DESCRIPTION_OF_OOB_VERIFY;
import static com.google.tsunami.plugins.detectors.cves.cve202346604.Cve202346604Detector.VULN_DESCRIPTION_OF_VERSION;
import static java.nio.charset.StandardCharsets.UTF_8;
Expand All @@ -41,6 +40,7 @@
import com.google.tsunami.plugin.payload.testing.FakePayloadGeneratorModule;
import com.google.tsunami.plugin.payload.testing.PayloadTestHelper;
import com.google.tsunami.plugins.detectors.cves.cve202346604.Annotations.OobSleepDuration;
import com.google.tsunami.plugins.detectors.cves.cve202346604.Cve202346604Detector.SocketFactoryInstance;
import com.google.tsunami.proto.*;
import java.io.*;
import java.net.Socket;
Expand Down

0 comments on commit 71c57f6

Please sign in to comment.