Computer Science, asked by Krutika1388, 1 day ago

Which of the following is not secure coding practice

Answers

Answered by Anonymous
0

Answer:

2. Improper Exception Handling. I recently wrote about this insecure practice when looking at common pitfalls in python exception handling with regards to overly generic exception handling - but there are many other insecure ways to implement error handling in many different languages

Similar questions