You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the official Bosch Rexroth property taxonomy for CycloneDX.
For more information about CycloneDX property taxonomies, refer to
their official documentation.
Property
Description
boschrexroth:additionalCopyrightInformation
The content of additional copyright information (e.g. NOTICE file - Apache License or additional hints in the license text, readme or authors, contributors files).
Intended for use in components[]/properties.
boschrexroth:integrationMechanism
Only mandatory if the license is a weak or strong copyleft license (e.g., GPL, LGPL).
Specifies how the component was integrated in the software.
linkedDynamically = The component and other components of the software are compiled separately. The generated objects are kept separately (i.e., in separate directories). The component is linked at runtime to form a joint object code. In case of Java, the component is integrated via the import mechanism in Java (i.e. classloader).
linkedStatically = The component and other components of the software are compiled separately, and the generated objects are linked during an offline process to create a single software component to be distributed.
snippet = A part of the source code of the component is added to the source code of the software.
callOfLinuxKernelServiceViaSystemCall = The only connection of an application in the user space to the component is the call of a kernel service via a system call. The software and the component are kept separately (i.e., in separate directories).
separateComponent = There is no connection between the component and the software at all. The component is distributed along with the software. The only connection to the component is the call to an executable. The components communicate via the inter-process communication mechanisms only (e.g., via file, signal, socket, message queue, pipe, named pipe, semaphore, shared memory, memory mapped files). A further investigation would be needed for message passing. The component is kept separately from the software (i.e., in separate directories).
Intended for use in components[]/properties.
boschrexroth:remarksToLicenseObligations
Important information to fulfill the license obligations for a distribution.
E.g.: All advertising materials mentioning features or use of this software must display the corresponding acknowledgement.
Intended for use in components[]/properties.
Contributing
These properties are maintained by Bosch Rexroth. Feel free to raise an issue if you have any questions.