Skip to content

Commit

Permalink
Update standards/src11-security-information/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Carstens <[email protected]>
  • Loading branch information
SwayStar123 and bitzoic authored Feb 14, 2024
1 parent cc6979f commit d5070fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standards/src11-security-information/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This function takes no input parameters and returns a struct containing contact
- This function MUST return accurate and up to date information.
- This function MAY not return the optional parameters.
- This function MUST return at least one item in the `contact_information` field's `Vec`. Furthermore, the string should follow the following format `<contact_type>:<contact_information>`.
- This function MUST NOT return any empty strings. Optional parameters must return `None` if it is unnecessary.
- This function MUST NOT return any empty strings. Optional parameters MUST return `None` if it is unnecessary.
- This function MUST return atleast one item in the `preferred_languages`, if it is not `None`. Furthurmore, the string should only contain the `ISO 639-1` language code and nothing else.
- This function MAY return a link or the information directly for the following fields: `project_url`, `policy`, `encryption`, `source_code`, `auditors`, `acknowledgements`, `additional_information`.
- This function MUST return the information directly for the following fields: `name`, `contact_information`, `preferred_languages`, `source_release`, and `source_revision`.
Expand Down

0 comments on commit d5070fc

Please sign in to comment.