Skip to content
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

Docs/update issue docs #349

Merged
merged 2 commits into from
Aug 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions docs/.gitbook/assets/v1-api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17745,7 +17745,7 @@ components:
issues:
type: array
items:
$ref: '#/components/schemas/issues2'
$ref: '#/components/schemas/aggregatedProjectIssue'
description: An array of identified issues
Aggregatedprojectissuesfilters:
title: Aggregatedprojectissuesfilters
Expand All @@ -17758,7 +17758,7 @@ components:
type: boolean
description: If set to `true`, Include issue's introducedThrough, if set to `false` (by default), it won't. It's for container only projects (Non-IaC projects only)
filters:
$ref: '#/components/schemas/filters1'
$ref: '#/components/schemas/aggregatedProjectIssuesfilter'
Issuepaths:
title: Issuepaths
type: object
Expand All @@ -17777,7 +17777,7 @@ components:
description: The total number of results
links:
allOf:
- $ref: '#/components/schemas/links1'
- $ref: '#/components/schemas/issuePathsLinks'
- description: Onward links from this record
Projectsnapshots:
title: Projectsnapshots
Expand Down Expand Up @@ -19374,8 +19374,8 @@ components:


When you filter by multiple attributes, you will return projects which have been assigned values of both attributes in the filter.
filters1:
title: filters1
aggregatedProjectIssuesfilter:
title: aggregatedProjectIssuesFilter
type: object
properties:
severities:
Expand Down Expand Up @@ -20785,7 +20785,7 @@ components:
example: CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L
cvssScore:
type: number
description: The CVSS score that results from running the CVSSv3 string (Non-IaC projects only)
description: The CVSS score that results from running the vector from `severities` with the highest CVSS version available.
example: 3.7
severities:
type: array
Expand Down Expand Up @@ -21029,8 +21029,8 @@ components:
upgradePath:
- org.apache.flex.blazeds:[email protected]
licenses: []
issues2:
title: issues2
aggregatedProjectIssue:
title: aggregatedProjectIssue
required:
- id
- issueType
Expand Down Expand Up @@ -22728,8 +22728,8 @@ components:
type: string
description: The URL for the dependency paths that introduce this issue
description: Onward links from this record (Non-IaC projects only)
links1:
title: links1
issuePathsLinks:
title: issuePathsLinks
type: object
properties:
prev:
Expand Down