Andrei Efanov
Andrei Efanov
openhtmltopdf-jsoup-dom-converter has org.jsoup:jsoup:1.11.3 depencency. This version is vulnerable to [CVE-2021-37714](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37714). To fix it, follow the advice [GHSA-m72m-mhq2-9p6c](https://github.com/jhy/jsoup/security/advisories/GHSA-m72m-mhq2-9p6c) and update to org.jsoup:jsoup:1.14.2 and higher. The related issue in openhtmltopdf: https://github.com/danfickle/openhtmltopdf/issues/828
`openhtmltopdf-jsoup-dom-converter` has `org.jsoup:jsoup:1.11.3` depencency. This version is vulnerable to [CVE-2021-37714](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37714). To fix it, follow the advice https://github.com/jhy/jsoup/security/advisories/GHSA-m72m-mhq2-9p6c and update to `org.jsoup:jsoup:1.14.2` and higher.
Hello! It would be great if this wonderful font will be available on Windows Store. In this case one will not need any administrative rights to install the font and...
**The bug** After #548 spring context fails to start if `grpc-netty-shaded` is replaced with `grpc-netty`. You need to manually add `netty-transport-native-epoll` dependency to fix the issue. **Stacktrace and logs** ```...
**The problem** I want to optimize startup time by using `spring-context-indexer`, but it does not work with grpc-spring-boot-starter. **The solution** Provide support for `spring-context-indexer`.
It would be wonderful if `Function injectionContext` function that is passed to `FXMLView` constructor would accept some more information about the injecting field. It could be 1. Class of the...
The example can be taken from [goto1134/javafx-frameworks-comparation#afterburner-failing-injection](https://github.com/goto1134/javafx-frameworks-comparation/tree/afterburner-failing-injection) branch. ### Description My presenter class: ```kotlin class AfterburnerPresenter : Initializable { override fun initialize(location: URL?, resources: ResourceBundle?) { sayHelloButton.setOnAction { helloLabel.text =...
I have the following Entity ```kotlin @Entry(objectClasses = ["top", "person", "user"], base = "ou=users") class LdapUser { @Id lateinit var id: Name @Attribute(name = "objectGUID", type = Attribute.Type.BINARY, readonly =...
The issue is inspired by a bug report to GoLand: https://youtrack.jetbrains.com/issue/GO-15168 * clone https://github.com/goto1134/go-retracted-version-update-bug * run `go list -m -u -json all` You will see the following output: ```jsonl ......
Now cases when a single keyword is split by multiple multiline separators are supported. ```structurizr work\ spa\ ce { } ``` Also fixes redundant spaces inside quoted strings. The following...