Eric
Eric
In the issue #1474 and #1531 a multi arch support was added by using Docker BuildX and QEMU. In our team, the main motivation to use kaniko is to get...
Currently, snapshooter is using Newtonsoft.Json (also called Json.Net) serializer to compare JSON files. Microsoft introduced its own JSON Serializer in the System.Text namespace, which is now recommended for simple use...
For Debian packages, the tool seems to set the .orig.tar.gz file into the 'Source Code Download URL' field of SW360. It should be the 'dsc' file. Let's take an example...
Current implementation of jwt.decode with audience support only one string: https://github.com/mpdavis/python-jose/blob/master/jose/jwt.py#L483 while pyjwt support a list of audiences: https://github.com/jpadilla/pyjwt/blob/master/jwt/api_jwt.py#L499 as well as authlib: https://github.com/lepture/authlib/blob/main/authlib/jose/rfc7519/claims.py#L130 but authlib is quite different implementation....