briandelmsft / STAT-Function

Azure Function for the Microsoft Sentinel Triage AssistanT (STAT)
https://aka.ms/mstat
MIT License
9 stars 1 forks source link

Patch to update_column_value_in_list function #42

Closed briandelmsft closed 1 year ago

briandelmsft commented 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

piaudonn commented 1 year ago

Was it a pointer or a reference?