skrapeit / skrape.it

A Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). It places particular emphasis on ease of use and a high level of readability by providing an intuitive DSL. It aims to be a testing lib, but can also be used to scrape websites in a convenient fashion.
https://docs.skrape.it
MIT License
790 stars 57 forks source link

Three vulnerabilities detected #202

Open Nico-GS opened 1 year ago

Nico-GS commented 1 year ago

Hello, Gradle informs me of three vulnerabilities coming from jsoup and xalan :

https://devhub.checkmarx.com/cve-details/CVE-2021-37714/ https://devhub.checkmarx.com/cve-details/CVE-2022-36033/ https://devhub.checkmarx.com/cve-details/CVE-2022-34169/

Have these libs been updated or will be?

Thanks