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: basecamp/trix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: basecamp/trix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.1
Choose a head ref
  • 8 commits
  • 5 files changed
  • 4 contributors

Commits on Apr 11, 2024

  1. Bump tar from 6.2.0 to 6.2.1

    Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1.
    - [Release notes](https://github.com/isaacs/node-tar/releases)
    - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v6.2.0...v6.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c6023ed View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Merge pull request #1146 from basecamp/dependabot/npm_and_yarn/tar-6.2.1

    Bump tar from 6.2.0 to 6.2.1
    Alberto Fernández-Capel authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    36c7aeb View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    5e03f4a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1147 from basecamp/sanitize-noscript

    Sanitize noscript to prevent copy and paste XSS
    Alberto Fernández-Capel authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    841ff19 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Test attachment content is sanitized

    lewispb authored and afcapel committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1abe3d2 View commit details
    Browse the repository at this point in the history
  2. Sanitize HTML content in data-trix-* attributes

    Prevents XSS attacks by crafting a malicious HTML content in the
    data-trix-* attributes.
    afcapel committed May 1, 2024
    Configuration menu
    Copy the full SHA
    14bac18 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1149 from basecamp/paste-html-sanitize

    Sanitize HTML content in data-trix-* attributes
    Alberto Fernández-Capel authored May 1, 2024
    Configuration menu
    Copy the full SHA
    1a5c68a View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. v2.1.1

    afcapel committed May 3, 2024
    Configuration menu
    Copy the full SHA
    0c79bcb View commit details
    Browse the repository at this point in the history
Loading