You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2023/01/19 12:30:49 UTC

[solr-site] branch production updated (93aa78e64 -> 924705216)

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 93aa78e64 Merge branch 'main' into production
     add 84d44f4a7 First draft presenting dependency vulnerability info
     add 07f83bb84 Merge pull request #86 from raboof/vex
     add d42670758 Fix passing a custom output path to the vex plugin
     add 4daeb8fb2 Merge pull request #87 from raboof/fix-vex-custom-output-path
     add 0efc6311c remove 'known' derby problem with CVE
     add aefd3f50b Merge pull request #88 from raboof/remove-known-derby-problem-without-cve
     add 3bb798810 Update version variables for release 9.1.0
     add a94bdb21c Update the htaccess.ref-guide-antora for release 9.1.0
     add 85f6396b3 Adding Solr news for release 9.1.0
     add a5df177cf Updating links for how to contribute to point to CONTRIBUTING.md in the Solr github repo
     add a72874a0a Merge pull request #89 from justinrsweeney/SOLR-16544-how-to-contribute
     new 924705216 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:
 content/pages/community.md               |    6 +-
 content/pages/resources.md               |    2 +-
 content/pages/security.md                |   35 +-
 pelicanconf.py                           |    3 +-
 plugins/vex/__init__.py                  |    1 +
 plugins/vex/schema/bom-1.4.schema.json   | 1697 ++++++++++++++++++++++++++++++
 plugins/vex/schema/vex-input.schema.json |   35 +
 plugins/vex/vex.py                       |   71 ++
 requirements.txt                         |    3 +
 themes/solr/templates/features.html      |    2 +-
 themes/solr/templates/security.html      |   36 +
 vex-input.json                           |  456 ++++++++
 12 files changed, 2334 insertions(+), 13 deletions(-)
 create mode 100644 plugins/vex/__init__.py
 create mode 100644 plugins/vex/schema/bom-1.4.schema.json
 create mode 100644 plugins/vex/schema/vex-input.schema.json
 create mode 100644 plugins/vex/vex.py
 create mode 100644 vex-input.json


[solr-site] 01/01: Merge branch 'main' into production

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 924705216acfa60afc790d592c3a0af42d38e927
Merge: 93aa78e64 a72874a0a
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Thu Jan 19 13:30:00 2023 +0100

    Merge branch 'main' into production

 content/pages/community.md               |    6 +-
 content/pages/resources.md               |    2 +-
 content/pages/security.md                |   35 +-
 pelicanconf.py                           |    3 +-
 plugins/vex/__init__.py                  |    1 +
 plugins/vex/schema/bom-1.4.schema.json   | 1697 ++++++++++++++++++++++++++++++
 plugins/vex/schema/vex-input.schema.json |   35 +
 plugins/vex/vex.py                       |   71 ++
 requirements.txt                         |    3 +
 themes/solr/templates/features.html      |    2 +-
 themes/solr/templates/security.html      |   36 +
 vex-input.json                           |  456 ++++++++
 12 files changed, 2334 insertions(+), 13 deletions(-)