The common term sanitize means to clean something to remove potentially harmful pathogens such as germs and bacteria. In computer programming, the definition is similar. You sanitize data to remove potentially harmful elements. Anything that might be executable code is a security risk and needs to be sanitized.
User input must always get sanitized.