Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rns #870

Merged
merged 2 commits into from
Oct 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
# The short X.Y version.
version = u'3.0'
# The full version, including alpha/beta/rc tags.
release = u'3.0.0'
release = u'3.0.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
17 changes: 16 additions & 1 deletion source/release-notes/v3.0-release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ v3.0 Release Notes

.. warning::

There are some breaking changes in 3.0. See the upgrade directions below for details.
3.0 has security fixes that no prior release has.

There are also some breaking changes in 3.0. See the upgrade directions below for details.


Administrative changes
Expand Down Expand Up @@ -63,6 +65,19 @@ time contributing to Open OnDemand.

If we've missed listing anyone here, please let us know!

Security Fixes
--------------

Versions prior to 3.0 are vulnerable to these security related issues:

* ``OOD_ALLOWLIST_PATH`` can be circumvented in several scenarios.
* Users may inject malicous Ruby code into certian user owned ERB files
that the system reads.

These have been fixed in version 3.0.2 and up. Thank you to the
the team at CSC - IT Center for Science, Finland for disclosing
these.

Details of administrative changes
---------------------------------

Expand Down
Loading