Skip to content

Commit

Permalink
prepare to rename this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tkishel committed Jul 20, 2022
1 parent 856ddea commit ca07f52
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pip3 install prismacloud-api

### Reference Scripts

Please refer to the example/reference [scripts](https://github.com/PaloAltoNetworks/pcs-toolbox/tree/main/scripts) directory for script documentation and usage details.
Please refer to the example/reference [scripts](https://github.com/PaloAltoNetworks/prismacloud-api-python/tree/main/scripts) directory for script documentation and usage details.

## Support

Expand Down
14 changes: 10 additions & 4 deletions scripts/examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@
This project has been developed by Prisma Cloud SEs, it is not Supported by Palo Alto Networks.
Nevertheless, the maintainers will make a best-effort to address issues, and (of course) contributors are encouraged to submit issues and pull requests.

## Prisma Cloud Example
Prior to running the script ensure that the toolbox is configured to run as described in [README.md](#scripts/README.md)
## Example Script

### CVE-2022-22965
Prior to running the script ensure that the prismacloud-api is configured to run as described in [README.md](#scripts/README.md)

List packages that contain CVE-2022-22965 and JDK **other than** 1.8. The results are stored to a *CVE-2022-22965-WITHOUT-JAVA8.csv* in the same folder
### pcs_vuln_container_with_cve_2022_22965.py

List packages that contain CVE-2022-22965 and JDK **other than** 1.8.
The results are stored to a *CVE-2022-22965-WITHOUT-JAVA8.csv* in the same directory.

```
python3 pcs_vuln_container_with_cve_2022_22965.py
```
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
keywords="prisma cloud api",
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/PaloAltoNetworks/pcs-toolbox',
url='https://github.com/PaloAltoNetworks/prismacloud-api-python',
packages=setuptools.find_namespace_packages(exclude=['scripts']),
classifiers=[
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit ca07f52

Please sign in to comment.