Skip to content

Commit 7ab0895

Browse files
committed
wording
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 9958c12 commit 7ab0895

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

schema/bom-1.7.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ enum Classification {
6666
CLASSIFICATION_FIRMWARE = 8;
6767
// A special type of software that operates or controls a particular type of device. Refer to https://en.wikipedia.org/wiki/Device_driver
6868
CLASSIFICATION_DEVICE_DRIVER = 9;
69-
// A runtime environment which interprets or executes software.
70-
// This may include runtimes such as those that execute bytecode, or just-in-time compilers, or interpreters, or low-code/no-code application platforms.
69+
// A runtime environment that interprets or executes software.
70+
// This may include runtimes such as those that execute bytecode, just-in-time compilers, interpreters, or low-code/no-code application platforms.
7171
CLASSIFICATION_PLATFORM = 10;
7272
// A model based on training data that can make predictions or decisions without being explicitly programmed to do so.
7373
CLASSIFICATION_MACHINE_LEARNING_MODEL = 11;

schema/bom-1.7.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@
888888
"framework": "A software framework. Refer to [https://en.wikipedia.org/wiki/Software_framework](https://en.wikipedia.org/wiki/Software_framework) for information on how frameworks vary slightly from libraries.",
889889
"library": "A software library. Refer to [https://en.wikipedia.org/wiki/Library_(computing)](https://en.wikipedia.org/wiki/Library_(computing)) for information about libraries. All third-party and open source reusable components will likely be a library. If the library also has key features of a framework, then it should be classified as a framework. If not, or is unknown, then specifying library is recommended.",
890890
"container": "A packaging and/or runtime format, not specific to any particular technology, which isolates software inside the container from software outside of a container through virtualization technology. Refer to [https://en.wikipedia.org/wiki/OS-level_virtualization](https://en.wikipedia.org/wiki/OS-level_virtualization).",
891-
"platform": "A runtime environment which interprets or executes software. This may include runtimes such as those that execute bytecode, or just-in-time compilers, or interpreters, or low-code/no-code application platforms.",
891+
"platform": "A runtime environment that interprets or executes software. This may include runtimes such as those that execute bytecode, just-in-time compilers, interpreters, or low-code/no-code application platforms.",
892892
"operating-system": "A software operating system without regard to deployment model (i.e. installed on physical hardware, virtual machine, image, etc) Refer to [https://en.wikipedia.org/wiki/Operating_system](https://en.wikipedia.org/wiki/Operating_system).",
893893
"device": "A hardware device such as a processor or chip-set. A hardware device containing firmware SHOULD include a component for the physical hardware itself and another component of type 'firmware' or 'operating-system' (whichever is relevant), describing information about the software running on the device. See also the list of [known device properties](https://github.com/CycloneDX/cyclonedx-property-taxonomy/blob/main/cdx/device.md).",
894894
"device-driver": "A special type of software that operates or controls a particular type of device. Refer to [https://en.wikipedia.org/wiki/Device_driver](https://en.wikipedia.org/wiki/Device_driver).",

schema/bom-1.7.xsd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,9 +1280,9 @@ limitations under the License.
12801280
<xs:enumeration value="platform">
12811281
<xs:annotation>
12821282
<xs:documentation>
1283-
A runtime environment which interprets or executes software.
1284-
This may include runtimes such as those that execute bytecode, or just-in-time compilers,
1285-
or interpreters, or low-code/no-code application platforms.
1283+
A runtime environment that interprets or executes software.
1284+
This may include runtimes such as those that execute bytecode, just-in-time compilers,
1285+
interpreters, or low-code/no-code application platforms.
12861286
</xs:documentation>
12871287
</xs:annotation>
12881288
</xs:enumeration>

0 commit comments

Comments
 (0)