Research Article

An Approach of Vulnerability Testing for Third-Party Component Based on Condition and Parameter Mutation

Procedure 2

IsExclusive().
(01) IsExclusive ( , )
(02) {
(03)  if ( ( , ) && ( ))
(04) return  true;
(05)  else
(06) return  false;
(07) }