#1858 - Added sanitization of HTML tags in the content of BANNER_TOP, BANNER_BOTTOM, and BANNER_LOGIN configuration to prevent against potential injection of malicious scripts (stored XSS) via these features (GHSA-r2hr-4v48-fjv3).
#5672 - Updated Jinja2 dependency to 3.1.4 to address CVE-2024-34064.
Added
#1858 - Added support in BRANDING_FILEPATHS configuration to specify a custom css and/or javascript file to be added to Nautobot page content.
#1858 - Added Markdown support to the BANNER_TOP, BANNER_BOTTOM, and BANNER_LOGIN configuration settings.
Fixed
#4986 - Fixed inconsistent use of super causing active_tab context to be missing from several views.
#5644 - Made the uniqueness constraints between the ContactAssociation model and the related API serializer consistent.
#5684 - Fixed standard CSV export when using export templates.
#5689 - Fixed change logging for bulk delete operations so that user is included in the log.
Documentation
#5661 - Updated documentation to organize installation instructions and provide easier to use functions from mkdocs.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/nautobot/nautobot-app-nornir/network/alerts).
Bumps nautobot from 2.0.0 to 2.2.4.
Release notes
Sourced from nautobot's releases.
... (truncated)
Commits
445210c
Merge pull request #5679 from nautobot/release/2.2.4ee0f30d
Towncrierf641ccf
Merge branch 'develop' into release/2.2.4d003a24
Fixes #5689 (#5694)4613ff0
General updates to docs for install of Nautobot (#5662)25471db
Towncriera091efb
Merge branch 'develop' into release/2.2.4209b925
Ensures active_tab is in context of all views (#4987)f640aed
Add 'javascript' and 'css' to BRANDING_FILEPATHS options. Sanitize BANNER_ co...d4a0dee
Fixes standard CSV export form element (#5685)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show