Skip to content

Commit

Permalink
jsoup: 1.14.3 → 1.17.2
Browse files Browse the repository at this point in the history
From MVNRepository:

Direct vulnerabilities:
- CVE-2022-36033

Vulnerabilities from dependencies:
- CVE-2023-26049
- CVE-2023-26048
- CVE-2022-25647

https://mvnrepository.com/artifact/org.jsoup/jsoup/1.14.3

[Cherry-picked 27fbeaf]
  • Loading branch information
dwijnand authored and WojciechMazur committed Jun 28, 2024
1 parent fe6b1b4 commit ec18bbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class PcDefinitionProvider(
val isLocal = sym.source == pos.source
if isLocal then
val defs =
Interactive.findDefinitions(List(sym), driver, false, false)
Interactive.findDefinitions(List(sym), driver, false, false).filter(_.source == sym.source)
defs.headOption match
case Some(srcTree) =>
val pos = srcTree.namePos
Expand Down

0 comments on commit ec18bbe

Please sign in to comment.