Kamil Dudka
Kamil Dudka
... on allocation of `ListenEventHandler`: ``` Error: RESOURCE_LEAK (CWE-772): src/HttpServer.cc:2056: alloc_fn: Storage is returned from allocation function "operator new". src/HttpServer.cc:2056: leaked_storage: Ignoring storage allocated by "new nghttp2::ListenEventHandler(sessions, fd, std::shared_ptr(acceptor))" leaks...
I use a2x to generate a man page from an asciidoc text file. In asciidoc-8.6.8, the --destination-dir option of a2x was documented as "Output directory." and it worked as documented....
#### For bugs - My shellcheck version (`shellcheck --version` or "online"): 0.9.0 - Originally reported in Red Hat Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2180035 #### Here's a snippet or screenshot that shows the problem:...
### Short description of the problem `mock --init` occasionally fails with a traceback. `mock --scrub=root-cache` does not fix it: ```py >>> 2024-03-27 01:33:04 "/usr/bin/mock" "-r" "rhel-9-x86_64" "--plugin-option=tmpfs:keep_mounted=True" "--config-opts=print_main_output=True" "--init" INFO:...
It would be nice to use Snyk Code (the scanning service freely available for open-source project) in the upstream CI of OpenScanHub.
### Description As discussed at https://github.com/packit/packit/discussions/2371#discussioncomment-10397800, we would need to extend Packit such that it can pass custom options to OSH for users with specific needs. ### Benefit The default...
See the individual commit messages for details.
See the individual commit messages for details.
As an OSH admin, I want automatically triggered OSH tasks to succeed so that we do not need to debug and resolve scan failures. With Koji 1.35, we moved to...
The following minimal example: ```sh #!/bin/bash fnc() { echo; } cmd="$(declare -f fnc) fnc" eval "${cmd}" exit ``` ... triggers a `SC2317` false positive: ``` In xxx.sh line 3: fnc()...