dependabot[bot] 9b086dc3de Bump rubocop from 1.43.0 to 1.44.1 (#1391)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.43.0 to
1.44.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop/releases">rubocop's
releases</a>.</em></p>
<blockquote>
<h2>RuboCop 1.44.1</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11492">#11492</a>:
Fix an error for <code>Lint/Void</code> when configuring
<code>CheckForMethodsWithNoSideEffects: true</code>. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11400">#11400</a>:
Fix an incorrect autocorrect for <code>Naming/BlockForwarding</code> and
<code>Lint/AmbiguousOperator</code> when autocorrection conflicts for
ambiguous splat argument. (<a
href="https://github.com/fatkodima"><code>@​fatkodima</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11483">#11483</a>:
Fix <code>Layout/ClosingParenthesisIndentation</code> for keyword splat
arguments. (<a
href="https://github.com/fatkodima"><code>@​fatkodima</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11487">#11487</a>:
Fix a false positive for <code>Lint/FormatParameterMismatch</code> when
format string is only interpolated string. (<a
href="https://github.com/ydah"><code>@​ydah</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11485">#11485</a>:
Fix a false positive for <code>Lint/UselessAssignment</code> when using
numbered block parameter. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
</ul>
<h2>RuboCop 1.44</h2>
<h3>New features</h3>
<ul>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11410">#11410</a>:
Add new <code>Style/InvertibleUnlessCondition</code> cop. (<a
href="https://github.com/fatkodima"><code>@​fatkodima</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11338">#11338</a>:
Add new <code>Style/ComparableClamp</code> cop. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11350">#11350</a>:
Make <code>Lint/DeprecatedClassMethods</code> aware of deprecated
<code>attr</code> with boolean 2nd argument. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11457">#11457</a>:
Make <code>Metrics/BlockNesting</code> aware of pattern matching. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11458">#11458</a>:
Make <code>Metrics/CyclomaticComplexity</code> aware of pattern
matching. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11469">#11469</a>:
Add <code>Gemspec/DevelopmentDependencies</code> cop. ([<a
href="https://github.com/sambostock"><code>@​sambostock</code></a>][])</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11445">#11445</a>:
Fix an incorrect autocorrect for <code>Style/BlockDelimiters</code> when
there is a comment after the closing brace and bracket. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11428">#11428</a>:
Apply value omission exceptions in super invocations. ([<a
href="https://github.com/gsamokovarov"><code>@​gsamokovarov</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11420">#11420</a>:
Fix a false positive for <code>Lint/UselessRescue</code> when using
exception variable in <code>ensure</code> clause. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11460">#11460</a>:
Fix an error for <code>Style/OperatorMethodCall</code> when using
<code>foo.&gt; 42</code>. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11456">#11456</a>:
Fix value omissions in <code>yield</code> invocations. ([<a
href="https://github.com/gsamokovarov"><code>@​gsamokovarov</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11467">#11467</a>:
Fix a false negative for
<code>Style/MethodCallWithoutArgsParentheses</code> when calling method
on a receiver and assigning to a variable with the same name. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11430">#11430</a>:
Fix an infinite loop error for <code>Layout/BlockEndNewline</code> when
multiline blocks with newlines before the <code>; end</code>. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11442">#11442</a>:
Fix a crash during anonymous rest argument forwarding. ([<a
href="https://github.com/gsamokovarov"><code>@​gsamokovarov</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11447">#11447</a>:
Fix an incorrect autocorrect for
<code>Style/RedundantDoubleSplatHashBraces</code> when using nested
double splat hash braces. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11459">#11459</a>:
Make <code>Lint/UselessRuby2Keywords</code> aware of conditions. ([<a
href="https://github.com/splattael"><code>@​splattael</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11415">#11415</a>:
Fix a false positive for <code>Lint/UselessMethodDefinition</code> when
method definition contains rest arguments. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11418">#11418</a>:
Fix a false positive for
<code>Style/MethodCallWithArgsParentheses</code> when using anonymous
rest arguments or anonymous keyword rest arguments. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11431">#11431</a>:
Fix a crash in Style/HashSyntax. ([<a
href="https://github.com/gsamokovarov"><code>@​gsamokovarov</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11444">#11444</a>:
Fix a false positive for <code>Lint/ShadowingOuterLocalVariable</code>
when using numbered block parameter. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11477">#11477</a>:
Fix an error when using YAML alias with server mode. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11419">#11419</a>:
Fix a false positive for <code>Style/RedundantRequireStatement</code>
when using <code>pretty_inspect</code>. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11439">#11439</a>:
Fix an incorrect autocorrect for <code>Style/MinMaxComparison</code>
when using <code>a &lt; b a : b</code> with <code>elsif/else</code>. (<a
href="https://github.com/ydah"><code>@​ydah</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11464">#11464</a>:
Fix a false negative for <code>Lint/FormatParameterMismatch</code> when
include interpolated string. (<a
href="https://github.com/ydah"><code>@​ydah</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11425">#11425</a>:
Fix a false negative for <code>Lint/Void</code> when using methods that
takes blocks. ([<a
href="https://github.com/krishanbhasin-shopify"><code>@​krishanbhasin-shopify</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11437">#11437</a>:
Fix an error for <code>Style/AccessModifierDeclarations</code> when
access modifier is inlined with a method on the top level. (<a
href="https://github.com/koic"><code>@​koic</code></a>)</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11455">#11455</a>:
Fix crash with <code>super value_omission:</code> followed by a method
call. ([<a
href="https://github.com/gsamokovarov"><code>@​gsamokovarov</code></a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11465">#11465</a>:
Make <code>Style/Semicolon</code> aware of redundant semicolon in block.
(<a href="https://github.com/koic"><code>@​koic</code></a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md">rubocop's
changelog</a>.</em></p>
<blockquote>
<h2>1.44.1 (2023-01-25)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11492">#11492</a>:
Fix an error for <code>Lint/Void</code> when configuring
<code>CheckForMethodsWithNoSideEffects: true</code>. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11400">#11400</a>:
Fix an incorrect autocorrect for <code>Naming/BlockForwarding</code> and
<code>Lint/AmbiguousOperator</code> when autocorrection conflicts for
ambiguous splat argument. ([<a
href="https://github.com/fatkodima"><code>@​fatkodima</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11483">#11483</a>:
Fix <code>Layout/ClosingParenthesisIndentation</code> for keyword splat
arguments. ([<a
href="https://github.com/fatkodima"><code>@​fatkodima</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11487">#11487</a>:
Fix a false positive for <code>Lint/FormatParameterMismatch</code> when
format string is only interpolated string. ([<a
href="https://github.com/ydah"><code>@​ydah</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11485">#11485</a>:
Fix a false positive for <code>Lint/UselessAssignment</code> when using
numbered block parameter. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
</ul>
<h2>1.44.0 (2023-01-23)</h2>
<h3>New features</h3>
<ul>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11410">#11410</a>:
Add new <code>Style/InvertibleUnlessCondition</code> cop. ([<a
href="https://github.com/fatkodima"><code>@​fatkodima</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11338">#11338</a>:
Add new <code>Style/ComparableClamp</code> cop. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11350">#11350</a>:
Make <code>Lint/DeprecatedClassMethods</code> aware of deprecated
<code>attr</code> with boolean 2nd argument. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11457">#11457</a>:
Make <code>Metrics/BlockNesting</code> aware of pattern matching. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11458">#11458</a>:
Make <code>Metrics/CyclomaticComplexity</code> aware of pattern
matching. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11469">#11469</a>:
Add <code>Gemspec/DevelopmentDependencies</code> cop. ([<a
href="https://github.com/sambostock"><code>@​sambostock</code></a>][])</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11445">#11445</a>:
Fix an incorrect autocorrect for <code>Style/BlockDelimiters</code> when
there is a comment after the closing brace and bracket. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11428">#11428</a>:
Apply value omission exceptions in super invocations. ([<a
href="https://github.com/gsamokovarov"><code>@​gsamokovarov</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11420">#11420</a>:
Fix a false positive for <code>Lint/UselessRescue</code> when using
exception variable in <code>ensure</code> clause. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11460">#11460</a>:
Fix an error for <code>Style/OperatorMethodCall</code> when using
<code>foo.&gt; 42</code>. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11456">#11456</a>:
Fix value omissions in <code>yield</code> invocations. ([<a
href="https://github.com/gsamokovarov"><code>@​gsamokovarov</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11467">#11467</a>:
Fix a false negative for
<code>Style/MethodCallWithoutArgsParentheses</code> when calling method
on a receiver and assigning to a variable with the same name. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11430">#11430</a>:
Fix an infinite loop error for <code>Layout/BlockEndNewline</code> when
multiline blocks with newlines before the <code>; end</code>. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11442">#11442</a>:
Fix a crash during anonymous rest argument forwarding. ([<a
href="https://github.com/gsamokovarov"><code>@​gsamokovarov</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11447">#11447</a>:
Fix an incorrect autocorrect for
<code>Style/RedundantDoubleSplatHashBraces</code> when using nested
double splat hash braces. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11459">#11459</a>:
Make <code>Lint/UselessRuby2Keywords</code> aware of conditions. ([<a
href="https://github.com/splattael"><code>@​splattael</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11415">#11415</a>:
Fix a false positive for <code>Lint/UselessMethodDefinition</code> when
method definition contains rest arguments. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11418">#11418</a>:
Fix a false positive for
<code>Style/MethodCallWithArgsParentheses</code> when using anonymous
rest arguments or anonymous keyword rest arguments. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11431">#11431</a>:
Fix a crash in Style/HashSyntax. ([<a
href="https://github.com/gsamokovarov"><code>@​gsamokovarov</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11444">#11444</a>:
Fix a false positive for <code>Lint/ShadowingOuterLocalVariable</code>
when using numbered block parameter. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11477">#11477</a>:
Fix an error when using YAML alias with server mode. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11419">#11419</a>:
Fix a false positive for <code>Style/RedundantRequireStatement</code>
when using <code>pretty_inspect</code>. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11439">#11439</a>:
Fix an incorrect autocorrect for <code>Style/MinMaxComparison</code>
when using <code>a &lt; b a : b</code> with <code>elsif/else</code>.
([<a href="https://github.com/ydah"><code>@​ydah</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11464">#11464</a>:
Fix a false negative for <code>Lint/FormatParameterMismatch</code> when
include interpolated string. ([<a
href="https://github.com/ydah"><code>@​ydah</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11425">#11425</a>:
Fix a false negative for <code>Lint/Void</code> when using methods that
takes blocks. ([<a
href="https://github.com/krishanbhasin-shopify"><code>@​krishanbhasin-shopify</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11437">#11437</a>:
Fix an error for <code>Style/AccessModifierDeclarations</code> when
access modifier is inlined with a method on the top level. ([<a
href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11455">#11455</a>:
Fix crash with <code>super value_omission:</code> followed by a method
call. ([<a
href="https://github.com/gsamokovarov"><code>@​gsamokovarov</code></a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11465">#11465</a>:
Make <code>Style/Semicolon</code> aware of redundant semicolon in block.
([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li>
<li><a
href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11471">#11471</a>:
Change to not output not configured warning when renamed and pending
cop. ([<a
href="https://github.com/ydah"><code>@​ydah</code></a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="8b9b97f7af"><code>8b9b97f</code></a>
Cut 1.44.1</li>
<li><a
href="39adb4e8f3"><code>39adb4e</code></a>
Update Changelog</li>
<li><a
href="6d45fd50db"><code>6d45fd5</code></a>
Fix typos</li>
<li><a
href="aa08c25361"><code>aa08c25</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11493">#11493</a>
from koic/fix_an_error_for_lint_void</li>
<li><a
href="9a1f19a13f"><code>9a1f19a</code></a>
Use <code>RuboCop::AST::Node#basic_conditional?</code></li>
<li><a
href="629da7085e"><code>629da70</code></a>
Use <code>RuboCop::AST::Node#operator_keyword?</code></li>
<li><a
href="48f3d1ffd4"><code>48f3d1f</code></a>
[Fix <a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11492">#11492</a>]
Fix an error for <code>Lint/Void</code></li>
<li><a
href="b947b32ed2"><code>b947b32</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11488">#11488</a>
from koic/fix_a_false_positive_for_lint_useless_ass...</li>
<li><a
href="099a1e7ff5"><code>099a1e7</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11487">#11487</a>
from ydah/fix-false-positive-lint-format-parameter-...</li>
<li><a
href="95a894a43f"><code>95a894a</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11490">#11490</a>
from ydah/fix-indent</li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop/compare/v1.43.0...v1.44.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rubocop&package-manager=bundler&previous-version=1.43.0&new-version=1.44.1)](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 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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-30 09:51:54 -08:00
2023-01-23 15:28:25 -06:00
2022-12-31 12:58:11 -06:00
2022-12-31 12:58:11 -06:00
2020-11-04 10:14:20 -06:00
2022-12-31 12:58:11 -06:00
2022-11-23 21:21:49 -08:00
2023-01-23 15:28:25 -06:00
2020-04-21 20:49:55 -07:00
2023-01-16 13:15:32 -06:00
2023-01-27 10:44:51 -06:00

firezone logo

firezone Discourse firezone Coverage Status GitHub commit activity GitHub closed issues Cloudsmith follow on Twitter

Firezone is a self-hosted VPN server and Linux firewall

Firezone Architecture

Get Started

Follow our deploy guide to install your self-hosted instance of Firezone.

Or, if you're on a supported platform, try our auto-install script.

Using Firezone in production at your organization? Take a look at our Enterprise Plan.

Features

firezone-usage

  • Fast: Uses WireGuard® to be 3-4 times faster than OpenVPN.
  • SSO Integration: Authenticate using any identity provider with an OpenID Connect (OIDC) connector.
  • Containerized: All dependencies are bundled via Docker.
  • Simple: Takes minutes to set up. Manage via a simple CLI.
  • Secure: Runs unprivileged. HTTPS enforced. Encrypted cookies.
  • Firewall included: Uses Linux nftables to block unwanted egress traffic.

Anti-features

Firezone is not:

  • An inbound firewall
  • A tool for creating mesh networks
  • A full-featured router
  • An IPSec or OpenVPN server

Documentation

Additional documentation on general usage, troubleshooting, and configuration can be found at https://docs.firezone.dev.

Get Help

If you're looking for help installing, configuring, or using Firezone, check our community support options:

  1. Discussion Forums: Ask questions, report bugs, and suggest features.
  2. Public Slack Group: Join live discussions, meet other users, and get to know the contributors.
  3. Open a PR: Contribute a bugfix or make a contribution to Firezone.

If you need help deploying or maintaining Firezone for your business, consider contacting us about our paid support plan.

Star History

Star History Chart

Package Repository

Hosted By: Cloudsmith

Package repository hosting is graciously provided by Cloudsmith. Cloudsmith is the only fully hosted, cloud-native, universal package management solution, that enables your organization to create, store and share packages in any format, to any place, with total confidence.

Developing and Contributing

See CONTRIBUTING.md.

Security

See SECURITY.md.

License

See LICENSE.

WireGuard® is a registered trademark of Jason A. Donenfeld.

Description
No description provided
Readme Apache-2.0 169 MiB
Languages
Elixir 57.1%
Rust 29.2%
TypeScript 5.9%
Swift 3.3%
Kotlin 1.8%
Other 2.5%