From 197c78e28a9ec96a3cf67d84dcc10da3c20ac01e Mon Sep 17 00:00:00 2001 From: Aaron Axvig Date: Thu, 2 Apr 2026 14:08:01 -0500 Subject: [PATCH] Cleanup --- README.md | 10 ++++++---- web/data/external_refs.json | 5 +++++ .../PAN-OS/addressed/8.1.25.2_2026-03-16.md | 15 --------------- web/data/products.json | 1 - 4 files changed, 11 insertions(+), 20 deletions(-) delete mode 100644 web/data/issues/PAN-OS/addressed/8.1.25.2_2026-03-16.md diff --git a/README.md b/README.md index 1f74c8e..48c65b0 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,18 @@ Feel free to host your own version, or use [the one I host](https://firewallissu Inspired by [Pixi888's](https://www.reddit.com/user/Pixi888/) creation [bugidsearch.com](https://bugidsearch.com/). ## Data updates ## -New versions are easily added using the process.html page +Known and addressed issues for newly released versions are easily added using the process.html page - Copy the issue table's HTML from the webpage using devtools. - Fill out the process.html page's fields and paste in the table HTML. -- Download the Markdown file +- Download the Markdown file and put it into the correct folder. - Fix up the products.json file manually or run `update_products_from_issues.py`. - Submit a pull request. -The date on the end of the file name is to have some idea of when the data was grabbed. I would imagine that sometimes there are updates. +The date on the end of the Markdown file names is to have some idea of when the data was grabbed. I would imagine that sometimes there are updates. (I plan to remove the dates in the future. The git history should be sufficient.) -There is intentionally no automated scaping, to avoid abuse of server resources. Also releases are not that frequent. +There is intentionally no automated scaping of Palo Alto's website, to avoid abuse of server resources. Also releases are not that frequent. A crawler to grab some data from the Common Crawl dataset was started but never really finished. + +Some data was collected early on when the HTMLTable -> Markdown code was kind of bad, so the formatting of the issue write-up tends to be bad on those. Mostly PAN-OS 10 and 11 stuff. ## External references ## diff --git a/web/data/external_refs.json b/web/data/external_refs.json index 1808a2e..5a042a3 100644 --- a/web/data/external_refs.json +++ b/web/data/external_refs.json @@ -3,5 +3,10 @@ "id": "PAN-290235", "url": "https://www.reddit.com/r/paloaltonetworks/comments/1qi7zoy/pan290235_dscd_and_low_quality_control/", "display": "Reddit" + }, + { + "id": "PAN-210513", + "url": "https://www.reddit.com/r/paloaltonetworks/comments/13oz9jg/comment/jlacu9t/", + "display": "Reddit" } ] diff --git a/web/data/issues/PAN-OS/addressed/8.1.25.2_2026-03-16.md b/web/data/issues/PAN-OS/addressed/8.1.25.2_2026-03-16.md deleted file mode 100644 index 17797b3..0000000 --- a/web/data/issues/PAN-OS/addressed/8.1.25.2_2026-03-16.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -type: Addressed -product: PAN-OS -version: 8.1.25.2 -source: common-crawl -crawl: CC-MAIN-2026-12 ---- - -## PAN-237871 - -```caveat -WF-500 appliances and PAN-DB private cloud deployments only -``` - -Fixed an issue where the root-cert was set to expire on December 31, 2023. With this fix, the expiration date has been extended. diff --git a/web/data/products.json b/web/data/products.json index aab26b9..2cac6fc 100644 --- a/web/data/products.json +++ b/web/data/products.json @@ -568,7 +568,6 @@ "8.1.25-h1_2026-03-16.md", "8.1.25-h2_2026-04-01.md", "8.1.25-h3_2026-03-16.md", - "8.1.25.2_2026-03-16.md", "8.1.26_2026-04-01.md", "8.1.26-h1_2026-03-16.md" ],