Added positive matcher to avoid false positive result. (#4517)

patch-1
Sandeep Singh 2022-05-31 20:13:08 +05:30 committed by GitHub
parent 73b4295011
commit e62a23690d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 32 additions and 0 deletions

View File

@ -20,3 +20,7 @@ file:
words:
- "aaa new-model"
negative: true
- type: word
words:
- "configure terminal"

View File

@ -20,3 +20,7 @@ file:
words:
- "service timestamps debug datetime msec show-timezone localtime"
negative: true
- type: word
words:
- "configure terminal"

View File

@ -20,3 +20,7 @@ file:
words:
- "service timestamps log datetime msec show-timezone localtime"
negative: true
- type: word
words:
- "configure terminal"

View File

@ -20,3 +20,7 @@ file:
words:
- "no ip source-route"
negative: true
- type: word
words:
- "configure terminal"

View File

@ -20,3 +20,7 @@ file:
words:
- "no service pad"
negative: true
- type: word
words:
- "configure terminal"

View File

@ -20,3 +20,7 @@ file:
words:
- "enable secret"
negative: true
- type: word
words:
- "configure terminal"

View File

@ -20,3 +20,7 @@ file:
words:
- "logging enable"
negative: true
- type: word
words:
- "configure terminal"

View File

@ -20,3 +20,7 @@ file:
words:
- "service password-encryption"
negative: true
- type: word
words:
- "configure terminal"