Skip to content

Commit

Permalink
Merge pull request #782 from PaloAltoNetworks/cas-tech-pub-smita
Browse files Browse the repository at this point in the history
CAS changes
  • Loading branch information
smitapaloalto authored Dec 2, 2024
2 parents 17e4314 + 8bb9e40 commit 35cb87f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 524 deletions.
8 changes: 2 additions & 6 deletions openapi-specs/code/Errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@
"Public",
"Vulnerabilities",
"Drift",
"BuildIntegrity",
"Licenses"
],
"type": "string"
Expand Down Expand Up @@ -1813,9 +1812,6 @@
"Vulnerabilities",
"Licenses",
"Secrets",
"BuildIntegrityRepo",
"BuildIntegrityOrg",
"BuildIntegrity",
"Weaknesses"
],
"type": "string"
Expand Down Expand Up @@ -2819,7 +2815,7 @@
},
"search": {
"$ref": "#/components/schemas/SearchControllerParams",
"description": "The `search` field allows you to search for a given term or set of terms across issues of a particular type or types. The `search` field consists of the `term` and the `scopes` fields.\n - term: field is required. It can be a single word, or multiple words joined by the ‘or’ and ‘and’ logical operators.\n - scopes: field is optional. You can provide one or more code categories in this field. The platform searches for the `term` across issues that have the code categories you provide. The following code category scopes are applicable to this endpoint:\n - IacMisconfiguration: Issues with Infrastructure-as-Code (IaC or iac) templates and scripts that provision and manage cloud resources.\n - vulnerabilites: Findings related to known security vulnerabilities in open-source packages used in applications that could be exploited by attackers.\n - buildintegrity: Findings related to the integrity and security of the build pipeline or the software supply chain.\n - Secrets: Findings related to the handling and management of sensitive information, such as API keys, passwords, or cryptographic keys, within code files.\n - Licenses: Filter value to retrieve issues related to the non-compliance with license requirements."
"description": "The `search` field allows you to search for a given term or set of terms across issues of a particular type or types. The `search` field consists of the `term` and the `scopes` fields.\n - term: field is required. It can be a single word, or multiple words joined by the ‘or’ and ‘and’ logical operators.\n - scopes: field is optional. You can provide one or more code categories in this field. The platform searches for the `term` across issues that have the code categories you provide. The following code category scopes are applicable to this endpoint:\n - IacMisconfiguration: Issues with Infrastructure-as-Code (IaC or iac) templates and scripts that provision and manage cloud resources.\n - vulnerabilites: Findings related to known security vulnerabilities in open-source packages used in applications that could be exploited by attackers.\n - Secrets: Findings related to the handling and management of sensitive information, such as API keys, passwords, or cryptographic keys, within code files.\n - Licenses: Filter value to retrieve issues related to the non-compliance with license requirements."
}
},
"required": ["filters"],
Expand Down Expand Up @@ -2879,7 +2875,7 @@
},
"search": {
"$ref": "#/components/schemas/SearchControllerParams",
"description": "The `search` field allows you to search for a given term or set of terms across issues of a particular type or types. The `search` field consists of the `term` and the `scopes` fields.\n - term: field is required. It can be a single word, or multiple words joined by the ‘or’ and ‘and’ logical operators.\n - scopes: field is optional. You can provide one or more code categories in this field. The platform searches for the `term` across issues that have the code categories you provide. The following code category scopes are applicable to this endpoint:\n - IacMisconfiguration: Issues with Infrastructure-as-Code (IaC or iac) templates and scripts that provision and manage cloud resources.\n - vulnerabilites: Findings related to known security vulnerabilities in open-source packages used in applications that could be exploited by attackers.\n - buildintegrity: Findings related to the integrity and security of the build pipeline or the software supply chain.\n - Secrets: Findings related to the handling and management of sensitive information, such as API keys, passwords, or cryptographic keys, within code files.\n - Licenses: Filter value to retrieve issues related to the non-compliance with license requirements."
"description": "The `search` field allows you to search for a given term or set of terms across issues of a particular type or types. The `search` field consists of the `term` and the `scopes` fields.\n - term: field is required. It can be a single word, or multiple words joined by the ‘or’ and ‘and’ logical operators.\n - scopes: field is optional. You can provide one or more code categories in this field. The platform searches for the `term` across issues that have the code categories you provide. The following code category scopes are applicable to this endpoint:\n - IacMisconfiguration: Issues with Infrastructure-as-Code (IaC or iac) templates and scripts that provision and manage cloud resources.\n - vulnerabilites: Findings related to known security vulnerabilities in open-source packages used in applications that could be exploited by attackers.\n - Secrets: Findings related to the handling and management of sensitive information, such as API keys, passwords, or cryptographic keys, within code files.\n - Licenses: Filter value to retrieve issues related to the non-compliance with license requirements."
}
},
"required": ["filters"],
Expand Down
Loading

0 comments on commit 35cb87f

Please sign in to comment.