-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Feature Request: new ComponentType
"runtime"
#233
Comments
CycloneDX v1.5 adds a few more component type. One of the new types is
|
PS: nowadays, some are actually just-in-time compilers, not pure interpreters. |
ComponentType
"runtime"
@dcentrica what about using - A runtime environment which interprets or executes software. This may include runtimes such as those that execute bytecode or low-code/no-code application platforms.
+ A runtime environment which interprets or executes software. This may include runtimes such as those that execute bytecode, or just-in-time compilers, or low-code/no-code application platforms. |
@stevespringett if we wanted to extend the docs and meaning of an enum, do we need to consult the @CycloneDX/industry-working-group ? PS: got an answer offline: nope, not needed. |
At as v1.4 the only values accepted by
components.type
are as follows:Having reviewed the definitions of each, none fits the bill to describe an application's runtime e.g. "JVM", "Python", "php-fpm" etc. These are programming language runtimes, and not "frameworks" or "libraries".
My suggestion is to add a new
components.type
of "runtime".The text was updated successfully, but these errors were encountered: