Skip to content

Commit

Permalink
Merge pull request #806 from tschmidtb51/branches-recursion-depth
Browse files Browse the repository at this point in the history
Branches recursion depth
  • Loading branch information
santosomar authored Oct 30, 2024
2 parents 395fbfe + 454f574 commit b01a0a7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions csaf_2.0/guidance/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,13 @@ Please see our advise on [CDNs](./cdn.md).
### Where can I find a list of all parties that produce CSAF?

Currently, there is no such list available. However, [BSI hosts a list with metadata of known parties](https://wid.cert-bund.de/.well-known/csaf-aggregator/aggregator.json) that produce CSAF files and distribute them in a way that they are automatically retrievable. This list is called a CSAF lister.

## CSAF Internals

### What is the maximum recursion depth allowed in the product tree for `branches`?

Even though it is not formally noted in CSAF 2.0, the recursion of `branches` is limited to 25 repetitions. Therefore, the longest path to a leaf is:

```
/product_tree/branches[]/branches[]/branches[]/branches[]/branches[]/branches[]/branches[]/branches[]/branches[]/branches[]/branches[]/branches[]/branches[]/branches[]/branches[]/branches[]/branches[]/branches[]/branches[]/branches[]/branches[]/branches[]/branches[]/branches[]/branches[]/product
```

0 comments on commit b01a0a7

Please sign in to comment.