Skip to content

Commit

Permalink
check mtls test
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-omerma committed Dec 5, 2024
1 parent 4406581 commit c2329f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/resources/web-app-practice/read.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ func ReadWebApplicationPracticeToResourceData(practice models.WebApplicationPrac
RequiredArchiveExtraction: practice.FileSecurity.RequiredArchiveExtraction,
ArchiveFileSizeLimit: practice.FileSecurity.ArchiveFileSizeLimit,
ArchiveFileSizeLimitUnit: practice.FileSecurity.ArchiveFileSizeLimitUnit,
AllowArchiveWithinArchive: practice.FileSecurity.AllowArchiveWithinArchive,
AllowAnUnopenedArchive: practice.FileSecurity.AllowAnUnopenedArchive,
AllowFileType: practice.FileSecurity.AllowFileType,
RequiredThreatEmulation: practice.FileSecurity.RequiredThreatEmulation,
//AllowArchiveWithinArchive: practice.FileSecurity.AllowArchiveWithinArchive,
AllowAnUnopenedArchive: practice.FileSecurity.AllowAnUnopenedArchive,
AllowFileType: practice.FileSecurity.AllowFileType,
RequiredThreatEmulation: practice.FileSecurity.RequiredThreatEmulation,
}

fileSecurityMap, err := utils.UnmarshalAs[map[string]any](fileSecurity)
Expand Down

0 comments on commit c2329f4

Please sign in to comment.