
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@collaborne/authorized-image
Advanced tools
A component that allows to show images that require authorization using a bearer token.
<authorized-image>
A component that allows to show images that require authorization using a bearer token.
npm install @collaborne/authorized-image --save
Note: The component depends on a working URL
constructor. For supporting IE11 and older browser you need to also install a polyfill as, such as webcomponents/URL:
npm install @webcomponents/url --save
<img>
/<iron-image>
This component can solve problems related to caching images that require authorization, but at the same time can also introduce a lot of potential problems:
<authorized-image>
component will fetch the images when then src
is known and the component is likely visible based on an IntersectionObserver.<authorized-image>
component will fetch images once per component instance, even when the URL is equal to other instances on the same page.<authorized-image>
component will do a CORS pre-flight request due to the authorization
HTTP header in the request. Using a reasonable Access-Control-Max-Age
value on the server side helps in reducing the impact by that.<authorized-image>
component must comply to the connect-src
Content-Security-Policy directive rather than the img-src
directive.This software is licensed under the Apache 2 license, quoted below.
Copyright 2011-2018 Collaborne B.V. <http://github.com/Collaborne/>
Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.
FAQs
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.