Skip to content

Commit 44808c3

Browse files
committed
Remove sentence
1 parent 4b3bed4 commit 44808c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/docs/ruleset-engine/rules-language/fields/dynamic-fields.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -436,25 +436,25 @@ For more details, refer to [Malicious uploads detection](/waf/detections/malicio
436436

437437
`cf.waf.score` <Type text='Number' />
438438

439-
A global score from `1` to `99` that combines the score of each WAF attack vector into a single score. The special score `100` indicates that the Cloudflare WAF did not score the request. This is the standard [WAF attack score](/waf/detections/attack-score/) to detect variants of attack patterns.
439+
A global score from `1` to `99` that combines the score of each WAF attack vector into a single score. This is the standard [WAF attack score](/waf/detections/attack-score/) to detect variants of attack patterns.
440440

441441
## `cf.waf.score.sqli`
442442

443443
`cf.waf.score.sqli` <Type text='Number' />
444444

445-
An attack score from `1` to `99` classifying the SQL injection (SQLi) attack vector. The special score `100` indicates that the Cloudflare WAF did not score the request.
445+
An attack score from `1` to `99` classifying the SQL injection (SQLi) attack vector.
446446

447447
## `cf.waf.score.xss`
448448

449449
`cf.waf.score.xss` <Type text='Number' />
450450

451-
An attack score from `1` to `99` classifying the cross-site scripting (XSS) attack vector. The special score `100` indicates that the Cloudflare WAF did not score the request.
451+
An attack score from `1` to `99` classifying the cross-site scripting (XSS) attack vector.
452452

453453
## `cf.waf.score.rce`
454454

455455
`cf.waf.score.rce` <Type text='Number' />
456456

457-
An attack score from `1` to `99` classifying the command injection or Remote Code Execution (RCE) attack vector. The special score `100` indicates that the Cloudflare WAF did not score the request.
457+
An attack score from `1` to `99` classifying the command injection or Remote Code Execution (RCE) attack vector.
458458

459459
## `cf.waf.score.class`
460460

0 commit comments

Comments
 (0)