filmov
tv
Static Analysis in Java

Показать описание
Course: How to Create Ransomware and Protect in Java for Fun but not Profit!
Find my course here:
Hi folks,
This short tutorial details how to perform code review (static analysis) on a basic java code to find security vulnerabilities (code injection) in Java.
In this quick tutorial, I will show you code injection vulnerability in Java and how to detect this bug without using any tools. Furthermore, I will show you how to install and use "FindBugs" and default code analyzer in the IntelliJ IDE.
If you like this video, please subscribe, and if you can support me by a little donation:
Donation:
Bitcoin: 3NjN8pTrDArSErzdT5Y2eHS7ufBZsu3xbE
-------------------------------------------------------------------------------------
* "Code review is a software quality assurance activity in which one or several people check a program mainly by viewing and reading parts of its source code"
* "Java is a general-purpose programming language that is class-based, object-oriented, and designed to have as few implementation dependencies as possible."
* "Code injection is the exploitation of a computer bug that is caused by processing invalid data. An injection is used by an attacker to introduce (or "inject") code into a vulnerable computer program and change the course of execution"
Wikipedia
-------------------------------------------------------------------------------------
If you find this video helpful, please do not forget to give it a like and subscribe to this channel. This encourages me to create useful content and share them here with you guys!
Find my course here:
Hi folks,
This short tutorial details how to perform code review (static analysis) on a basic java code to find security vulnerabilities (code injection) in Java.
In this quick tutorial, I will show you code injection vulnerability in Java and how to detect this bug without using any tools. Furthermore, I will show you how to install and use "FindBugs" and default code analyzer in the IntelliJ IDE.
If you like this video, please subscribe, and if you can support me by a little donation:
Donation:
Bitcoin: 3NjN8pTrDArSErzdT5Y2eHS7ufBZsu3xbE
-------------------------------------------------------------------------------------
* "Code review is a software quality assurance activity in which one or several people check a program mainly by viewing and reading parts of its source code"
* "Java is a general-purpose programming language that is class-based, object-oriented, and designed to have as few implementation dependencies as possible."
* "Code injection is the exploitation of a computer bug that is caused by processing invalid data. An injection is used by an attacker to introduce (or "inject") code into a vulnerable computer program and change the course of execution"
Wikipedia
-------------------------------------------------------------------------------------
If you find this video helpful, please do not forget to give it a like and subscribe to this channel. This encourages me to create useful content and share them here with you guys!