Closed briandelmsft closed 1 year ago
Fixes https://github.com/briandelmsft/SentinelAutomationModules/issues/434
update_column_value_in_list() was acting on a reference, which resulted in the source data being incorrectly updated.
This was already worked around in the Related alerts module, but has now been fixed globally in the data function
Was it a pointer or a reference?
Fixes https://github.com/briandelmsft/SentinelAutomationModules/issues/434
update_column_value_in_list() was acting on a reference, which resulted in the source data being incorrectly updated.
This was already worked around in the Related alerts module, but has now been fixed globally in the data function