File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/com/checkmarx/ast/ossrealtime Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212@ JsonInclude (JsonInclude .Include .NON_NULL )
1313@ JsonIgnoreProperties (ignoreUnknown = true )
1414public class OssRealtimeVulnerability {
15- @ JsonProperty ("Id " ) String id ;
15+ @ JsonProperty ("CVE " ) String cve ;
1616 @ JsonProperty ("Severity" ) String severity ;
1717 @ JsonProperty ("Description" ) String description ;
1818 @ JsonProperty ("FixVersion" ) String fixVersion ;
1919
2020 @ JsonCreator
21- public OssRealtimeVulnerability (@ JsonProperty ("Id " ) String id ,
21+ public OssRealtimeVulnerability (@ JsonProperty ("CVE " ) String cve ,
2222 @ JsonProperty ("Severity" ) String severity ,
2323 @ JsonProperty ("Description" ) String description ,
2424 @ JsonProperty ("FixVersion" ) String fixVersion ) {
25- this .id = id ;
25+ this .cve = cve ;
2626 this .severity = severity ;
2727 this .description = description ;
2828 this .fixVersion = fixVersion ;
You can’t perform that action at this time.
0 commit comments