← Back to Baseline

MB-R358

HUMAN VERIFICATION REQUIRED ASVS 15.4.1 Thread-safe shared objects

MB-C18 ASVS Level 3 Human Assurance Medium

Shared objects in multi-threaded code (such as caches, files, or in-memory objects accessed by multiple threads) are accessed safely by using thread-safe types and synchronization mechanisms like locks or semaphores to avoid race conditions and data corruption.