Skip to content

Commit 1628a8a

Browse files
authored
Merge pull request zaproxy#9217 from kingthorin/scan-vect-dialog
Remove scan options input vectors panel warnings moved to help
2 parents 59b6864 + 95c8018 commit 1628a8a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

zap/src/main/resources/org/zaproxy/zap/resources/Messages.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3214,16 +3214,16 @@ variant.options.excludedparam.table.header.url = URL
32143214
variant.options.injectable.addqueryparam.label = Add URL Query Parameter?
32153215
variant.options.injectable.addqueryparam.toolTip = <html>Causes ZAP to add a parameter to GET requests that don't have one.<br>This may increase scan time, however, it may also reveal issues that would otherwise go un-noticed.</html>
32163216
variant.options.injectable.cookie.encode.label = Encode Cookie Values
3217-
variant.options.injectable.cookie.label = Cookie Data (could slow down testing)
3218-
variant.options.injectable.headers.label = HTTP Headers (could slow down testing)
3217+
variant.options.injectable.cookie.label = Cookie Data
3218+
variant.options.injectable.headers.label = HTTP Headers
32193219
variant.options.injectable.headersAllRequests.label = All Requests
32203220
variant.options.injectable.headersAllRequests.toolTip = <html>Allows to scan the HTTP Headers of all requests.<br>Not just requests that send parameters, through the query or request body.</html>
32213221
variant.options.injectable.label = Injectable Targets:
32223222
variant.options.injectable.plainbody.label = Plain Body Data
32233223
variant.options.injectable.plainbody.toolTip = <html>ZAP will treat request that have body content but either no or text/plain content-type header as a single parameter value for testing purposes.</html>
32243224
variant.options.injectable.postdata.label = POST Data
32253225
variant.options.injectable.querystring.label = URL Query String & Data Driven Nodes
3226-
variant.options.injectable.urlpath.label = URL Path (could slow down testing)
3226+
variant.options.injectable.urlpath.label = URL Path
32273227
variant.options.rpc.custom.label = Enable Script Input Vectors
32283228
variant.options.rpc.dwr.label = Direct Web Remoting
32293229
variant.options.rpc.gwt.label = Google Web Toolkit

0 commit comments

Comments
 (0)