並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 45件

新着順 人気順

isolationの検索結果1 - 40 件 / 45件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

isolationに関するエントリは45件あります。 securitybrowserlinux などが関連タグです。 人気エントリには 『Site Isolation 及び Web のセキュリティモデルの更新 | blog.jxck.io』などがあります。
  • Site Isolation 及び Web のセキュリティモデルの更新 | blog.jxck.io

    Intro Origin は Web におけるセキュリティモデルの一つとして、コンテンツ間の Communication に関する境界を定義し、リソースを保護してきた。 しかし、 Spectre の発覚以降、 Communication に関する制限だけではなく Isolation によるメモリレベルでのアクセス制御が必要となった。 そこで現在作業されているのが、 CORB, CORP, COEP, COOP といった仕様群であり、これは Web におけるセキュリティモデルの更新作業と見ることができる。 概要と現状について解説する。 DEMO & Resources 量が多いため、動作する DEMO と関連リソースは、ページ下部にまとめてある。 CORS による Cross Origin Communication の制限 CORS は、平たく言えば、リソース提供元(サーバ)が、クライアン

      Site Isolation 及び Web のセキュリティモデルの更新 | blog.jxck.io
    • SharedArrayBuffer と過渡期な cross-origin isolation の話

      2021/12/26: Safari も 15.2 から COOP/COEP を使って SharedArrayBuffer が利用できるようになったので、該当箇所の表記を変更しました。 長い記事なので先に結論を書きます。 Chrome、Firefox および Safari で SharedArrayBuffer や高精細タイマーが使えるようになりました。そのためには cross-origin isolation という状態を有効にするのですが、親となる HTML ドキュメントに下記 2 つのヘッダーを送ります。 Cross-Origin-Embedder-Policy: require-corp Cross-Origin-Opener-Policy: same-origin ただ、これを有効にするには様々な条件と制約が存在し、現段階では多くのサイトは苦戦するでしょう。とりあえず従来通り C

        SharedArrayBuffer と過渡期な cross-origin isolation の話
      • PostgreSQL Isolation について

        トランザクションのACID特性のうち、Isolation(隔離性)について整理する。 検証環境検証には、PostgreSQL 10.5を独自ビルドしたものを利用する。 (gdbでデバッグできるように最適化オプションを無効にした) 参考 PostgreSQL 9.4.4をソースコードからインストールする # select version(); version --------------------------------------------------------------------------------------------------------- PostgreSQL 10.5 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-28), 64-bit (1 row) #

          PostgreSQL Isolation について
        • AWS の障害分離境界について学べるホワイトペーパー AWS Fault Isolation Boundaries を読んでみた | DevelopersIO

          AWS の障害分離境界について学べるホワイトペーパー AWS Fault Isolation Boundaries を読んでみた コンバンハ、千葉(幸)です。 Jeff Barr 氏のツイートで、新たな AWS ホワイトペーパー AWS Fault Isolation Boundaries が紹介されていました。 New - #AWS Fault Isolation Boundaries - https://t.co/M9ulCD3KI9 (PDF or HTML) "Don't let the boring title fool you" -- @QuinnyPig pic.twitter.com/FKxpZxXISh — Jeff Barr ☁️ (@ ? ) ? (@jeffbarr) November 18, 2022 ▲溢れ出るインパクト。「つまらないタイトルに騙されるな」! ナ

            AWS の障害分離境界について学べるホワイトペーパー AWS Fault Isolation Boundaries を読んでみた | DevelopersIO
          • Microsoft、新しいOSセキュリティ技術「Win32 app isolation」を発表/万が一ゼロデイ脆弱性をついた攻撃をうけても、影響を最小限にとどめる隔離機構

              Microsoft、新しいOSセキュリティ技術「Win32 app isolation」を発表/万が一ゼロデイ脆弱性をついた攻撃をうけても、影響を最小限にとどめる隔離機構
            • Linuxの実行環境のisolationをもうちょっとちゃんとする今年は - w_o’s diary

              いままでpip実行するたびに、「これどこかのsetup.pyに一行でもid_rsaとかfirefoxのprofileデータをどこかにアップロードするコード混じってたら終わりだよな」と思ってたけど、 https://pytorch.org/blog/compromised-nightly-dependency/ いよいよそういうことが起こってきたので、なんとか対応したほうがいいという気持ちになった。今年中に使用感を悪化しない範囲でどこまでできるかを探りたいと思いますね。 ブラウザを別UIDで実行する firefoxのデータに自由にアクセスできたらMFAとか意味ないんだよなあ… ブラウザのデータを別プロセスから読みたいとか、ブラウザにパイプ繋げたりとかしたい場合はないので、別ユーザにして、isolationすべきという気がする。 firefoxだけ起動できる UID を作って、その UID で

                Linuxの実行環境のisolationをもうちょっとちゃんとする今年は - w_o’s diary
              • JVM in Linux containers, surviving the isolation | BellSoft Java

                Alpaquita Cloud Native PlatformThe Cloud-native platform that provides the convenient way to create performant and secure Cloud solutions for your applications. Pricing We offer competitive and flexible pricing for large-scale development projects, and long-term support roadmaps. When failing to optimize cloud costs, companies can overspend up to 70% Read our report to learn more

                  JVM in Linux containers, surviving the isolation | BellSoft Java
                • GitHub - bluwy/whyframe: Develop components in isolation with just an iframe

                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                    GitHub - bluwy/whyframe: Develop components in isolation with just an iframe
                  • Deep Dive into Site Isolation (Part 1)

                    Posted Nov 10, 2020 2020-11-10T10:00:00-08:00 by Jun Kokatsu Back in 2018, Chrome enabled Site Isolation by default, which mitigates attacks such as UXSS and Spectre. At the time, I was actively participating in the Chrome Vulnerability Reward Program, and I was able to find 10+ bugs in Site Isolation, resulting in $32k rewards. In this blog post series, I will explain how Site Isolation and relat

                      Deep Dive into Site Isolation (Part 1)
                    • Introducing Firefox’s new Site Isolation Security Architecture – Mozilla Hacks - the Web developer blog

                      Introducing Firefox’s new Site Isolation Security Architecture Like any web browser, Firefox loads code from untrusted and potentially hostile websites and runs it on your computer. To protect you against new types of attacks from malicious sites and to meet the security principles of Mozilla, we set out to redesign Firefox on desktop. Site Isolation builds upon a new security architecture that ex

                        Introducing Firefox’s new Site Isolation Security Architecture – Mozilla Hacks - the Web developer blog
                      • AWS Fault Isolation Boundaries - AWS Fault Isolation Boundaries

                        Publication date: November 16, 2022 (Document revisions) Abstract Amazon Web Services (AWS) provides different isolation boundaries, such as Availability Zones (AZ), Regions, control planes, and data planes. This paper details how AWS uses these boundaries to create zonal, Regional, and global services. It also includes prescriptive guidance on how to consider dependencies on these different servi

                        • Sandboxing and Workload Isolation

                          Sandboxing and Workload Isolation Author Name Thomas Ptacek @tqbf @tqbf Workload isolation makes it harder for a vulnerability in one service to compromise every other part of the platform. It has a long history going back to 1990s qmail, and we generally agree that it’s a good, useful thing. Despite a plethora of isolation options, in the time I spent consulting for technology companies I learned

                            Sandboxing and Workload Isolation
                          • Cloudflare + Remote Browser Isolation

                            This post is also available in 简体中文, 日本語, Deutsch, Français and Español, . Cloudflare announced today that it has purchased S2 Systems Corporation, a Seattle-area startup that has built an innovative remote browser isolation solution unlike any other currently in the market. The majority of endpoint compromises involve web browsers — by putting space between users’ devices and where web code execu

                            • John Burn-Murdoch on Twitter: "Here are the latest case trajectories: • Japan’s flatter curve now felt to be due to effective isolation of elder… https://t.co/gx8xhIvPAq"

                              Here are the latest case trajectories: • Japan’s flatter curve now felt to be due to effective isolation of elder… https://t.co/gx8xhIvPAq

                                John Burn-Murdoch on Twitter: "Here are the latest case trajectories: • Japan’s flatter curve now felt to be due to effective isolation of elder… https://t.co/gx8xhIvPAq"
                              • 【はてなブログ】が導いてくれた、特別な繋がり。<from Isolation to Connection> - トラリブ Travel Blog

                                Kuchajda(November 2023) 2020年の 5月にブログを始めてから、 いつの間にか 3年半の月日が流れていました。 当初はイギリスで生活していたので、マンチェスターの情報を中心に、 ロックダウン中の様子や、混沌とした世界の中で抱いていた感情、 イギリスの観光スポットなどをブログにまとめていました。 当時住んでいた家のそばの公園 その頃からずっと温かく見守ってくださっている、 はてなブロガーの皆さま。 当時の遮断された世界の中で、孤独を感じていた私にとっては、 画面越しでも、文字だけのやり取りでも、 その一つひとつのメッセージが何よりもの救いでした。 いつの日か地元(Salford)で見た印象的な空 ブログ上でやり取りを続けていただくうち、 いつか実際にお会いしたいなと思う気持ちが強まる一方、 2021年3月に帰国した当時は、 日本でも厳しいロックダウンのような状態に。

                                  【はてなブログ】が導いてくれた、特別な繋がり。<from Isolation to Connection> - トラリブ Travel Blog
                                • [セッションレポート]Lambdaのコンテナイメージ管理の裏側に詳しくなれるセッション SVS404 Deep dive into AWS Lambda security: Function isolation #reinvent | DevelopersIO

                                  CX事業本部@大阪の岩田です。このブログはre:inventのセッション「SVS404 Deep dive into AWS Lambda security: Function isolation」のレポートです。Lambdaというサービスの裏側が垣間見える興味深い内容でre:invent2018、re:invent2019の「A serverless journey: AWS Lambda under the hood」に興味がある人にはかなり刺さるセッションだと思います。是非読んでみて下さい。 セッション概要 以下公式サイトからの引用です。 This session dives into the security model behind AWS Lambda functions, looking at how you can isolate workloads, build mult

                                    [セッションレポート]Lambdaのコンテナイメージ管理の裏側に詳しくなれるセッション SVS404 Deep dive into AWS Lambda security: Function isolation #reinvent | DevelopersIO
                                  • Vocal Remover and Isolation

                                    Separate voice from music out of a song free with powerful AI algorithmsBrowse my files Remove vocals from a song This free online application will help remove vocals from a song by creating karaoke. Once you choose a song, artificial intelligence will separate the vocals from the instrumental ones. You will get two tracks - a karaoke version of your song (no vocals) and acapella version (isolated

                                      Vocal Remover and Isolation
                                    • Demystifying Database Systems, Part 4: Isolation levels vs. Consistency levels

                                      For many years, database users did not have to simultaneously understand the concept of isolation levels and consistency levels. Either a database system provided a correctness/performance tradeoff using isolation levels, or it provided a correctness/performance tradeoff using consistency levels, but never both. This resulted in a blurring of these concepts to the point that many people --- even e

                                        Demystifying Database Systems, Part 4: Isolation levels vs. Consistency levels
                                      • Introducing Cloudflare Browser Isolation beta

                                        This post is also available in 简体中文, 日本語, 한국어 and Español. Reimagining the BrowserA web browser, the same application that connects users to the entire Internet, also connects you to all of the potentially harmful parts of the Internet. It’s an open door to nearly every connected system on the planet, which is powerful and terrifying. We also rely on browsers more than ever. Most applications that

                                          Introducing Cloudflare Browser Isolation beta
                                        • isolation - CSS: カスケーディングスタイルシート | MDN

                                          CSS チュートリアル CSS の基本 CSS の第一歩 CSS の第一歩の概要 CSS とは何か CSS 入門 CSS の全体像 CSS の働き 評価課題: 経歴ページのスタイル設定 CSS の構成要素 CSS の構成要素の概要 CSS セレクター Type, class, and ID selectors Attribute selectors Pseudo-classes and pseudo-elements Combinators カスケードと継承 Cascade layers ボックスモデル 背景と境界 書字方向の操作 内容のはみ出し CSS の値と単位 CSS における大きさの指定 画像、メディア、フォームの要素 表のスタイル付け CSS のデバッグ CSS の整理 評価課題: CSS の基本的な理解度 評価課題: 素敵なレターヘッドの便箋の作成 評価課題: かっこいいボック

                                            isolation - CSS: カスケーディングスタイルシート | MDN
                                          • SaaS Tenant Isolation Strategies

                                            SaaS のテナント分離戦略 マルチテナント環境でリソースを分離する 2020 年 8 月 注意 お客様は、この文書に記載されている情報を独自に評価する責任を負うものとします。このドキュ メントは、(a) 情報提供のみを目的としており、(b) AWS の現行製品とプラクティスを表したもの であり、予告なしに変更されることがあり、(c) AWS およびその関連会社、サプライヤー、または ライセンサーからの契約義務や確約を意味するものではありません。AWS の製品やサービスは、明 示または暗示を問わず、いかなる保証、表明、条件を伴うことなく「現状のまま」提供されます。 お客様に対する AWS の責任は、AWS 契約により規定されます。本書は、AWS とお客様の間で行 われるいかなる契約の一部でもなく、そのような契約の内容を変更するものでもありません。 © 2020 Amazon Web Ser

                                            • Implementing MVCC and major SQL transaction isolation levels | notes.eatonphil.com

                                              In this post we'll build a database in 400 lines of code with basic support for five standard SQL transaction levels: Read Uncommitted, Read Committed, Repeatable Read, Snapshot Isolation and Serializable. We'll use multi-version concurrency control (MVCC) and optimistic concurrency control (OCC) to accomplish this. The goal isn't to be perfect but to explain the basics in a minimal way. You don't

                                              • z-index 同士の競合を isolation: isolate; で解消する

                                                本稿は、 ZOZOTOWN 開発本部のフロントエンドエンジニア有志で開催されている、スタイル分科会にて挙がったテーマを記事にしたものです。 この記事で分かること isolation: isolate; がどのような場面で有用かを解説します。 複数のコンポーネントを配置したとき、それぞれの z-index が競合したケースを例に用います。 前提 それぞれ position: absolute; の要素を内包する、 2 つのコンポーネントを横並びで配置します。 デモ メニューに hover してみてください。デフォルトでは、表示される子メニューが他のコンポーネントの z-index に負け、表示が崩れてしまいます。 「z-index の競合を解決する」ボタンを押下すると、子メニューが正しく表示されるようになります。 解説 実装コード 2 つのコンポーネントを、 マウスオーバーメニュー と カー

                                                  z-index 同士の競合を isolation: isolate; で解消する
                                                • Yet Another Isolation - Debian Packageと紐づく環境分離

                                                  @PyCon JP 2019 A+B会議室 Python環境の分離ノウハウは数あれど、多くのPythonプロジェクトを1台のマシンに詰め込み、統一管理するノウハウはほぼありません。今回は、それを実現した手法と道のりを紹介します。

                                                    Yet Another Isolation - Debian Packageと紐づく環境分離
                                                  • GitHub - LavaMoat/LavaDome: Secure DOM trees isolation and encapsulation leveraging ShadowDOM

                                                    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                      GitHub - LavaMoat/LavaDome: Secure DOM trees isolation and encapsulation leveraging ShadowDOM
                                                    • Requesting performance isolation with the Origin-Agent-Cluster header  |  Articles  |  web.dev

                                                      Requesting performance isolation with the Origin-Agent-Cluster header Stay organized with collections Save and categorize content based on your preferences. A new HTTP response header to limit domain-wide scripting and request dedicated resources from the browser. Origin-Agent-Cluster is a new HTTP response header that instructs the browser to prevent synchronous scripting access between same-site

                                                      • Effectiveness of isolation, testing, contact tracing, and physical distancing on reducing transmission of SARS-CoV-2 in different settings: a mathematical modelling study

                                                        If you don't remember your password, you can reset it by entering your email address and clicking the Reset Password button. You will then receive an email that contains a secure link for resetting your password

                                                          Effectiveness of isolation, testing, contact tracing, and physical distancing on reducing transmission of SARS-CoV-2 in different settings: a mathematical modelling study
                                                        • AWS re:Invent 2019: SaaS Tenant Isolation Patterns(SaaS テナント分離パターン) (ARC372-P) - Qiita

                                                          AWS re:Invent 2019: SaaS Tenant Isolation Patterns(SaaS テナント分離パターン) (ARC372-P)AWSアーキテクチャreinvent2019 動画 https://www.youtube.com/watch?v=fuDZq-EspNA テナント分離は、SaaS アーキテクチャーの最も基本的な側面の 1 つです。すべての SaaS プロバイダーは、提供するテナントリソースの分離と安全を確保する手段について考察する必要があります。その際の課題となるのは、各リソースタイプ(コンピューティング、ストレージ、その他)で、異なる分離アプローチが要求されるということです。このセッションでは、分離オプションの全体像を概観できる、明確なロードマップを作成します。さまざまなマルチテナントモデルと AWS のサービスに広がる分離を達成するための、戦略に

                                                            AWS re:Invent 2019: SaaS Tenant Isolation Patterns(SaaS テナント分離パターン) (ARC372-P) - Qiita
                                                          • Amazon Aurora Supports the READ COMMITTED Isolation Level on Read Replicas

                                                            Amazon Aurora with MySQL compatibility supports the ANSI READ COMMITTED isolation level on read replicas. This isolation level enables long-running queries on an Aurora read replica to execute without impacting the throughput of writes on the writer node. The READ COMMITTED isolation level is available with Aurora MySQL engine version 1.21 and above, compatible with MySQL 5.6, and with engine vers

                                                              Amazon Aurora Supports the READ COMMITTED Isolation Level on Read Replicas
                                                            • Deep Dive into Site Isolation (Part 2)

                                                              Posted Dec 28, 2020 2020-12-28T09:25:00-08:00 by Jun Kokatsu In the previous blog post, I explained how Site Isolation and related security features help mitigate attacks such as UXSS and Spectre. However, security bugs in a renderer process are really common, and therefore Chromium’s threat model assumes that a renderer process can be compromised and it can’t be trusted. To align with this threat

                                                                Deep Dive into Site Isolation (Part 2)
                                                              • Sandboxie-Plus | Open Source sandbox-based isolation software

                                                                Sandboxie is a sandbox-based isolation software for 32- and 64-bit Windows NT-based operating systems. It is being developed by David Xanatos since it became open source, before that it was developed by Sophos (which acquired it from Invincea, which acquired it earlier from the original author Ronen Tzur). It creates a sandbox-like isolated operating environment in which applications can be run or

                                                                • ジェフ・ベック&ジョニー・デップ、ジョン・レノンの“Isolation”のカヴァーが公開 | NME Japan

                                                                  ジェフ・ベック&ジョニー・デップはジョン・レノンの“Isolation”のカヴァー音源が公開されている。 新型コロナウイルスの感染拡大を受けて、ジョン・レノンの名曲をカヴァーしたのはジェフ・ベック&ジョニー・デップが初めてではなく、ダーティー・プロジェクターズも“Isolation”のカヴァーを先日公開していた。 この曲はジェフ・ベックがギターを、そしてジョニー・デップがヴォーカルを担当しており、ジェフ・ベックの長年のコラボレイターでもあるドラマーのヴィニー・カリウタとベーシストのロンダ・スミスが参加している。 ジェフ・ベックは今回のカヴァーについて次のように語っている。「ジョニーと俺はここのところしばらく一緒に音楽を作ってきたんだけど、この曲は昨年一緒にスタジオに入ってレコーディングした時にできた音源なんだ。こんなに早いタイミングでこの曲をリリースするとは思っていなかったんだけど、現在の

                                                                    ジェフ・ベック&ジョニー・デップ、ジョン・レノンの“Isolation”のカヴァーが公開 | NME Japan
                                                                  • SaaS Tenant Isolation Strategies

                                                                    SaaS Tenant Isolation Strategies Isolating Resources in a Multi-Tenant Environment August 2020 Notices Customers are responsible for making their own independent assessment of the information in this document. This document: (a) is for informational purposes only, (b) represents current AWS product offerings and practices, which are subject to change without notice, and (c) does not create any com

                                                                    • How Etleap Integrates with Amazon Redshift Data Sharing to Provide Isolation of ETL and BI Workloads | Amazon Web Services

                                                                      AWS Partner Network (APN) Blog How Etleap Integrates with Amazon Redshift Data Sharing to Provide Isolation of ETL and BI Workloads By Christian Romming, Founder and CEO at Etleap By Neeraja Rentachintala, Principal Product Manager with Amazon Redshift By Jobin George, Sr. Partner Solutions Architect at AWS By Caius Brindescu, Member of Technical Staff at Etleap Amazon Redshift is a fast, scalable

                                                                        How Etleap Integrates with Amazon Redshift Data Sharing to Provide Isolation of ETL and BI Workloads | Amazon Web Services
                                                                      • Improving Site Isolation for Stronger Browser Security

                                                                        The latest news and insights from Google on security and safety on the Internet

                                                                          Improving Site Isolation for Stronger Browser Security
                                                                        • Sharing Amazon Redshift data securely across Amazon Redshift clusters for workload isolation | Amazon Web Services

                                                                          AWS Big Data Blog Sharing Amazon Redshift data securely across Amazon Redshift clusters for workload isolation Amazon Redshift data sharing allows for a secure and easy way to share live data for read purposes across Amazon Redshift clusters. Amazon Redshift is a fast, fully managed cloud data warehouse that makes it simple and cost-effective to analyze all your data using standard SQL and your ex

                                                                            Sharing Amazon Redshift data securely across Amazon Redshift clusters for workload isolation | Amazon Web Services
                                                                          • Coronavirus: Isolation for over-70s 'within weeks'

                                                                            As the UK death toll hits 35, officials say some people will be asked to stay home for "a very long time".

                                                                              Coronavirus: Isolation for over-70s 'within weeks'
                                                                            • Introducing Site Isolation in Firefox – Mozilla Security Blog

                                                                              When two major vulnerabilities known as Meltdown and Spectre were disclosed by security researchers in early 2018, Firefox promptly added security mitigations to keep you safe. Going forward, however, it was clear that with the evolving techniques of malicious actors on the web, we needed to redesign Firefox to mitigate future variations of such vulnerabilities and to keep you safe when browsing t

                                                                              • GitHub - gzuidhof/coi-serviceworker: Cross-origin isolation (COOP and COEP) through a service worker for situations in which you can't control the headers (e.g. GH pages)

                                                                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                                  GitHub - gzuidhof/coi-serviceworker: Cross-origin isolation (COOP and COEP) through a service worker for situations in which you can't control the headers (e.g. GH pages)
                                                                                • An explanation of the difference between Isolation levels vs. Consistency levels

                                                                                  (Editor's note: This post is cross-posted on Fauna's blog, where Daniel Abadi serves as an adviser. Fauna is is a serverless, cloud database system that is built using the Calvin scalable distributed data store technology from Daniel Abadi's research lab.) In several recent posts, we discussed two ways to trade off correctness for performance in database systems. In particular, I wrote two posts (

                                                                                    An explanation of the difference between Isolation levels vs. Consistency levels

                                                                                  新着記事