This is an automated email from the ASF dual-hosted git repository.

epugh pushed a change to branch Update-vex
in repository https://gitbox.apache.org/repos/asf/solr-site.git


    from c75f41bc1 Update VEX file with false positives
     add b282b9b28 Bump actions/checkout from 4.3.1 to 6.0.2 (#170)
     add c03028a35 Bump python from 3.13-alpine to 3.14-alpine (#171)
     add 5a586b3cb SOLR-18193: Restructure security pages and add reporting 
workflow (#168)
     add bf2453baa point to opinon piece
     add e1c1c2d08 clarify author
     add 8774593d2 Merge pull request #132 from apache/scaling-solr
     add 2593c48b7 Add Solr/Lucene migration correctness blog post
     add aae498b1b Merge pull request #178 from 
parveensaini/add-solr-lucene-migration-correctness-post
     add f45895e61 Canned response A 30d->90d
     add 6ce19c8dd Bump python from `01f1254` to `dd4d2bd` (#176)
     add cfeeab4b7 Bump pip from 26.0.1 to 26.1 (#179)
     add 51c7b2312 Fix bloghome template broken by Pelican 4.12.0 (#180)
     add 055c91422 Bump pelican from 4.11.0.post0 to 4.12.0 (#177)
     add 0c7186ce9 Security advisory for jwt-auth blockunknown (#181)
     add 85eade45f Change sub header title from "Recent CVE Disclosures for 
Apache Solr" to "Recent Security Advisories for Apache Solr"
     add 9cb57747f Bump idna from 3.11 to 3.15 (#182)
     add 87f6b914d Bump pelican version in workflows to 4.12.0
     add 19a632703 Merge pull request #184 from apache/bump-pelican-workflows
     add 23a2797a3 Add comparison harness link to Solr/Lucene migration post 
(#185)
     add 35405f9ca Bump python from `dd4d2bd` to `5a824eb`
     add ee21c8241 Merge pull request #186 from 
apache/dependabot/docker/python-5a824eb
     add 1127fcec5 Bump actions/checkout from 6.0.2 to 6.0.3
     add c6f9c0962 Merge pull request #187 from 
apache/dependabot/github_actions/actions/checkout-6.0.3
     add 2b2c4ab9c Merge remote-tracking branch 'upstream/main' into Update-vex
     add f84b24f5c Use the CycloneDX version, not OpenVex version

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build-pelican.yml                |    4 +-
 .github/workflows/pr-build-pelican.yml             |    4 +-
 .gitignore                                         |    7 +
 AGENTS.md                                          |   72 +
 Dockerfile                                         |    2 +-
 build.sh                                           |    2 +-
 .../2024-11-09-scaling-solr-mental-model.md        |   11 +
 ...2026-05-02-solr-lucene-migration-correctness.md |   13 +
 content/pages/security-dependency-cves.md          |   24 +
 content/pages/security-reporting.md                |  255 ++
 content/pages/security.md                          |   82 +-
 .../2026-05-19-jwt-blockunknown-default.md         |   45 +
 pelicanconf.py                                     |    2 +-
 plugins/combined_posts/__init__.py                 |   68 +-
 requirements.in                                    |    2 +-
 requirements.txt                                   |   18 +-
 themes/solr/static/css/base.css                    |   74 +
 .../static/javascript/lib/mermaid/mermaid.min.js   | 3298 ++++++++++++++++++++
 themes/solr/templates/_subnav_news.html            |    4 +
 themes/solr/templates/_subnav_security.html        |    3 +
 themes/solr/templates/bloghome.html                |   23 +-
 themes/solr/templates/downloads.html               |    8 -
 themes/solr/templates/news.html                    |   21 +-
 themes/solr/templates/operator/artifacts.html      |    8 -
 themes/solr/templates/operator/news.html           |   13 -
 themes/solr/templates/posts.html                   |   21 +-
 .../solr/templates/security-dependency-cves.html   |   51 +
 themes/solr/templates/security-news.html           |   37 +
 themes/solr/templates/security-reporting.html      |   17 +
 themes/solr/templates/security.html                |   99 +-
 vex-input.json                                     |    6 +-
 31 files changed, 4066 insertions(+), 228 deletions(-)
 create mode 100644 AGENTS.md
 create mode 100644 
content/pages/blogposts/2024-11-09-scaling-solr-mental-model.md
 create mode 100644 
content/pages/blogposts/2026-05-02-solr-lucene-migration-correctness.md
 create mode 100644 content/pages/security-dependency-cves.md
 create mode 100644 content/pages/security-reporting.md
 create mode 100644 content/solr/security/2026-05-19-jwt-blockunknown-default.md
 create mode 100644 themes/solr/static/javascript/lib/mermaid/mermaid.min.js
 create mode 100644 themes/solr/templates/_subnav_news.html
 create mode 100644 themes/solr/templates/_subnav_security.html
 create mode 100644 themes/solr/templates/security-dependency-cves.html
 create mode 100644 themes/solr/templates/security-news.html
 create mode 100644 themes/solr/templates/security-reporting.html

Reply via email to