Skip to content

Commit

Permalink
Merge pull request #14 from CoreMedia/dependency-ip-CVE-2023-42282
Browse files Browse the repository at this point in the history
Update socks to a version which does not use `ip`
  • Loading branch information
JensDallmann committed Jun 5, 2024
2 parents 2c4ae50 + 261b324 commit 6714ca0
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 78 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,30 +30,6 @@
<!-- start of server/banner.html -->
<!-- start of head-include-2.html -->
<meta name="viewport" content="width=device-width, initial-scale=1" />


<link rel="stylesheet" type="text/css" href="/server/banners/fundraiser.css" media="screen" />
<style type="text/css" media="screen"><!--
.progress-bar
{
width: 92%;
}
.percentage
{
text-align: right;
right: 0em;
padding-right: 1em;
padding-left: 92%;
}
--></style>

<style type="text/css" media="screen">
<!-- TRANSLATORS: Change direction to rtl if you translate
the fundraiser and your script is right-to-left. -->
.fundraiser {
direction: ltr;
}
</style>
<!-- end of head-include-2.html -->

</head>
Expand All @@ -63,26 +39,28 @@
<div id="top">
<a class="skip" href="#content"><b>Skip to main text</b></a>
</div>
<div id='fundraiser'>
<p><a href="https://my.fsf.org/donate?mtm_campaign=fall23&amp;mtm_source=banner">
<img class='fr-background' src="/server/banners/banner.png" alt="" />
<span class="gnun-split"></span></a></p>
<div class="message">
<p class="headline"><a href="https://my.fsf.org/donate?mtm_campaign=fall23&amp;mtm_source=banner"><b>Boost
free software education:</b> Donate to help us reach our stretch
goal!<span class="gnun-split"></span></a></p>
<div style="clear: right"></div>
<p class="button"><a href="https://my.fsf.org/donate?mtm_campaign=fall23&amp;mtm_source=banner">Donate&nbsp;Now<span class="gnun-split"></span></a></p>
</div><!-- .message -->
<div class="progresswidget">
<div class="progress">
<div class="progress-bar"><span class="percentage">$391,072</span></div>

</div>
</div><!-- .progresswidget -->
</div><!-- #fundraiser -->

<div style="clear: both"></div>
<div id="fsf-frame" role="complementary">
<form id="fssbox" action="https://my.fsf.org/civicrm/profile/create?reset=1&amp;gid=31"
method="post">
<div>
<input name="postURL" type="hidden" value="" />
<input type="hidden" name="group[25]" value="1" />
<input name="cancelURL" type="hidden" value="https://crm.fsf.org/civicrm/profile?reset=1&amp;gid=31" />
<input name="_qf_default" type="hidden" value="Edit:cancel" />
<label for="frmEmail">
<a href="//www.fsf.org/fss">Free Software Supporter</a>:
</label>
<input type="text" id="frmEmail" name="email-Primary" size="18" maxlength="80"
value="email address" onfocus="this.value=''"/>
<input type="submit" name="_qf_Edit_next" value="Sign up" />
</div>
</form>

<div id="join-fsf" class="button"><a
href="https://www.fsf.org/associate/support_freedom?referrer=4052">JOIN&nbsp;THE&nbsp;FSF</a>
</div>
</div>

<div id="header" role="banner">
<p id="gnu-banner">
Expand Down
82 changes: 47 additions & 35 deletions studio-client/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6714ca0

Please sign in to comment.