Skip to content

Commit

Permalink
Add information about the scanned network service to the crawl config…
Browse files Browse the repository at this point in the history
… protos.

PiperOrigin-RevId: 343038216
Change-Id: I729cf5f73966cad54b1ff97a9be40d793055ec01
  • Loading branch information
Tsunami Team authored and copybara-github committed Nov 18, 2020
1 parent e12e324 commit 50039c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions proto/web_crawl.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ syntax = "proto3";

package tsunami.proto;

import "network_service.proto";

option java_multiple_files = true;
option java_outer_classname = "WebCrawlProtos";
option java_package = "com.google.tsunami.proto";
Expand Down Expand Up @@ -49,6 +51,10 @@ message CrawlConfig {
// Allowed crawling scopes.
// Optional. When empty, scopes are autogenerated from seeding_urls.
repeated Scope scopes = 3;

// The network service to be crawled.
// Required.
NetworkService network_service = 4;
}

message CrawlTarget {
Expand Down

0 comments on commit 50039c8

Please sign in to comment.