github.com/akamai/AkamaiOPEN-edgegrid-golang/v8@v8.1.0/pkg/appsec/testdata/TestAttackGroup/AttackGroup.json (about) 1 { 2 "conditionException": { 3 "conditions": [], 4 "exception": { 5 "headerCookieOrParamValues": [ 6 "abc" 7 ], 8 "specificHeaderCookieOrParamNames": [ 9 { 10 "names": [ 11 "new", 12 "hear" 13 ], 14 "selector": "REQUEST_HEADERS" 15 }, 16 { 17 "names": [ 18 "cook", 19 "vale" 20 ], 21 "selector": "REQUEST_COOKIES" 22 }, 23 { 24 "names": [ 25 "new" 26 ], 27 "selector": "JSON_PAIRS" 28 }, 29 { 30 "names": [ 31 "xml" 32 ], 33 "selector": "XML_PAIRS" 34 } 35 ], 36 "specificHeaderCookieOrParamPrefix": { 37 "prefix": "b*", 38 "selector": "REQUEST_COOKIES" 39 } 40 } 41 } 42 }