Skip to content

Commit

Permalink
Add forward slash usecase to TemplateInjection detection (Velocidex#1173
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mgreen27 authored Aug 2, 2021
1 parent 875851a commit 43a9679
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ parameters:
default: C:\Users\**\*.{docx,dotx,xlsx,xltx,pptx,potx,ppsx,sldx}
- name: TemplateRegex
description: Regex to search inside resource section.
default: '^(https?|smb|\\\\\\\\)'
default: '^(https?|smb|\\\\|//)'
- name: UploadDocument
type: bool
description: Select to upload document on detection.
Expand Down

0 comments on commit 43a9679

Please sign in to comment.