Multiple choice technology security

Scanning underlying source code with a database of regular expressions to quickly identify suspicious code, application inputs, outputs etc primarily relates to ..

  1. Gray-box testing

  2. Black-box testing

  3. White-box testing

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Scanning source code using regular expressions to identify suspicious code patterns is a white-box testing technique. White-box testing involves examining internal code structures, logic paths, and implementation details, unlike black-box testing which only considers external inputs and outputs.