CrowdStrike / falcon-integration-gateway

Falcon Integration Gateway (FIG)
The Unlicense
17 stars 17 forks source link

fix(AZURE): Refactor FalconCache to use thread-safe locks #161

Closed carlosmmatos closed 11 months ago

carlosmmatos commented 11 months ago

This commit refactors the FalconCache class to use thread-safe locks when accessing the _arc_config dictionary. Previously, multiple threads could access the dictionary simultaneously, leading to potential race conditions and data corruption.

Fixes #160