20211210-TLP-WHITE_LOG4J.md Security Advisories / Bulletins linked to Log4Shell (CVE-2021-44228) A Apache LOG4J : https://logging.apache.org/log4j/2.x/security.html Aptible : https://status.aptible.com/incidents/gk1rh440h36s?u=zfbcrbt2lkv4 Atlassian : https://community.developer.atlassian.com/t/u…
GitHub – YfryTchsGD/Log4jAttackSurface
Intro Log4j impact manufacturers and components summary from the Internet community. Welcome everyone to submit mr to perfect the possible influence surface. Affect the internet manufacturer Apple Tencent steam twitter Baidu DIDI JD NetEase CloudFlare Amazon Affect the components Apache Solr Apac…
GitHub上でGoプロジェクトを正しくTransferする | おそらくはそれさえも平凡な日々
tl;dr リポジトリを新オーナーにTransferする 返す刀でTransferしたRepositoryを元オーナー側にForkしもどす Forkしたものをアーカイブする Transfer先のモジュール名を変更し、新しいタグを打って開発を継続する GitHubのリポジトリのオーナー変更 この記事はGo Advent Calendar 2021カレンダー2の10日目の記事です。 …
tblsとGitHub Actionsを使ってDBマイグレーションを含むPRには自動更新したER図を追加する – BASEプロダクトチームブログ
BASEアドベントカレンダー2021 10日目の記事です。 BASEアドベントカレンダー2021 10日目 BASE BANKでエンジニアをしている @budougumi0617 です。 マイグレーションファイルが含まれたPull Request(PR)が作られたとき、自動更新したER図をPRに追加するGitHub Actionsを作りました。 本記事では紹介するGitHub Actions…
GitHubがコード検索を強化。正規表現対応、プログラミング言語別、組織やリポジトリ、ファイルパスなど範囲指定、高速な結果表示
GitHubがコード検索を強化。正規表現対応、プログラミング言語別、組織やリポジトリ、ファイルパスなど範囲指定、高速な結果表示 GitHubは検索機能を刷新し、新たに強化したコード検索機能「https://cs.github.com」のテクノロジープレビューを公開しました。 Check out the technology preview for GitHub code search,…
GitHub Actions の OpenID Connect サポートについて
この記事は GitHub Actions Advent Calendar 2021 の 3 日目の記事です。 2021/10/27 に GitHub Actions の OpenID Connect (OIDC) サポートが正式にアナウンスされました。 この機能を一通り触ってみて気づいたことをまとめます。 概要 これまで、GitHub Actions のワークフロー実行中に AWS や GCP といったクラウドプ…
GitHub Next | Visualizing a codebase
That wasn’t terribly difficult, but it also probably took a bit of time and exploration. Can we do better? Instead of the typical folders & files view, we can create a visual representation of the code. Below, I’ve visualized the same repository, but instead of a directory structure, each file an…
[github actions] Reusable workflowsが実装されたのでざっとまとめ
この記事について 2021/11/24についにgithub actionsにReusable workflowsが実装されました。 まずは簡単にドキュメントをさらいながらポイントをまとめていこうと思います。 そもそも何が嬉しいのか これまでのgithub actionsではworkflowからactionを呼ぶことは可能だったものの、workflowから別のworkflowを呼ぶこと…
ルーターおすすめ by 妻
routers.md Buffalo AX5400:ルーターメーカー現場担当がうなった商品2021(コスパ的意味で) https://amzn.to/3lb8moP AX6000:ルーターメーカー現場担当がうなった商品2020(コスパ的意味で) https://amzn.to/313tTbK TP-LINK AX3000:TPにおけるAX&メッシュならこれ https://amzn.to/32AVnXe AX5400:Buffaloを越え…
i tried to setup AWS CodePipeline and AWS CodeDeploy to deploy application on Amazon EC2 using github as a source
Introduction: In this article, we will learn about how to create a CI/CD Pipeline using github and AWS Service […]