タグ

2020年7月19日のブックマーク (5件)

  • The Impact of a Major Security Event on an Open Source Project: The Case of OpenSSL

    Context: The Heartbleed vulnerability brought OpenSSL to international attention in 2014. The almost moribund project was a key security component in public web servers and over a billion mobile devices. This vulnerability led to new investments in OpenSSL. Objective: The goal of this study is to determine how the Heartbleed vulnerability changed the software evolution of OpenSSL. We study changes

    efcl
    efcl 2020/07/19
    Heartbleedの脆弱性によってOpenSSLの開発がどのように変わったかについて。 脆弱性の発見数がセキュリティのメトリクスとしては合わない理由として、単に発見する努力がされてないかもしれないという話
  • ECMAScript Decorators の変遷と最新仕様 - Qiita

    はじめに 個人的に TC39 meeting をウォッチしてまとめている @petamoriken です。 ECMAScript の Decorators の提案は何度も改定しています。その割にあまり知れ渡っていません。この記事ではその変遷と最終的な Decorators の仕様について簡単にまとめようと思います。 この発表スライドを見ると流れがわかりやすいかもしれません。 最初の提案(2014年~2015年頃) 最初の提案はこのような形式をしていました。 Decorators 自体はただの函数で、引数にクラスとプロパティ名そしてプロパティディスクリプタを受け取り、そのプロパティディスクリプタを加工して返すようになっています。こうすることでプロトタイプに Object.defineProperty 相当の処理がなされる前に割り込むことが出来ます。 実装 TypeScript で exper

    ECMAScript Decorators の変遷と最新仕様 - Qiita
    efcl
    efcl 2020/07/19
    decorator proposalの変遷
  • 何故お役所ってオワコンIEが大好きなの?|楠 正憲(デジタル庁統括官)

    普通は役所のシステムって構築してから5年とか7年は塩漬けにして使うもので、一度やらかしてしまうと名誉挽回の機会なんて向こう数年は与えられないんだけど、こと件に関しては高市総務大臣から「今すぐ私がマニュアルなしでも使えるように直しなさい」と叱責いただいて、しっかりと予算的なサポートも得られたことで、たったの数ヶ月で立て直すことができた。 この数ヶ月は外部のセキュリティやPKIの専門家の方から様々なサポートをいただいて何とか実現したんだけれども、役所のシステム開発としては非常識というか、極めて難易度が高い案件だった。「え?単にChromeやSafariをサポートするだけでしょ、難しい訳ないじゃん」と思う諸兄は、もうしばらくこの話に付き合って欲しい。 もともとマイナポータルは日を代表するITベンダーと通信キャリアの3社が開発したんだけど、大臣からの叱責を受け「ちゃんとお金を払うから直してよ」

    何故お役所ってオワコンIEが大好きなの?|楠 正憲(デジタル庁統括官)
    efcl
    efcl 2020/07/19
    ブラウザ間とネイティブアプリの通信のやり方について。 ブラウザ拡張とネイティブアプリを使ったNative messagingはFirefox,Chrome,Safari,MSEdgeに対応してる。IEはActiveXを使う
  • GitHub - steveruizok/perfect-arrows: Draw perfect arrows between points and shapes.

    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 - steveruizok/perfect-arrows: Draw perfect arrows between points and shapes.
    efcl
    efcl 2020/07/19
    矢印の描画
  • Vue 3 is now in RC! · Issue #189 · vuejs/rfcs

    Vue 3 is now in RC! We are very excited to announce that Vue 3.0 has entered RC (Release Candidate) stage! Entering the RC stage means that both the API and implementation of Vue 3 core have stabilized. In principle, we do not expect to introduce new major features or breaking changes before the final release. Most official framework parts also now have v3 support. Please check here for the latest

    Vue 3 is now in RC! · Issue #189 · vuejs/rfcs
    efcl
    efcl 2020/07/19
    Vue 3 RCリリース。 マイグレーションガイドも合わせて公開されている。