Improving The Repo with Summarization #162
Replies: 2 comments 2 replies
|
Hello, thanks for the comments. Indeed it could be useful to have summaries, but it looks like a lot of work. On the other hand, if you need to harden a system, I think you do need to read the corresponding resources. I mean, a summary can be a good start to get an overview, but security hardening is a matter of details. You can't summarize them to achieve hardening. |
Short Summary (GitHub Description)
One-Line Alternative
README Introduction
Better GitHub TopicsAdd these topics to improve discoverability:
If Your Goal Is More GitHub StarsThe current repository is useful, but there are already many "awesome" security lists. To stand out, add something unique:
Current | Better
-- | --
List of links | Actionable checklists
General resources | Step-by-step implementation guides
Security tools | Security tools + configuration examples
Benchmarks | Ready-to-use audit templates
References | Excel audit sheets, scripts, and templates
For example, add folders like:
That would make the repository much more valuable to IT Managers, SysAdmins, and Security Engineers, and give it a better chance of attracting stars than another link-only collection. |
Uh oh!
There was an error while loading. Please reload this page.
Your repo contains a lot of solid information, but in a way it can be TOO much, especially for who this could help most: those new to cybersecurity. You'd be able to onboard more people if you also included summaries so people could get the basics, then feel motivated to read the extra material. In addition, link deprecation becomes less of a problem if the content is already summarized.
I also have a repo acting as documentation on security hardening frameworks in a specific area. I exclusively summarized my content as I was going for something that wasn't a super short checklist but was all consumable with some effort.
I think your repo has a unique opportunity to do a mix, for example you could compile a 500 word limit SSH summary that covers best practices and the basics to securing it.
All reactions