並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 14 件 / 14件

新着順 人気順

recursiveの検索結果1 - 14 件 / 14件

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

recursiveに関するエントリは14件あります。 securitydnsPython などが関連タグです。 人気エントリには 『CSS Injection (+ Recursive Import) の原理と攻撃手法およびその実装について - Szarny.io』などがあります。
  • CSS Injection (+ Recursive Import) の原理と攻撃手法およびその実装について - Szarny.io

    はじめに 注意 CSSiの原理と概要 クラシカルな手法 概要 動作デモ 実装 脆弱なWebアプリケーション(/classic/user/*) 攻撃用CSS生成スクリプト(/classic/attacker/exploit.py) 攻撃者用Webサーバ(/classic/attacker/server.py) Recursive Import を用いた手法 概要 CSSのインポートと攻撃の原理 攻撃フロー 動作デモ 実装 脆弱なWebアプリケーション(/recursive/user/*) 攻撃者用Webサーバ(/recursive/attacker/server.py) おわりに 参考文献 はじめに 本記事ではCSS Injection(以下,CSSi)について解説します. CSSiについて,その原理や攻撃手法の概要を示したあと,実際に攻撃環境を実装して,HTML上に存在する機密情報を窃取す

      CSS Injection (+ Recursive Import) の原理と攻撃手法およびその実装について - Szarny.io
    • フラクタルパズルADV『Recursive Ruin』デモ版がSteamで配信開始。脳を惑わす世界を歩く、超現実的な体験 - AUTOMATON

      パブリッシャーのIceberg Interactiveは1月21日、シュルレアリスティックなフラクタルパズルADV『Recursive Ruin』のデモ版をSteamにて配信開始した。映像やスクリーンショットでは理解しがたい本作のゲームプレイを、実際に体験できる機会となっている。 『Recursive Ruin』は、一人称視点のパズルADVゲームだ。主人公は、人生に悩むアーティスト。彼はあるきっかけで、「Infinite Realms」と呼ばれる超常の世界に迷い込むことになる。プレイヤーは、Infinite Realmsに住み着く人ならざる存在のアドバイスを聞きつつ活路を見出していく。目的は、現実を蝕む「Ichor」と呼ばれる物質の蔓延の阻止と、現実世界への帰還だ。 本作の特徴は、舞台となる世界の“再帰的なフラクタル構造”を利用したパズルだ。具体的にいえば、本作内では世界が無限に繰り返され

        フラクタルパズルADV『Recursive Ruin』デモ版がSteamで配信開始。脳を惑わす世界を歩く、超現実的な体験 - AUTOMATON
      • Building a Recursive DNS Resolver

        When you type something like “google.com” into your browser and hit enter, your device must query a known recursive resolver to find google.com’s IP address. Recursive resolvers are provided by most ISPs, but resolvers like 1.1.1.1 or 8.8.8.8 exist as well. You can query a resolver manually using something like dig or dog: ❯ dig @1.1.1.1 news.ycombinator.com ; <<>> DiG 9.18.4-2-Debian <<>> @1.1.1.

        • Recursive Sans & Mono

          ## Maximum utility. Maximum fun. Built to maximize versatility, control, and performance, Recursive is a five-axis variable font. This enables you to choose from a wide range of predefined styles, or dial in exactly what you want for each of its axes: *Monospace, Casual, Weight, Slant, and Cursive*. Taking full advantage of variable font technology, Recursive offers an unprecedented level of flexi

            Recursive Sans & Mono
          • The Case of the Recursive Resolvers - Slack Engineering

            Rafael Elvira Staff Software Engineer, Infrastructure On September 30th 2021, Slack had an outage that impacted less than 1% of our online user base, and lasted for 24 hours. This outage was the result of our attempt to enable DNSSEC — an extension intended to secure the DNS protocol, required for FedRAMP Moderate — but which ultimately led to a series of unfortunate events. The internet relies ve

              The Case of the Recursive Resolvers - Slack Engineering
            • Recursive type references by ahejlsberg · Pull Request #33050 · microsoft/TypeScript

              Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community. Pick a username Email Address Password Sign up for GitHub By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails. Already on GitHub? Sign in to your account

                Recursive type references by ahejlsberg · Pull Request #33050 · microsoft/TypeScript
              • Regular, Recursive, Restricted

                Regular, Recursive, Restricted Jun 4, 2024 A post/question about formal grammars, wherein I search for a good formalism for describing infix expressions. Problem statement: it’s hard to describe arithmetic expressions in a way that: declaratively captures the overall shape of expression, and has a clear precedence semantics Let’s start with the following grammar for arithmetic expressions: Expr =

                • Ruff v0.4.0: a hand-written recursive descent parser for Python

                  Time in milliseconds to lint and format popular repositories. Lower is better. A hand-written parser also opens the door to future optimizations and improvements, especially in error recovery. Read on for discussion of the major changes, or take a look at the changelog. A hand-written parser # Parsers form the foundational layer of any static analysis tool, transforming raw source code into Abstra

                    Ruff v0.4.0: a hand-written recursive descent parser for Python
                  • サブモジュールを含むリポジトリのGit cloneは--recursiveオプションが必要 - Qiita

                    TL;DR サブモジュールを含むリポジトリは単純にgit cloneするだけではサブモジュールはcloneされません。 その時は --recursive オプションを追加することでまとめてcloneできます。

                      サブモジュールを含むリポジトリのGit cloneは--recursiveオプションが必要 - Qiita
                    • AWS Lambda now detects and stops recursive loops in Lambda functions

                      AWS Lambda can now detect and stop recursive loops in Lambda functions. Customers build event-driven applications using Lambda functions to process events from sources like Amazon SQS and Amazon SNS. However, in certain scenarios, due to resource misconfiguration or code defect, a processed event may be sent back to the same service or resource that invoked the Lambda function. This can cause an u

                        AWS Lambda now detects and stops recursive loops in Lambda functions
                      • [新機能] Amazon Redshift 階層データを簡単にクエリできる Recursive CTE(Common Table Expression)がサポートされました | DevelopersIO

                        [新機能] Amazon Redshift 階層データを簡単にクエリできる Recursive CTE(Common Table Expression)がサポートされました データアナリティクス事業本部コンサルティングチームの石川です。Recursive CTE(Common Table Expression)を使用して、組織図やマルチレベル製品などの階層データをクエリできるようになりました。早速、階層化データを用意して試してみます。 Recursive CTE(Common Table Expression)とは WITH句は、より複雑な問い合わせで補助的に用いるインナービューを提供します。 これらの文は共通テーブル式(Common Table Expressions)またはCTEと呼ばれるものであり、1つの問い合わせのために存在する一時テーブルと考えることができます。これを再帰的に応用

                          [新機能] Amazon Redshift 階層データを簡単にクエリできる Recursive CTE(Common Table Expression)がサポートされました | DevelopersIO
                        • WITH句, WITH RECURSIVE句の使いどころ

                          目的 SQLのWITH句, WITH RECURSIVE句とは何か。及びその使いどころを理解する。 検証DB 今回検証に用いたDBは、MySQL8.0.29。 WITH句, WITH RECURSIVE句は、MySQLでは8.0から実装された。 WITH句 共通テーブル式 (CTE = Common Table Expression)。 同一SQL内で仮想テーブルを作成して、それをメインクエリ内で参照できる。 構文 WITH 仮想テーブル名 (カラムの別名) AS (仮想テーブルの生成クエリ) -- 以下、メインクエリ。メインクエリ内で仮想テーブルを呼び出すことができる SELECT ... FROM ... WHERE ... GROUP BY ... ; ちなみに、Ruby on Rails(ActiveRecord)にはWith句に相当するメソッドは無い。 (なので、書こうとするとs

                            WITH句, WITH RECURSIVE句の使いどころ
                          • Left-recursive PEG grammars

                            I’ve alluded to left-recursion as a stumbling block a few times, and it’s time to tackle it. The basic problem is that with a recursive descent parser, left-recursion causes instant death by stack overflow. [This is part 5 of my PEG series. See the Series Overview for the rest.] Consider this hypothetical grammar rule: expr: expr '+' term | termIf we were to naively translate this grammar fragment

                            • BigQuery の WITH RECURSIVE を使って INFORMATION_SCHEMA から関連テーブル抽出する

                              こんにちは。 DeNA データエンジニアの野本です。 この記事では、先日(2022-02-02)にプレビューリリースされました WITH RECURSIVEを使って JOB 履歴の INFORMATION_SCHEMA.JOBS_BY_PROJECT から関連するテーブルを抽出する方法を記載します。 この記事を3行で言うとWITH RECURSIVE の機能を使って INFORMATION_SCHEMA.JOBS_BY_PROJECT を分析してみました。2. 1. の結果、参照しているなど関連あるテーブルのみを洗い出せました。 3. 2. の洗い出したテーブル情報を元に依存関係のあるテーブルを可視化もできます。 用語の説明聞き馴染みのない方もいると思いますので、簡単に用語(BigQuery の機能)について簡単に説明します。最新情報や詳細は GCP の公式ドキュメントをご確認ください。

                                BigQuery の WITH RECURSIVE を使って INFORMATION_SCHEMA から関連テーブル抽出する
                              1

                              新着記事