Answered step by step
Verified Expert Solution
Question
1 Approved Answer
A software for a networking device is written using C programming language. There is a requirement in the software to get input from the programmers
A software for a networking device is written using C programming language. There is a requirement in the software to get input from the programmers had used the gets method for getting the input from the user and this lead to a very serious vulnerability known as buffer
Note: gets is already listed as a vulnerablebad coding practice in the CERT Coding Guidelines and has recommended developers to use I fgets instead of gets
Which of the following Secure SDLC practices could have helped in preventing andor detecting such issues? Choose TWO most appropri
Deprecate unsafe functions
Source code scanning using Static Application Security Testing SAST tools
User risk assessment
Establish a disposaltransition plan
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started