Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test playbook containment plan enhancement #37003

Merged
merged 1 commit into from
Oct 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ tasks:
{
"position": {
"x": 60,
"y": 710
"y": 890
}
}
note: false
Expand Down Expand Up @@ -93,7 +93,7 @@ tasks:
{
"position": {
"x": 60,
"y": -1050
"y": -870
}
}
note: false
Expand Down Expand Up @@ -132,7 +132,7 @@ tasks:
{
"position": {
"x": 60,
"y": -1390
"y": -1210
}
}
note: false
Expand All @@ -157,7 +157,7 @@ tasks:
brand: ""
nexttasks:
'#none#':
- "150"
- "186"
scriptarguments:
key:
simple: Hash
Expand Down Expand Up @@ -206,7 +206,7 @@ tasks:
{
"position": {
"x": 60,
"y": -10
"y": 170
}
}
note: false
Expand Down Expand Up @@ -243,7 +243,7 @@ tasks:
{
"position": {
"x": 60,
"y": -190
"y": -10
}
}
note: false
Expand Down Expand Up @@ -282,7 +282,7 @@ tasks:
{
"position": {
"x": 60,
"y": 175
"y": 355
}
}
note: false
Expand Down Expand Up @@ -332,7 +332,7 @@ tasks:
{
"position": {
"x": 60,
"y": 360
"y": 540
}
}
note: false
Expand Down Expand Up @@ -367,7 +367,7 @@ tasks:
{
"position": {
"x": 310,
"y": 540
"y": 720
}
}
note: false
Expand Down Expand Up @@ -603,7 +603,7 @@ tasks:
{
"position": {
"x": 60,
"y": -560
"y": -380
}
}
note: false
Expand Down Expand Up @@ -640,7 +640,7 @@ tasks:
{
"position": {
"x": 60,
"y": -1220
"y": -1040
}
}
note: false
Expand Down Expand Up @@ -999,7 +999,7 @@ tasks:
{
"position": {
"x": 60,
"y": -890
"y": -710
}
}
note: false
Expand Down Expand Up @@ -1036,7 +1036,7 @@ tasks:
{
"position": {
"x": 60,
"y": -730
"y": -550
}
}
note: false
Expand Down Expand Up @@ -1073,7 +1073,43 @@ tasks:
{
"position": {
"x": 60,
"y": -385
"y": -205
}
}
note: false
timertriggers: []
ignoreworker: false
skipunavailable: false
quietmode: 0
isoversize: false
isautoswitchedtoquietmode: false
"186":
id: "186"
taskid: af8cc56d-d7b3-4805-8f2c-66ff1d31b61b
type: regular
task:
id: af8cc56d-d7b3-4805-8f2c-66ff1d31b61b
version: -1
name: Remove hash from blocklist
description: Removes requested files from block list.
script: '|||core-remove-blocklist-files'
type: regular
iscommand: true
brand: ""
nexttasks:
'#none#':
- "150"
scriptarguments:
hash_list:
simple: 724e1e4079191f086c3a2bcc15133b4309ce5125dbb31c5443262599ca992601
separatecontext: false
continueonerror: true
continueonerrortype: ""
view: |-
{
"position": {
"x": 60,
"y": -1400
}
}
note: false
Expand All @@ -1090,7 +1126,7 @@ view: |-
},
"paper": {
"dimensions": {
"height": 4485,
"height": 4665,
"width": 650,
"x": 60,
"y": -3710
Expand Down
Loading