diff --git a/README.md b/README.md index 9678e7d..2c9db66 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/scripts/examples/README.md b/scripts/examples/README.md index 404afd2..bdeb0a2 100644 --- a/scripts/examples/README.md +++ b/scripts/examples/README.md @@ -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 \ No newline at end of file +### 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 +``` diff --git a/setup.py b/setup.py index 35734fd..1218eb8 100644 --- a/setup.py +++ b/setup.py @@ -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',