Closed bjoernricks closed 4 months ago
✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.
⚠️: No snapshots were found for the head SHA 47171e71fb9f0cfeafb405a7ae52eda25e891ea7.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.
Package | Version | Score | Details |
---|
Type | Number |
---|---|
Changed | 1 |
:rocket: Conventional commits found.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.57%. Comparing base (
ae1bd44
) to head (47171e7
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@bjoernricks can you explain why the documentation of the function does not contain the new example code blocks? https://greenbone.github.io/python-gvm/api/gmpv224.html#gvm.protocols.gmp.GMPv224.create_credential
Because https://greenbone.github.io/python-gvm/api/gmpv224.html#gvm.protocols.gmp.GMPv224.create_credential is generated from https://github.com/greenbone/python-gvm/blob/main/gvm/protocols/gmp/_gmp224.py#L1916 and I missed updating its docstring.
What
Allow to auto-generate password and ssh-key for credentials
Why
Support auto-generating the password for a username+password credential and the ssh-key for a username+ssh-key credential. This is already supported by GMP since early versions but wasn't implemented in python-gvm.
References
DOS-209
Checklist