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
/// - Remark: Generated from `#/paths/advisories/GET/query/modified`.
6412
6446
publicvarmodified:Swift.String?
6447
+
/// If specified, only return advisories that have an EPSS percentage score that matches the provided value.
6448
+
/// The EPSS percentage represents the likelihood of a CVE being exploited.
6449
+
///
6450
+
/// - Remark: Generated from `#/paths/advisories/GET/query/epss_percentage`.
6451
+
publicvarepss_percentage:Swift.String?
6452
+
/// If specified, only return advisories that have an EPSS percentile score that matches the provided value.
6453
+
/// The EPSS percentile represents the relative rank of the CVE's likelihood of being exploited compared to other CVEs.
6454
+
///
6455
+
/// - Remark: Generated from `#/paths/advisories/GET/query/epss_percentile`.
6456
+
publicvarepss_percentile:Swift.String?
6413
6457
/// A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
6414
6458
///
6415
6459
/// - Remark: Generated from `#/paths/advisories/GET/query/before`.
/// - published: If specified, only return advisories that were published on a date or date range.
6455
6501
/// - updated: If specified, only return advisories that were updated on a date or date range.
6456
6502
/// - modified: If specified, only show advisories that were updated or published on a date or date range.
6503
+
/// - epss_percentage: If specified, only return advisories that have an EPSS percentage score that matches the provided value.
6504
+
/// - epss_percentile: If specified, only return advisories that have an EPSS percentile score that matches the provided value.
6457
6505
/// - before: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results before this cursor. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
6458
6506
/// - after: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for results after this cursor. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)."
6459
6507
/// - direction: The direction to sort the results by.
0 commit comments