Skip to content

Commit

Permalink
api: add missing link field in vulnerability in getLayer
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-M authored and jzelinskie committed Feb 24, 2016
1 parent 6d2eedf commit f40f6a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/v1/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ func LayerFromDatabaseModel(dbLayer database.Layer, withFeatures, withVulnerabil
Name: dbVuln.Name,
Namespace: dbVuln.Namespace.Name,
Description: dbVuln.Description,
Link: dbVuln.Link,
Severity: string(dbVuln.Severity),
Metadata: dbVuln.Metadata,
}
Expand Down

0 comments on commit f40f6a5

Please sign in to comment.