Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Add string length limit as note to sw360 data model
Browse files Browse the repository at this point in the history
Issue: closes#580

Signed-off-by: Stephanie Neubauer <[email protected]>
  • Loading branch information
neubs-bsi committed Sep 2, 2020
1 parent e6a4bb1 commit 222c0f4
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,9 @@ In the following section there is an outline what data of SW360 ${docNameCap} ma
|-----------------------|-------------------------------|
| Source File | A zipped folder with the sources of the component. Typically uploaded by the SW360 Uploader |
| Binary | A known binary of the component, stores also e.g. the hash that can be used to search for the metadata based on a hash. Typically uploaded by the SW360 Uploader |
| Clearing Report | A file with curated data and the approval state. If the status of this attachment is `Accepted`, the Clearing State of the component release is `Approved`. Typically uploaded by compliance office tooling. |
| Clearing Report | A file with curated data and the approval state. If the status of this attachment is `Accepted`, the Clearing State of the component release is `Approved`. Typically uploaded by compliance office tooling. |


**Note**:
All string fields in this data model have a limit of 2147483647 - 1 in length, since this is the frame size of the binary protocol used with thrift.

0 comments on commit 222c0f4

Please sign in to comment.