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: mitre/vulcan
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.7
Choose a base ref
...
head repository: mitre/vulcan
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.8
Choose a head ref
  • 4 commits
  • 7 files changed
  • 6 contributors

Commits on Jun 18, 2024

  1. Bump ws from 6.2.2 to 6.2.3 in the npm_and_yarn group across 1 directory

    Bumps the npm_and_yarn group with 1 update in the / directory: [ws](https://github.com/websockets/ws).
    
    
    Updates `ws` from 6.2.2 to 6.2.3
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@6.2.2...6.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    bdcb499 View commit details
    Browse the repository at this point in the history
  2. Bump ws from 6.2.2 to 6.2.3 in the npm_and_yarn group across 1 direct…

    …ory (#628)
    
    Bumps the npm_and_yarn group with 1 update in the / directory:
    [ws](https://github.com/websockets/ws).
    
    Updates `ws` from 6.2.2 to 6.2.3
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/websockets/ws/releases">ws's
    releases</a>.</em></p>
    <blockquote>
    <h2>6.2.3</h2>
    <h1>Bug fixes</h1>
    <ul>
    <li>Backported e55e5106 to the 6.x release line (eeb76d31).</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/websockets/ws/commit/d87f3b6d3a00513af9bbb74f45ba9183af4e5f43"><code>d87f3b6</code></a>
    [dist] 6.2.3</li>
    <li><a
    href="https://github.com/websockets/ws/commit/eeb76d313e2a00dd5247ca3597bba7877d064a63"><code>eeb76d3</code></a>
    [security] Fix crash when the Upgrade header cannot be read (<a
    href="https://redirect.github.com/websockets/ws/issues/2231">#2231</a>)</li>
    <li>See full diff in <a
    href="https://github.com/websockets/ws/compare/6.2.2...6.2.3">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ws&package-manager=npm_and_yarn&previous-version=6.2.2&new-version=6.2.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    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-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    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 <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore <dependency name> major version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's major version (unless you unignore this specific
    dependency's major version or upgrade to it yourself)
    - `@dependabot ignore <dependency name> minor version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's minor version (unless you unignore this specific
    dependency's minor version or upgrade to it yourself)
    - `@dependabot ignore <dependency name>` will close this group update PR
    and stop Dependabot creating any more for the specific dependency
    (unless you unignore this specific dependency or upgrade to it yourself)
    - `@dependabot unignore <dependency name>` will remove all of the ignore
    conditions of the specified dependency
    - `@dependabot unignore <dependency name> <ignore condition>` will
    remove the ignore condition of the specified dependency and ignore
    conditions
    You can disable automated security fix PRs for this repo from the
    [Security Alerts page](https://github.com/mitre/vulcan/network/alerts).
    
    </details>
    github-actions[bot] authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    95df25b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. updated cci mappings to latest rev5 (#627)

    * updated cci mappings to latest rev5
    
    * rubocop spacing cleanup
    
    ---------
    
    Co-authored-by: darrickw <[email protected]>
    Co-authored-by: Vanessa Fotso <[email protected]>
    3 people authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    6c5f790 View commit details
    Browse the repository at this point in the history
  2. v2.1.8

    Signed-off-by: Vanessa Fotso <[email protected]>
    vanessuniq committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    509ff27 View commit details
    Browse the repository at this point in the history
Loading