18.11 Planning - Composition Analysis
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=593706) </details> <!--IssueSummary end--> ## Useful Links :arrow_right: [CA - Interlock board](https://gitlab.com/groups/gitlab-org/-/boards/7549657?milestone_title=18.11&assignee_username=nilieskou&label_name%5B%5D=group%3A%3Acomposition%20analysis) :arrow_right: [Kanban board](https://gitlab.com/groups/gitlab-org/-/boards/7549657?label_name%5B%5D=group%3A%3Acomposition%20analysis&milestone_title=18.9&assignee_username=azaydan) with all features, bugs, and maintenance items picked up to work in this milestone. :arrow_left: [18.10 Planning Issue](https://gitlab.com/gitlab-org/gitlab/-/work_items/590277) :arrow_left: [Reaction Rotation Schedule](https://gitlab.com/groups/gitlab-org/secure/-/epics/2#schedule) <!--IssueSummary end--> [[_TOC_]] ## General info ### Theme We need to focus on roadmap deliverables. * Period:  16/Mar-13/Apr * [Reaction rotation](https://handbook.gitlab.com/handbook/engineering/development/sec/secure/composition-analysis/#reaction-rotation): @azaydan @albi.yusupova ([RR issue](https://gitlab.com/gitlab-org/secure/general/-/work_items/475)) ### Feature #### Active Development <table> <tr> <th>Description</th> <th>DRI</th> <th>Due</th> <th>Notes</th> </tr> <tr> <td> [Dependency Scanning GA](https://gitlab.com/groups/gitlab-org/-/epics/15961) </td> <td> @gonzoyumo </td> <td>18.11</td> <td> * Dependency Resolution: * @ifrenkel and Olivier will be finishing this part. </td> </tr> <tr> <td> https://gitlab.com/groups/gitlab-org/-/epics/17403+ and Beta: https://gitlab.com/groups/gitlab-org/-/work_items/18236 </td> <td> @hacks4oats </td> <td> Q1 :exclamation: </td> <td> @albi.yusupova Will work with Oscar on this. We need to deliver the experimental maturity. </td> </tr> <tr> <td> https://gitlab.com/groups/gitlab-org/-/work_items/20538+ </td> <td> @nilieskou </td> <td>18.11</td> <td> @onaaman and Nick will work on this. Ideally we need to finish the remaining work within 18.11 </td> </tr> <tr> <td> https://gitlab.com/groups/gitlab-org/-/work_items/20764+ </td> <td> @zmartins </td> <td>18.11</td> <td> @onaaman Will help with the DS analyzer part of this epic </td> </tr> </table> ### Maintenance and bugs #### Standalone issues ##### Bugs ```glql --- display: table fields: title, labels("priority*"), labels("severity*"), labels("Deliverable"), labels("Stretch"), healthStatus, assignees, state --- label = "group::composition analysis" AND label = "type::bug" AND label != "vulnmapper" AND milestone = "18.11" ``` ##### Other ###### Feature ```glql --- display: table fields: title, labels("Deliverable"), labels("Stretch"), labels("workflow::*"), healthStatus, assignees, state --- label = "type::feature" AND label = "group::composition analysis" AND milestone = "18.11" ``` ###### Maintenance ```glql --- display: table fields: title, labels("Deliverable"), labels("Stretch") ,labels("workflow::*"), healthStatus, assignees, state --- label = "type::maintenance" AND label = "group::composition analysis" AND milestone = "18.11" AND label != "docs-only" AND state = opened ```
issue