@@ -570,19 +570,19 @@ components:
570
570
- $ref : ' #/components/schemas/types.CodeSastFingerprintV1'
571
571
- $ref : ' #/components/schemas/types.ScaProblemFingerprint'
572
572
- $ref : ' #/components/schemas/types.IdentityFingerprint'
573
- - $ref : ' #/components/schemas/types.FingerprintProjectV1 '
574
- - $ref : ' #/components/schemas/types.FingerprintRepositoryV1 '
575
- - $ref : ' #/components/schemas/types.FingerprintAssetV1 '
573
+ - $ref : ' #/components/schemas/types.CodeSastFingerprintProjectV1 '
574
+ - $ref : ' #/components/schemas/types.CodeSastFingerprintRepositoryV1 '
575
+ - $ref : ' #/components/schemas/types.CodeSastFingerprintAssetV1 '
576
576
discriminator :
577
577
propertyName : scheme
578
578
mapping :
579
579
code-sast-v0 : ' #/components/schemas/types.CodeSastFingerprintV0'
580
580
code-sast-v1 : ' #/components/schemas/types.CodeSastFingerprintV1'
581
581
sca-problem : ' #/components/schemas/types.ScaProblemFingerprint'
582
582
identity : ' #/components/schemas/types.IdentityFingerprint'
583
- snyk/org/project/finding/v1 : ' #/components/schemas/types.FingerprintProjectV1 '
584
- snyk/org/repository/finding/v1 : ' #/components/schemas/types.FingerprintRepositoryV1 '
585
- snyk/asset/finding/v1 : ' #/components/schemas/types.FingerprintAssetV1 '
583
+ snyk/org/project/finding/v1 : ' #/components/schemas/types.CodeSastFingerprintProjectV1 '
584
+ snyk/org/repository/finding/v1 : ' #/components/schemas/types.CodeSastFingerprintRepositoryV1 '
585
+ snyk/asset/finding/v1 : ' #/components/schemas/types.CodeSastFingerprintAssetV1 '
586
586
LinkProperty :
587
587
oneOf :
588
588
- $ref : ' #/components/schemas/io.snyk.api.common.LinkString'
@@ -816,6 +816,42 @@ components:
816
816
type : array
817
817
items :
818
818
$ref : ' #/components/schemas/types.ThreadFlow'
819
+ types.CodeSastFingerprintAssetV1 :
820
+ type : object
821
+ required :
822
+ - scheme
823
+ - value
824
+ properties :
825
+ scheme :
826
+ type : string
827
+ enum :
828
+ - snyk/asset/finding/v1
829
+ value :
830
+ type : string
831
+ types.CodeSastFingerprintProjectV1 :
832
+ type : object
833
+ required :
834
+ - scheme
835
+ - value
836
+ properties :
837
+ scheme :
838
+ type : string
839
+ enum :
840
+ - snyk/org/project/finding/v1
841
+ value :
842
+ type : string
843
+ types.CodeSastFingerprintRepositoryV1 :
844
+ type : object
845
+ required :
846
+ - scheme
847
+ - value
848
+ properties :
849
+ scheme :
850
+ type : string
851
+ enum :
852
+ - snyk/org/repository/finding/v1
853
+ value :
854
+ type : string
819
855
types.CodeSastFingerprintV0 :
820
856
type : object
821
857
required :
@@ -1620,42 +1656,6 @@ components:
1620
1656
items :
1621
1657
$ref : ' #/components/schemas/types.Coverage'
1622
1658
description : Summary statistics about a Test's Findings.
1623
- types.FingerprintAssetV1 :
1624
- type : object
1625
- required :
1626
- - scheme
1627
- - value
1628
- properties :
1629
- scheme :
1630
- type : string
1631
- enum :
1632
- - snyk/asset/finding/v1
1633
- value :
1634
- type : string
1635
- types.FingerprintProjectV1 :
1636
- type : object
1637
- required :
1638
- - scheme
1639
- - value
1640
- properties :
1641
- scheme :
1642
- type : string
1643
- enum :
1644
- - snyk/org/project/finding/v1
1645
- value :
1646
- type : string
1647
- types.FingerprintRepositoryV1 :
1648
- type : object
1649
- required :
1650
- - scheme
1651
- - value
1652
- properties :
1653
- scheme :
1654
- type : string
1655
- enum :
1656
- - snyk/org/repository/finding/v1
1657
- value :
1658
- type : string
1659
1659
types.GitCommit :
1660
1660
type : string
1661
1661
example : 23ee663c96889a1ce6f62217adf4dea2bea1b09e
@@ -1992,14 +1992,16 @@ components:
1992
1992
types.Suppression :
1993
1993
type : object
1994
1994
required :
1995
- - kind
1995
+ - status
1996
1996
properties :
1997
- kind :
1997
+ id :
1998
+ type : string
1999
+ status :
1998
2000
type : string
1999
2001
enum :
2000
- - ignored
2001
- - pending_ignore_approval
2002
- - other
2002
+ - accepted
2003
+ - underReview
2004
+ - rejected
2003
2005
justification :
2004
2006
type : string
2005
2007
details :
@@ -2008,7 +2010,6 @@ components:
2008
2010
types.SuppressionDetails :
2009
2011
type : object
2010
2012
required :
2011
- - expiration
2012
2013
- category
2013
2014
- ignoredOn
2014
2015
- ignoredBy
0 commit comments