CycloneDX / CycloneDX/specification
Please do not reuse `propertyType` for "environmentVar "
- Dominant language
- XSLT
- Stars
- 547
- Forks
- 93
- Avg merge
- 7h 11m
- Merged PRs (30d)
- 37
Description
Please do not reuse `propertyType` for "environmentVar".
The annotations from `propertyType` do not match the case here.
better define a dedicated (abstract) `key-value` pair element type:
```xml
The name of the env var
```
(PS: this "KeyValuePair" is not identical to current implementation of "propertyType")
and use it here
```xml
```
_Originally posted by @jkowalleck in https://github.com/CycloneDX/specification/pull/222#discussion_r1200197410_
Contributor guide
Assessment
This issue has not been assessed yet.