Niklas

Results 183 issues of Niklas

`go version -m` can't currently deal with macOS [universal binaries](https://www.jviotti.com/2021/07/23/a-deep-dive-on-macos-universal-binaries.html). However, with Go 1.18, we will get the necessary tools to implement support for them ourselves, using `buildinfo.Read(io.ReaderAt)`. Also, Go...

enhancement
go:1.18

We don't currently scan the files of a module for licenses. As pointed out in the article below however, it is totally possible that some files are licensed differently than...

enhancement

`go mod graph` apparently isn't really intended for generating an accurate dependency graph (that is, differentiating between direct and transitive dependencies). This becomes painfully obvious when running that command on...

enhancement

https://circleci.com/docs/2.0/env-vars/#built-in-environment-variables https://docs.drone.io/pipeline/environment/reference/ https://docs.github.com/en/actions/reference/environment-variables#default-environment-variables https://docs.gitlab.com/ee/ci/variables/predefined_variables.html https://wiki.jenkins.io/display/JENKINS/Building+a+software+project#Buildingasoftwareproject-belowJenkinsSetEnvironmentVariables https://docs.travis-ci.com/user/environment-variables/#default-environment-variables

enhancement

This PR adds metrics support for both DataNucleus and HikariCP, providing insights into how the persistence layer of Alpine is doing. While DataNucleus provides a more high-level view of things,...

The metrics endpoint is intended to be used by machines, and access has to be available as soon as the application starts. While it's not viable to integrate this endpoint...

- [x] Include changes to documentation of 4.5.x branch - [x] Add Changelog for 4.6.0 - [x] Recurring tasks and configurability via #1542 - [x] Remove references to discontinued traditional...

documentation

### Current Behavior: In order to reduce the amount of calls to external systems, `BaseComponentAnalyzerTask` uses a caching mechanism to store and retrieve results from external analyzers (e.g. OSS Index)....

enhancement
p2

### Current Behavior: While experimenting with persistence metrics exposition, I noticed that there are more database connections (and even more connection pools) than I expected: ``` hikaricp_connections_idle{pool="HikariPool-3",} 9.0 hikaricp_connections_idle{pool="HikariPool-4",} 11.0...

enhancement

### Current Behavior: In order to scan components for vulnerabilties, users have to create a project first. Projects are great for continuously scanning components, but they're too heavyweight for use...

enhancement