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

Suggestion: Add field to annouce "advertise CSAF" #762

Open
tschmidtb51 opened this issue Jul 31, 2024 · 0 comments
Open

Suggestion: Add field to annouce "advertise CSAF" #762

tschmidtb51 opened this issue Jul 31, 2024 · 0 comments
Assignees

Comments

@tschmidtb51
Copy link
Contributor

We discussed during our TC meeting on 2024-06-26 that we should consider an additional field in the PMD, used to announce whether the issuing party agrees to advertise their CSAF presence in the human-readable web.

A potential implementation could look like:

    "advertise_CSAF_presence": {
      "title": "Advertise CSAF presence", 
      "description": "Decides whether the CSAF presence can be advertised in the human-readable space.",
      "type": "object",
      "required": [
         "category"
      ],
      "properties": {
        "category": {
          "title": "Category of advertisement",
          "description": "Specifies the who may advertise it."
          "type": "string",
          "enum": [
            "none",
            "official",
            "aggregators",
            "press",
            "all"
          ]
        },
        "degree": {
          "title": "Degree of advertisement",
          "description": "Specifies the degree how the advertisement can be fulfilled.",
          "type": "string",
          "enum": [
            "no",
            "sector_industry",
            "name_only",
            "logo"
           ]
         }
      }
    },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant