Michael Schlenker

Results 27 comments of Michael Schlenker

seems my git skills are a bit rusty... :-(, not sure if i messed up things.

@cwaldbieser: Agreed. Will have a look how cred fits into it and what to do about some docs. Docs might fit in well in an extra PR. You are right...

Sounds like one would typically use passlib for such a task. https://bitbucket.org/ecollins/passlib/wiki/Home

A `LDAPSearchResultReference` would probably need special consideration in a proxy setting. The upstream server tells you to contact a different LDAP server, so either the proxy should do that on...

Looks like a duplicate of https://github.com/CycloneDX/cyclonedx-cli/issues/178

Still broken with cyclonedx-cli 0.24.2 binary.

@jkowalleck Is the dependency logic with add() idiomatic? https://github.com/CycloneDX/cyclonedx-python-lib/blob/4a72f515ad7b5e46a07f31bea18a94b162e87715/examples/build_and_serialize.py#L37 wouldn't this be more idiomatic? ```python bom.register_dependency(rootComponent, [component]) ```

Ok, you are right, seems the tool creating the file messed up.

I found that --fail-on-errors provides a tiny bit more information. Not really good but at least better.

@jkowalleck Thanks. I gave it a try and it basically works with the --global switch. There are two small feature requests still lurking in there, to make it more useful....