Skip to content

Commit c06f9e8

Browse files
authored
Merge pull request #961 from KelvinTegelaar/dev
[pull] dev from KelvinTegelaar:dev
2 parents f3ae71b + 4255573 commit c06f9e8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Modules/CIPPCore/Public/Test-CustomScriptSecurity.ps1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@ function Test-CustomScriptSecurity {
5959
'ConvertTo-Json', 'ConvertFrom-Json', 'Write-Output', 'Write-Host',
6060

6161
# CIPP data access (read-only)
62-
'New-CIPPDbRequest', 'Get-CIPPDbItem', 'Get-CIPPTestData'
62+
'New-CIPPDbRequest', 'Get-CIPPDbItem', 'Get-CIPPTestData',
63+
64+
# Test specific methods
65+
'Add-CIPPTestResult'
6366
)
6467

6568
# Find all command invocations (exclude hashtable key assignments and property access)

0 commit comments

Comments
 (0)