BB
I liked the course and the instructor is really nice. It could use more code. This course has very minimal code.

This course builds upon the skills and coding practices learned in both Principles of Secure Coding and Identifying Security Vulnerabilities, courses one and two, in this specialization. This course uses the focusing technique that asks you to think about: “what to watch out for” and “where to look” to evaluate and ultimately remediate fragile C++ library code. The techniques you’ll be examining will make your programs perform accurately and be resistant to attempts to perform inaccurately. This is really what the term secure programming means. You will be shown common errors that people make, and then learn how to program more robustly. You will apply tips and best practices to help you improve your programming style and help you to avoid common problems like buffer overflows, which may or may not cause security problems.

BB
I liked the course and the instructor is really nice. It could use more code. This course has very minimal code.
VP
More code and Example would be good in this code, Example code for Discussion would be good for ideal reference
HH
Thoroughly enjoyed the course. learned a lot. thank you.
RK
Practical demos could have added more fun to this course.
BD
This was interesting: a good introduction on what we need to develop a secure program and most common sources of vulnerabilities. Thank you!
Showing: 20 of 20
While its not really necessary to be a programmer its might be addressed to these, its all conceptual , and most of the time the professor assumes you know how to do things, they dont provide code or example codes..... while he mentioned some functions you might need to avoid or you can use instead , it gives you the feeling there might be more to it.
there isn't a cheat sheet provided and I would love to see some sort of summary where you could always refer to the juice stuff to review instead of reading the whole video transcript.
Although this course is not strictly for C/C++ developers, it covers a lot of vulnerabilities that could arise with bad programming.
In my opinion this course is much more general than "C/C++ Programming".
Practical demos could have added more fun to this course.
I liked the course and the instructor is really nice. It could use more code. This course has very minimal code.
Good course with well presented information and good info on topics related to multi-threaded processing vulnerabilities, environment variables, file systems, cryptography, public/private key sharing, input injection, buffer overflows, validation, and permissions (all dealt with via a Linux backdrop). That said, the coding examples were usually small and not particularly practical. This course would be greatly improved with better examples and deep dives into various scenarios for each topic. Additionally implementation of jupyter notebooks for c/c++ build environments would be excellent for showcasing how to run/write secure code and also take advantage of insecure code.
Even if you know what a format string attack is, or what malloc() writes to the heap,
this course will teach you a better way of thinking about the problematic areas of the execution of a program.
The Professor Delivers.
Thoroughly enjoyed the course. learned a lot. thank you.
Great Course ..
Alhamdulillah
Excelente.
good cours
Good.
Good
This was interesting: a good introduction on what we need to develop a secure program and most common sources of vulnerabilities. Thank you!
More code and Example would be good in this code, Example code for Discussion would be good for ideal reference
cool and good
osum
Good Learning and good to know that how a programmer neglects the security aspects while coding.
but i feel the content could have been better with deeper understading with live coding eamples.
Thanks for all your Efforts :)
Good course, I just do not do much c or c++ programming anymore.
Need more programtic way