In the context of version control systems like Git, the default development branch from which all other branches are typically created.
"Changes are merged back into the master branch after development and testing in feature branches are completed."
A type of security vulnerability in which an attacker can execute malicious SQL statements by manipulating input data, typically through web forms or URL parameters.
"The website was vulnerable to SQL injection attacks due to improper input validation."
A boolean value indicating the opposite of true, used in programming to represent a negative condition or a condition that has not been met.
"In an if statement, if the condition evaluates to false, the block of code associated with it is not executed."
The component or system being tested in software testing, typically the subject of a test case or experiment.
"The SUT failed to produce the expected output during the integration test."