-
-
Notifications
You must be signed in to change notification settings - Fork 27.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
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
Add Detection Engineering #2829
Conversation
Thanks for making an Awesome list! 🙌 It looks like you didn't read the guidelines closely enough. I noticed multiple things that are not followed. Try going through the list point for point to ensure you follow it. I spent a lot of time creating the guidelines so I wouldn't have to comment on common mistakes, and rather spend my time improving Awesome. |
unicorn |
Additionally, I removed a section of the list "Blog Archive" which contained several links without proper descriptions. As a result, the list now only includes links with corresponding descriptions. |
readme.md
Outdated
@@ -644,6 +644,7 @@ | |||
- [Security Card Games](https://github.com/Karneades/awesome-security-card-games#readme) - Train your skills and discuss various security topics. | |||
- [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) - A curated list of tools and resources for Threat Detection Engineers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your entry here should include a short description about the project/theme of the list. It should not describe the list itself. The first character should be uppercase and the description should end in a dot. It should be an objective description and not a tagline or marketing blurb. It should not contain the name of the list.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated description in bfcc6e1 per your feedback. Thank you.
|
Updated my project's description per your guidance. Thanks again. |
c05ec08
to
bbe1e6f
Compare
Thank you @sindresorhus! |
https://github.com/infosecB/awesome-detection-engineering
This is a list of resources intended specifically for cybersecurity threat detection engineers and blue teams. It's a one stop shop that has gained popularity amongst cyber defense professionals and is frequently updated and maintained. Thanks for the consideration.
By submitting this pull request I confirm I've read and complied with the below requirements 🖖
Please read it multiple times. I spent a lot of time on these guidelines and most people miss a lot.
Requirements for your pull request
Add Name of List
. It should not contain the wordAwesome
.Add Swift
Add Software Architecture
Update readme.md
Add Awesome Swift
Add swift
add Swift
Adding Swift
Added Swift
- [iOS](…) - Mobile operating system for Apple phones and tablets.
- [Framer](…) - Prototyping interactive UI designs.
- [iOS](…) - Resources and tools for iOS development.
- [Framer](…)
- [Framer](…) - prototyping interactive UI designs
#readme
.- [Software Architecture](https://github.com/simskij/awesome-software-architecture#readme) - The discipline of designing and building software.
Requirements for your Awesome list
Has been around for at least 30 days.
That means 30 days from either the first real commit or when it was open-sourced. Whatever is most recent.
Run
awesome-lint
on your list and fix the reported issues. If there are false-positives or things that cannot/shouldn't be fixed, please report it.The default branch should be named
main
, notmaster
.Includes a succinct description of the project/theme at the top of the readme. (Example)
Mobile operating system for Apple phones and tablets.
Prototyping interactive UI designs.
Resources and tools for iOS development.
Awesome Framer packages and tools.
It's the result of hard work and the best I could possibly produce.
If you have not put in considerable effort into your list, your pull request will be immediately closed.
The repo name of your list should be in lowercase slug format:
awesome-name-of-list
.awesome-swift
awesome-web-typography
awesome-Swift
AwesomeWebTypography
The heading title of your list should be in title case format:
# Awesome Name of List
.# Awesome Swift
# Awesome Web Typography
# awesome-swift
# AwesomeSwift
Non-generated Markdown file in a GitHub repo.
The repo should have
awesome-list
&awesome
as GitHub topics. I encourage you to add more relevant topics.Not a duplicate. Please search for existing submissions.
Only has awesome items. Awesome lists are curations of the best, not everything.
Does not contain items that are unmaintained, has archived repo, deprecated, or missing docs. If you really need to include such items, they should be in a separate Markdown file.
Includes a project logo/illustration whenever possible.
Awesome X
and a logo withAwesome X
. You can put the header image in a#
(Markdown header) or<h1>
.Entries have a description, unless the title is descriptive enough by itself. It rarely is though.
Includes the Awesome badge.
Has a Table of Contents section.
Contents
, notTable of Contents
.Contributing
orFootnotes
sections.Has an appropriate license.
https://github.com/<user>/<repo>/community/license/new?branch=main&template=cc0-1.0
(replace<user>
and<repo>
accordingly).license
orLICENSE
in the repo root with the license text.Licence
section to the readme. GitHub already shows the license name and link to the full text at the top of the repo.unicorn
.Has contribution guidelines.
contributing.md
. Casing is up to you.Contributing
, positioned at the top or bottom of the main content.All non-important but necessary content (like extra copyright notices, hyperlinks to sources, pointers to expansive content, etc) should be grouped in a
Footnotes
section at the bottom of the readme. The section should not be present in the Table of Contents.Has consistent formatting and proper spelling/grammar.
Example:
- [AVA](…) - JavaScript test runner.
Node.js
, notNodeJS
ornode.js
.Does not use hard-wrapping.
Does not include a CI (e.g. GitHub Actions) badge.
You can still use a CI for linting, but the badge has no value in the readme.
Does not include an
Inspired by awesome-foo
orInspired by the Awesome project
kinda link at the top of the readme. The Awesome badge is enough.Go to the top and read it again.