Which two safely validate inputs? (Choose two.)
Which two safely validate inputs? (Choose two.)
Accepting only valid characters and input values and using trusted domain-specific libraries to validate inputs are both crucial steps in securely validating inputs. Validating characters and values ensures that only appropriately formatted and expected data enters the system, preventing many simple forms of injection attacks. Utilizing trusted domain-specific libraries leverages well-tested and secure validation routines developed by experts in the field, further safeguarding against incorrect or malicious input.
B,C is true