Profile operations mk202605#1269
Draft
mkurzman wants to merge 55 commits into
Draft
Conversation
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Lint Markdown and make it relatively strict to avoid MkDocs issues. Ignore few rules due to specific use in our model format. For example: - MD034 - Bare URL used / We need that in metadata section - MD036 - Emphasis used instead of a header / We use `*Example*` in description - MD041 - First line in file should be a top level header / Our file line has to be the license line Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com> Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
From 21 Jan 2026 AI Team - remove IBAN from sensitive data / legal complication concerns. Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com> Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Make the pattern more defensive/portable. SHACL processor may rely on platform's regex engine and some engine interpret `\d` as any Unicode decimal digit beyond ASCII `0` - `9` characters. Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
- Add maintainers of FunctionalSafety, Hardware, Operations, Service, and SupplyChain - Fix Karen Bennet GitHub name Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Updated the Markdown lint workflow to include its own file in the paths for push and pull request events. Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
From https://datatracker.ietf.org/doc/draft-kunze-ark/, used by libraries and acrhives. Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Derived definition from https://github.com/iscc/iscc-core Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
- Remove duplicated headings - Remove double blank line Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Add maintainers of new profiles in 3.1 to maintainer list
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Fixes spdx#1233 Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
Reference spdx#1213 Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
Per comments on PR spdx#1234 Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
Co-authored-by: Alexios Zavras (zvr) <github@zvr.gr> Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
Co-authored-by: Alexios Zavras (zvr) <github@zvr.gr> Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
Co-authored-by: Arthit Suriyawongkul <arthit@gmail.com> Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
Co-authored-by: Arthit Suriyawongkul <arthit@gmail.com> Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
Co-authored-by: Alexios Zavras (zvr) <github@zvr.gr> Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Make DateTime and SemVer patterns more portable
Add DOI, ISNI, ORCID iD, ROR ID entries to ExternalIdentifierType
Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Add Markdown lint
* Clarify ElementMap key must be case insensitive Fixes spdx/spdx-spec#1363 Signed-off-by: Gary O'Neall <gary@sourceauditor.com> * update case insensitive language per review Co-authored-by: Arthit Suriyawongkul <arthit@gmail.com> Signed-off-by: Gary O'Neall <gary@sourceauditor.com> --------- Signed-off-by: Gary O'Neall <gary@sourceauditor.com> Co-authored-by: Arthit Suriyawongkul <arthit@gmail.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 22 to 23. - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@v22...v23) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-version: '23' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Update 'conformsTo' definition in RelationshipType.md and add in assumes relationshipType for Assumptions. Signed-off-by: Kate Stewart <13152682+kestewart@users.noreply.github.com>
Signed-off-by: Kate Stewart <13152682+kestewart@users.noreply.github.com>
Co-authored-by: Arthit Suriyawongkul <arthit@gmail.com> Signed-off-by: Kate Stewart <13152682+kestewart@users.noreply.github.com>
* Add Assumption.md to define assumption element This file defines the structure and properties of an assumption element in the context of functional safety, including metadata and properties such as devLifecycleStage, rationale, assumptionStatement, and assumptionUUID. Signed-off-by: Kate Stewart <13152682+kestewart@users.noreply.github.com> * Apply suggestion from @bact Co-authored-by: Arthit Suriyawongkul <arthit@gmail.com> Signed-off-by: Kate Stewart <13152682+kestewart@users.noreply.github.com> * Apply suggestion from @bact Co-authored-by: Arthit Suriyawongkul <arthit@gmail.com> Signed-off-by: Kate Stewart <13152682+kestewart@users.noreply.github.com> * Update model/FunctionalSafety/Classes/Assumption.md Co-authored-by: Arthit Suriyawongkul <arthit@gmail.com> Signed-off-by: Kate Stewart <13152682+kestewart@users.noreply.github.com> * Apply suggestion from @bact Apply suggestion then fix trailing blanks Co-authored-by: Arthit Suriyawongkul <arthit@gmail.com> Signed-off-by: Kate Stewart <13152682+kestewart@users.noreply.github.com> * Apply suggestion from @kestewart Signed-off-by: Kate Stewart <13152682+kestewart@users.noreply.github.com> * Apply suggestion from @kestewart Signed-off-by: Kate Stewart <13152682+kestewart@users.noreply.github.com> * Apply suggestion from @kestewart Signed-off-by: Kate Stewart <13152682+kestewart@users.noreply.github.com> * Apply suggestion from @kestewart Signed-off-by: Kate Stewart <13152682+kestewart@users.noreply.github.com> * Apply suggestion from @kestewart Signed-off-by: Kate Stewart <13152682+kestewart@users.noreply.github.com> * Apply suggestion from @kestewart Signed-off-by: Kate Stewart <13152682+kestewart@users.noreply.github.com> * Apply suggestion from @kestewart Signed-off-by: Kate Stewart <13152682+kestewart@users.noreply.github.com> * Apply suggestion from @kestewart Signed-off-by: Kate Stewart <13152682+kestewart@users.noreply.github.com> * Create assumptionUUID.md documentation file Add documentation for assumptionUUID including summary, description, and metadata. Signed-off-by: Kate Stewart <13152682+kestewart@users.noreply.github.com> * Update description in assumptionStatement.md Clarify description of design constraint in assumption statement. Signed-off-by: Kate Stewart <13152682+kestewart@users.noreply.github.com> * Update model/FunctionalSafety/Classes/Assumption.md Co-authored-by: Arthit Suriyawongkul <arthit@gmail.com> Signed-off-by: Kate Stewart <13152682+kestewart@users.noreply.github.com> * Apply suggestion from @kestewart Signed-off-by: Kate Stewart <13152682+kestewart@users.noreply.github.com> --------- Signed-off-by: Kate Stewart <13152682+kestewart@users.noreply.github.com> Co-authored-by: Arthit Suriyawongkul <arthit@gmail.com>
Based on 8 Apr 2026 AI WG call. https://docs.google.com/document/d/1Q2a2HAV_ipbPhV6pqWWqzxYjBaTKtIW7H_CfAFF0kek/edit?tab=t.xbiph2z90f42 Signed-off-by: Arthit Suriyawongkul <arthit@gmail.com>
draft contains OpenSourceProject updates based on Steven's feedback and is meant as next increment input for discussion Signed-off-by: Marcel Kurzmann <marcel.kurzmann@bosch.com>
Collaborator
|
The |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a draft as input for our next increment discussion.
Restarted with latest fork from develop and only contains the draw.io extract for profile operations.