mulder999

Results 15 issues of mulder999

Before the fix https://github.com/manuc66/JsonSubTypes/issues/100, we could use the order to attempt best resolution. The following json ``` {"CommonProp": null, "Optional": null, "Other": null} ``` raises "Ambiguous type resolution" while we...

feature-request

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement
new resource

Rational: Common to ApiKey and UserPrincipal. OO simplification to avoid this type of ugly code: ```java final List teams; if (principal instanceof UserPrincipal) { final UserPrincipal userPrincipal = ((UserPrincipal) principal);...

enhancement

I would like to suggest an update to the current theme template in order to correctly indicate the current language using the `.Lang` variable instead of the static values `.site.LanguageCode`...

### Description Filter portfolio metrics in portfolio access control mode to match team's accesses ### Addressed Issue Fixes #2323 ### Additional Details Sum in real time the matching project's metrics...

### Current Behavior As mentioned in the issue #2323, the portfolio project metrics are not filtered according to portfolio access control (beta feature). Consequently, users with limited portfolio access control...

enhancement

### Description Application attempts to download [nvd statistics](https://nvd.nist.gov/rest/public/dashboard/statistics) despite nvd being disabled or nvd configured to use api v2. ### To reproduce Run this command: Steps to reproduce the behaviour:...

bug

#780: do not log connection string above DEBUG level _Remark_ * This is a quick fix to solve vulnerability issue * Further enhancement should attempt to sanitize information passed to...

Method `dbutils::is_server_available` (other methods seems to suffer from same issue) is reporting full connection string with password in clear at `WARNING` level. Reproduction is possible for example when connection are...

Actual: Actual implementation do the image cleanup only on the node running the shepherd container, not on the node running the service updated, nor on any other Expected: In decreasing...

bug