Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nautobot/nautobot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.6
Choose a base ref
...
head repository: nautobot/nautobot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.7
Choose a head ref
  • 9 commits
  • 10 files changed
  • 4 contributors

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    7da7504 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3071 from nautobot/main-to-develop-post-1.5.6

    Merge main to develop post v1.5.6
    gsnider2195 authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    10a092b View commit details
    Browse the repository at this point in the history
  3. Enforce sandboxed rendering for Jinja2 templates.

    - This forces the Jinja2 template renderer to use a `SandboxedEnvironment`
    - This addresses any unsafe code execution everywhere `render_jinja2` is called.
    - Test added to assert that unsafe attributes cannot be accessed and will result in a `SecurityError`.
    - Documentation referencing direct use of `jinja2.Template` replaced with `render_jinja2`
    jathanism committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    d47f157 View commit details
    Browse the repository at this point in the history
  4. Added changelog file.

    jathanism committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    b5eebd0 View commit details
    Browse the repository at this point in the history
  5. Revert #3016 to fix #3065 (#3070)

    * Revert "Add change logging for relationship changes (#3016)" to fix #3065.
    
    This reverts commit 4ff1ef0.
    
    * Lock down the dev environment a bit to catch issues like #3065
    
    * Add change fragment
    
    * Update development/dev.env
    
    Co-authored-by: Gary Snider <[email protected]>
    
    Co-authored-by: Gary Snider <[email protected]>
    glennmatthews and gsnider2195 authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    c3559e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    582f058 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3074 from jathanism/jathanism-jinja-sandboxed-render

    Enforce sandboxed rendering for Jinja2 templates.
    jathanism authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    14ec554 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    313ada6 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3076 from nautobot/release/1.5.7

    Release v1.5.7 to main
    gsnider2195 authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    c631725 View commit details
    Browse the repository at this point in the history
Loading