From 843bbf9242284d80710ee8fe8e42ae094943d4d1 Mon Sep 17 00:00:00 2001 From: Jacob Wilson <9290098+jacobdjwilson@users.noreply.github.com> Date: Fri, 22 Nov 2024 04:22:44 -0500 Subject: [PATCH 1/4] Add Annual Security Reports (#2850) Co-authored-by: Sindre Sorhus --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 77ba0cfc..7d98b5b8 100644 --- a/readme.md +++ b/readme.md @@ -657,6 +657,7 @@ - [Suricata](https://github.com/satta/awesome-suricata#readme) - Intrusion detection/prevention system and network security monitoring engine. - [Prompt Injection](https://github.com/FonduAI/awesome-prompt-injection#readme) - A type of vulnerability that specifically targets machine learning models. - [Detection Engineering](https://github.com/infosecB/awesome-detection-engineering#readme) - Design, build, and operate detective cybersecurity controls. +- [Annual Security Reports](https://github.com/jacobdjwilson/awesome-annual-security-reports#readme) - Exploring cybersecurity trends, insights, and challenges. ## Content Management Systems From 61974e3bc905074402c514415c4a289788f0e50a Mon Sep 17 00:00:00 2001 From: PandaDEV <70103896+0PandaDEV@users.noreply.github.com> Date: Sun, 24 Nov 2024 00:44:06 +1000 Subject: [PATCH 2/4] Add Windows (#3227) Co-authored-by: Sindre Sorhus --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 7d98b5b8..3ebe7d32 100644 --- a/readme.md +++ b/readme.md @@ -169,7 +169,7 @@ - [JVM](https://github.com/deephacks/awesome-jvm#readme) - [Salesforce](https://github.com/mailtoharshit/awesome-salesforce#readme) - [Amazon Web Services](https://github.com/donnemartin/awesome-aws#readme) -- [Windows](https://github.com/Awesome-Windows/Awesome#readme) +- [Windows](https://github.com/0pandadev/awesome-windows#readme) - Consumer desktop operating system. - [PowerToys Run Plugins](https://github.com/hlaueriksson/awesome-powertoys-run-plugins#readme) - Community plugins for the Windows quick launcher. - [IPFS](https://github.com/ipfs/awesome-ipfs#readme) - P2P hypermedia protocol. - [Fuse](https://github.com/fuse-compound/awesome-fuse#readme) - Mobile development tools. From c729cae2aedeabe4d83a8a00a54eed42e5aa33f4 Mon Sep 17 00:00:00 2001 From: Adarsh Gourab Mahalik <71959210+itsmeadarsh2008@users.noreply.github.com> Date: Sat, 23 Nov 2024 21:54:13 +0530 Subject: [PATCH 3/4] Add Reflex (#3228) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 3ebe7d32..87d1e219 100644 --- a/readme.md +++ b/readme.md @@ -419,6 +419,7 @@ - [Fiber](https://github.com/gofiber/awesome-fiber#readme) - Web framework built on top of Fasthttp, the fastest HTTP engine for Go. - [Kustomize](https://github.com/DevOpsHiveHQ/awesome-kustomize#readme) - Kubernetes native declarative configuration management tool. - [OpenTofu](https://github.com/virtualroot/awesome-opentofu#readme) - Open-source infrastructure as code tool. +- [Reflex](https://github.com/reflex-dev/awesome-reflex#readme) - Python web framework for building both your frontend and backend with no JavaScript. ## Computer Science From 5d4b5fe199ba39276b36fa4ec06322aa414442da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lutz=20H=C3=BChnken?= <944838+lutzh@users.noreply.github.com> Date: Thu, 28 Nov 2024 20:02:18 +0100 Subject: [PATCH 4/4] Add Event-Driven Architecture (#3152) Co-authored-by: Sindre Sorhus --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 87d1e219..054d889d 100644 --- a/readme.md +++ b/readme.md @@ -905,6 +905,7 @@ - [HPC](https://github.com/dstdev/awesome-hpc#readme) - High Performance Computing. - [Geocaching](https://github.com/FoxFil/awesome-geocaching#readme) - Outdoor treasure-hunting activity that uses GPS-enabled devices. - [Regex](https://github.com/slevithan/awesome-regex#readme) - Specialized language for matching patterns in text. +- [Event-Driven Architecture](https://github.com/lutzh/awesome-event-driven-architecture#readme) - A software architecture approach where services collaborate by publishing and subscribing to events. ## Related