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

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


    from 166cf8448 Merge pull request #172 from apache/main
     add 5a586b3cb SOLR-18193: Restructure security pages and add reporting 
workflow (#168)
     new c77b50b2b Merge branch 'main' into production

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |    7 +
 AGENTS.md                                          |   72 +
 build.sh                                           |    2 +-
 content/pages/security-dependency-cves.md          |   24 +
 content/pages/security-reporting.md                |  255 ++
 content/pages/security.md                          |   82 +-
 pelicanconf.py                                     |    2 +-
 plugins/combined_posts/__init__.py                 |   68 +-
 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                |   21 +-
 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 +-
 22 files changed, 3978 insertions(+), 209 deletions(-)
 create mode 100644 AGENTS.md
 create mode 100644 content/pages/security-dependency-cves.md
 create mode 100644 content/pages/security-reporting.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