What is logic bomb and How to safeguard against logic bomb attacks?

A logic bomb is a piece of code intentionally inserted into a software system that will set off a malicious function when specified conditions are met. For example, a programmer may hide a piece of code that starts deleting files (such as a salary database trigger), should they ever be terminated from the company. Software […]

What is logic bomb and How to safeguard against logic bomb attacks? Read More »