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