Finding and Remediating Vulnerabilities with Maven Dependency Management

Finding and Remediating Vulnerabilities with Maven Dependency Management

OtherDevOpsGene

2 года назад

13,356 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@shubhamjumde9076
@shubhamjumde9076 - 19.05.2024 16:11

Thank you for such detail video on solving vulnerabilities in Java applications. "
Before bumping the versions of jackson-databing and logback-core in <dependencymanagement> section, we could see these dependencies were coming from some other sources. When we want to bump these versions, don't we exclude these dependencies from their earlier sources?

Ответить
@kristijancuris6546
@kristijancuris6546 - 21.03.2024 00:52

ThanX! This is very useful and I gave it a like, but... don't you think we would like to see commands you are typing rather than the content that covers them?
Could you put them in description?

Ответить
@21Million
@21Million - 06.12.2023 20:10

This is the best video on the subject that is out there. VIdeo is missing some important tactics:
1. Using Maven enforcer
2. Using mvn dependency:tree -Dverbose with -Dincludes option

Ответить
@salihgungor677
@salihgungor677 - 11.11.2023 17:17

in this video you can find that why we should use dependency management tag especilly i got

Ответить
@christoforosl08
@christoforosl08 - 20.06.2023 13:45

Love the way a simple Sprint app takes ages to compile

Ответить
@berrydb19
@berrydb19 - 28.01.2023 22:47

Thank you, sir. You are a life saver.

Ответить
@BarkanErdogdu
@BarkanErdogdu - 04.11.2022 22:03

Thank you for sharing! Sometimes top level dependencies are downloading their transitive dependencies even if they are not used in your project. I wonder, is there any easy way to check if a transitive dependency is used for the project?

Ответить
@niketbhagwath4832
@niketbhagwath4832 - 21.09.2022 16:34

Still the tricky thing to find is with the plugins. maven-complier-plugin downloads many old plexus-utils jars which come under critical vulnerabilites. How to fix those such that the plugin takes latest of plexus-utils

Ответить
@mohandasari2913
@mohandasari2913 - 12.09.2022 21:48

Hi, how to resolve CVE-2016-1000027?

Ответить