Andreas Grub
Andreas Grub
I can confirm that switching to the `oidc` provider as suggested by @jmahlik and @AureaMohammadAlavi makes it work for us, too. We weren't able to get it running with the...
@scott-hiemstra Thanks for pointing out the workaround. I think I'm experiencing a similar issue (which vanishes when using `ipv6=off`) and I wonder if that's really a problem of this module....
Might be related to #10 and #15
@ethlo Thanks for bringing this up. I think it's in `de.qaware.openapigeneratorforspring.common.paths.method.SpringWebHandlerMethodContentTypesMapper` which you could override to fix it now, but I'll see if I can fix it within the library...
Thanks for reporting this @JuntaoZhu I had exactly the problem and it was hard to debug that in Azure functions. For all others, here's a complete "Input/Output" example for multiple...
@dnephin Thank you very much for you detailed answer and the PR. I highly appreciate it! I've commented in #275 already that it solves the part concerning dependent subtests. Concerning...
Looking at the [implementation of gocovmerge](https://github.com/wadey/gocovmerge/blob/master/gocovmerge.go) I think it's a bit more involved than simply fiddling with `grep` to merge the different `coverage.out` files. That's why I've just used that...
@nimrodkor Will see if I can do it, need to check what would be the really correct way to check it, as I think that annotations are generated by `type:...
I still observe this false positive with checkov 2.1.9
@jbardin Thanks for clarifying this for me. The possibility that additional filtering could expose sensitive values and thus render the whole generated map expression sensitive is quite subtle though. Indeed,...