changedInput schema / properties / version / description
Previous value: -"Optional exact version to narrow results"New value: +"Optional exact version to narrow results, e.g. to check one version pinned in a lockfile"
addedOutput schema / properties / highestSeverity
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / isVulnerable
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / version
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
changedOutput schema / properties / vulnerabilities / items / additionalProperties
Previous value: -trueNew value: +false
removedOutput schema / properties / vulnerabilities / items / properties / details
Removed value: -{
- "type": "string"
-}
addedOutput schema / properties / vulnerabilities / items / properties / fixedVersion
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
removedOutput schema / properties / vulnerabilities / items / properties / modified
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / vulnerabilities / items / properties / published
Removed value: -{
- "type": "string"
-}
addedOutput schema / properties / vulnerabilities / items / properties / publishedAt
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
removedOutput schema / properties / vulnerabilities / items / properties / references
Removed value: -{
- "items": {
- "additionalProperties": false,
- "properties": {
- "type": {
- "type": "string"
- },
- "url": {
- "type": "string"
- }
- },
- "required": [
- "url"
- ],
- "type": "object"
- },
- "type": "array"
-}
removedOutput schema / properties / vulnerabilities / items / properties / severity / items
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "score": {
- "type": "string"
- },
- "type": {
- "type": "string"
- }
- },
- "required": [
- "type",
- "score"
- ],
- "type": "object"
-}
changedOutput schema / properties / vulnerabilities / items / properties / severity / type
Previous value: -"array"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / vulnerabilities / items / properties / summary / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / vulnerabilities / items / required
Previous value: -[
- "id"
-]New value: +[
+ "id",
+ "summary",
+ "severity",
+ "aliases",
+ "publishedAt",
+ "fixedVersion",
+ "npmscanUrl"
+]
changedOutput schema / required
Previous value: -[
- "package",
- "npmscanUrl",
- "vulnerabilities"
-]New value: +[
+ "package",
+ "version",
+ "npmscanUrl",
+ "isVulnerable",
+ "highestSeverity",
+ "vulnerabilities"
+]