Well, first, we need to understand what Log4j is. Essentially, Log4j is the logging function that is built-in in Java applications. This current vulnerability is affecting Apache servers; however, I feel that it will spread to a larger domain of targets aside from web servers. On December 9th, the initial vulnerability was discovered, and software […]
I am currently working on automating most... well, pretty much all, of my business and daily life.
Secure coding concepts include the following: Concept Description Error and exception handling Error and exception handling is a programming language construct designed to handle the occurrence of exceptions. Exceptions are special conditions that change the normal flow of program execution. An exception is handled (resolved) by: Saving the current state of execution in a predefined place. Switching the execution to […]
Some of the different standardized models that developers use when developing new software are: Model Description Ad-hoc Ad-hoc development is usually chaotic in nature. It is when the most qualified developers are given a project without a consistent team, funding, or schedule. The outcome of the product lies solely in the hands of the developer, rather […]