Skip to content

Commit 7e82a11

Browse files
committed
Fix typo
1 parent 89866b4 commit 7e82a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parsers/ASimAuthentication/Parsers/vimAuthenticationPaloAltoGlobalProtect.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ ParserQuery: |
200200
| where (array_length(targetappname_has_any) == 0 or TargetAppName has_any(targetappname_has_any))
201201
| where (array_length(srcipaddr_has_any_prefix) == 0
202202
or has_any_ipv4_prefix(SourceIP, srcipaddr_has_any_prefix)
203-
or has_any_ipv4_prefix(PanOSPublicIPv4, srcipaddr_has_any_prefix)
203+
or has_any_ipv4_prefix(PanOSPublicIPv4, srcipaddr_has_any_prefix))
204204
| project-rename
205205
DvcIpAddr = Computer,
206206
DvcId = DeviceExternalID,

0 commit comments

Comments
 (0)