Skip to content

Commit db4d2ce

Browse files
committed
Enforce Scope Check in Fingerprinters
1 parent 85726ac commit db4d2ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google/fingerprinters/web/src/main/java/com/google/tsunami/plugins/fingerprinters/web/tools/FingerprintUpdater.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ private ImmutableSetMultimap<String, Hash> crawlLiveApp() {
188188
.addAllSeedingUrls(seedingUrls)
189189
.setMaxDepth(options.maxCrawlDepth)
190190
.addScopes(ScopeUtils.fromUrl(options.remoteUrl))
191+
.setShouldEnforceScopeCheck(true)
191192
.setNetworkEndpoint(NetworkEndpoint.getDefaultInstance())
192193
.build();
193194
return crawler.crawl(crawlConfig).stream()

0 commit comments

Comments
 (0)