Alice Pellegrini
Alice Pellegrini
Specify library name and version: **qt/6.x.x** Fixes https://github.com/conan-io/conan/issues/16217 on 2.3.1, by setting `tc.absolute_path` to True (option introduced in https://github.com/conan-io/conan/pull/16244) --- - [x] I've read the [contributing guidelines](https://github.com/conan-io/conan-center-index/blob/master/CONTRIBUTING.md). - [x] I've...
The choice of file extension comes from the extension of the existing `.cer` files that are already in the repository: there are **already 30 PEM certificates** with a .cer extension...
Fixes #1974 _Please note this is a personal contribution, not on behalf of my employer_
According to the [SARIF specification](https://docs.oasis-open.org/sarif/sarif/v2.1.0/errata01/os/sarif-v2.1.0-errata01-os-complete.html#_Toc141790677), section 3.4.4 > If this artifactLocation object describes a top-level artifact and the value of its uri property (§3.4.3) is a relative reference, the artifactLocation...
Due to an incorrect modelling of the `String.split(String, int)` method, when the limit is `0` or `-1`, the analyzer assumes the resulting array will have a size [limit, 1]; according...