-
Notifications
You must be signed in to change notification settings - Fork 161
[Documentation]: Add google summer of code blog post #2629
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
Conversation
Signed-off-by: freedisch <[email protected]>
✅ Deploy Preview for docs-securecodebox ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Signed-off-by: freedisch <[email protected]>
Signed-off-by: freedisch <[email protected]>
SPDX-FileCopyrightText: Look Up Look Down Photography | ||
|
||
SPDX-License-Identifier: LicenseRef-Unsplash-License |
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.
This should be like the apache 2 license we have in the other files
SPDX-FileCopyrightText: Look Up Look Down Photography | ||
|
||
SPDX-License-Identifier: LicenseRef-Unsplash-License |
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.
This should probably point out that this is not available under a open source license but the copyright belongs to google?
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.
For this, I made a screenshot of this image from their website, but the image is kinda like being used everywhere, also I didn't any license on their website.
Signed-off-by: freedisch <[email protected]>
Signed-off-by: freedisch <[email protected]>
Signed-off-by: freedisch <[email protected]>
```bash | ||
Scans | ||
├── initial-nmap-scan | ||
│ ├── follow-up-vulnerability-scan | ||
│ │ └── detailed-sql-injection-scan | ||
└── another-initial-scan | ||
└── another-follow-up-scan | ||
``` |
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.
Hi, @Freedisch ! Thank you for using gtree for scbctl cascade! I'm very happy. (I'm the author of gtree)
I found this PullRequest and took a quick look, but maybe the output below is correct?
Scans
├── initial-nmap-scan
│ └── follow-up-vulnerability-scan
│ └── detailed-sql-injection-scan
└── another-initial-scan
└── another-follow-up-scan
Also, I read this blog. Excellent🎉!
If you want to improve the cascade subcommand, maybe WalkProgrammably func is more useful than OutputProgrammably func👍️
The following link, which collects some tree libraries (and commands) other than gtree, might be helpful!
https://github.com/stars/ddddddO/lists/tree
Sorry for appearing out of nowhere! Bye!
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.
Thanks for the feedback : )
I will definitely take a look at the WalkProgrammably func
Signed-off-by: freedisch <[email protected]>
|
Description
This PR adds a blog post talking about my experience and work with google summer of Code
Checklist