Securing the JVM
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Explore the critical importance of securing Java Virtual Machines (JVMs) in this 44-minute conference talk from GOTO Chicago 2019. Delve into potential security risks associated with unsecured JVMs, including data breaches and malicious code execution. Learn how to identify and mitigate vulnerabilities through practical examples and demonstrations. Discover essential techniques for hardening JVM security, such as implementing proper permissions, configuring policy files, and utilizing security managers. Gain insights into the complexities of securing non-trivial applications and the potential consequences of neglecting JVM security. Follow along as the speaker showcases real-world scenarios, provides code examples, and offers valuable references for further study in Java application security.
Syllabus
Introduction
What color is Switzerland
Everybody is rich
We are the best
Swiss Passport
Meet Nicolas
Cloud Act
Quiz
Safeguards
Steganography
Demo
Imagine
Danger
applets
security manager
Permissions
Default Policy File
Less Privileges
All Permission
Policy File
Example
Shortcuts
References
Taught by
GOTO Conferences
Related Courses
Addressing Algorithmic BiasGOTO Conferences via YouTube Empowering Consumers - Evolution of Software in the Future
GOTO Conferences via YouTube Why Static Typing Came Back
GOTO Conferences via YouTube Higher Kinded Types in a Lower Kinded Language - Functional Programming in Kotlin
GOTO Conferences via YouTube It's Not Hard to Test Smart - Delivering Customer Value Faster
GOTO Conferences via YouTube