You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/containeranalysis_v1alpha1.projects.notes.occurrences.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -324,6 +324,7 @@ <h3>Method Details</h3>
324
324
"path": "A String", # The path from which we gathered that this package/version is installed.
325
325
"version": { # Version contains structured information about the version of the package. For a discussion of this in Debian/Ubuntu: http://serverfault.com/questions/604541/debian-packages-version-convention For a discussion of this in Redhat/Fedora/Centos: http://blog.jasonantman.com/2014/07/how-yum-and-rpm-compare-versions/ # The version installed at this location.
326
326
"epoch": 42, # Used to correct mistakes in the version numbering scheme.
327
+
"inclusive": True or False, # Whether this version is vulnerable, when defining the version bounds. For example, if the minimum version is 2.0, inclusive=true would say 2.0 is vulnerable, while inclusive=false would say it's not
327
328
"kind": "A String", # Distinguish between sentinel MIN/MAX versions and normal versions. If kind is not NORMAL, then the other fields are ignored.
328
329
"name": "A String", # The main part of the version name.
329
330
"revision": "A String", # The iteration of the package build from the above version.
@@ -358,6 +359,7 @@ <h3>Method Details</h3>
358
359
"package": "A String", # Required - The package this Upgrade is for.
359
360
"parsedVersion": { # Version contains structured information about the version of the package. For a discussion of this in Debian/Ubuntu: http://serverfault.com/questions/604541/debian-packages-version-convention For a discussion of this in Redhat/Fedora/Centos: http://blog.jasonantman.com/2014/07/how-yum-and-rpm-compare-versions/ # Required - The version of the package in a machine + human readable form.
360
361
"epoch": 42, # Used to correct mistakes in the version numbering scheme.
362
+
"inclusive": True or False, # Whether this version is vulnerable, when defining the version bounds. For example, if the minimum version is 2.0, inclusive=true would say 2.0 is vulnerable, while inclusive=false would say it's not
361
363
"kind": "A String", # Distinguish between sentinel MIN/MAX versions and normal versions. If kind is not NORMAL, then the other fields are ignored.
362
364
"name": "A String", # The main part of the version name.
363
365
"revision": "A String", # The iteration of the package build from the above version.
@@ -373,6 +375,7 @@ <h3>Method Details</h3>
373
375
"package": "A String", # The package being described.
374
376
"version": { # Version contains structured information about the version of the package. For a discussion of this in Debian/Ubuntu: http://serverfault.com/questions/604541/debian-packages-version-convention For a discussion of this in Redhat/Fedora/Centos: http://blog.jasonantman.com/2014/07/how-yum-and-rpm-compare-versions/ # The version of the package being described. This field can be used as a filter in list requests.
375
377
"epoch": 42, # Used to correct mistakes in the version numbering scheme.
378
+
"inclusive": True or False, # Whether this version is vulnerable, when defining the version bounds. For example, if the minimum version is 2.0, inclusive=true would say 2.0 is vulnerable, while inclusive=false would say it's not
376
379
"kind": "A String", # Distinguish between sentinel MIN/MAX versions and normal versions. If kind is not NORMAL, then the other fields are ignored.
377
380
"name": "A String", # The main part of the version name.
378
381
"revision": "A String", # The iteration of the package build from the above version.
@@ -383,6 +386,7 @@ <h3>Method Details</h3>
383
386
"package": "A String", # The package being described.
384
387
"version": { # Version contains structured information about the version of the package. For a discussion of this in Debian/Ubuntu: http://serverfault.com/questions/604541/debian-packages-version-convention For a discussion of this in Redhat/Fedora/Centos: http://blog.jasonantman.com/2014/07/how-yum-and-rpm-compare-versions/ # The version of the package being described. This field can be used as a filter in list requests.
385
388
"epoch": 42, # Used to correct mistakes in the version numbering scheme.
389
+
"inclusive": True or False, # Whether this version is vulnerable, when defining the version bounds. For example, if the minimum version is 2.0, inclusive=true would say 2.0 is vulnerable, while inclusive=false would say it's not
386
390
"kind": "A String", # Distinguish between sentinel MIN/MAX versions and normal versions. If kind is not NORMAL, then the other fields are ignored.
387
391
"name": "A String", # The main part of the version name.
388
392
"revision": "A String", # The iteration of the package build from the above version.
0 commit comments