Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bringing back @DarthHater work on JSF signatures #146

Closed
wants to merge 8 commits into from

Conversation

madpah
Copy link
Collaborator

@madpah madpah commented Jan 26, 2022

Signed-off-by: Paul Horton [email protected]

This will address #122

@madpah madpah requested a review from a team as a code owner January 26, 2022 08:44
@madpah madpah added enhancement New feature or request schema 1.4 labels Jan 26, 2022
@madpah madpah linked an issue Jan 26, 2022 that may be closed by this pull request
JSON only
"""

def __init__(self, kty: SignaturePublicKeyKty = None, crv: Optional[SignaturePublicKeyCrv] = None,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incompatible variable type: kty is declared to have type SignaturePublicKeyKty but is used as type None.
(at-me in a reply with help or ignore)

public_key: Optional[SignaturePublicKey] = None,
certificate_path: Optional[List[str]] = None,
excludes: Optional[List[str]] = None,
value: str = None) -> None:
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incompatible variable type: value is declared to have type str but is used as type None.
(at-me in a reply with help or ignore)

Base automatically changed from Services to feat/add-bom-services January 27, 2022 09:44
@madpah madpah modified the milestone: 1.4.0 Feb 2, 2022
@madpah madpah deleted the branch feat/add-bom-services March 30, 2023 07:45
@madpah madpah closed this Mar 30, 2023
@jkowalleck jkowalleck deleted the feat/add-jsf-signature-support branch October 6, 2023 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request schema 1.4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants