docs: add blog featuring the seclang_parser#447
Merged
Conversation
Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a comprehensive blog post introducing the seclang_parser project to the CRS community. The blog post explains the project's purpose, design principles, use cases, and how to get started with it.
Changes:
- Added new blog post dated January 22, 2026, featuring the seclang_parser project
- Documented the ANTLR-based parser for SecLang configuration language
- Included examples for Go and Python developers
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
content/blog/2026-01-22-introducing-seclang-parser-unified-antlr-based-parser.md
Outdated
Show resolved
Hide resolved
content/blog/2026-01-22-introducing-seclang-parser-unified-antlr-based-parser.md
Outdated
Show resolved
Hide resolved
content/blog/2026-01-22-introducing-seclang-parser-unified-antlr-based-parser.md
Outdated
Show resolved
Hide resolved
Member
Author
|
@copilot open a new pull request to apply changes based on the comments in this thread |
Contributor
Deploying website with
|
| Latest commit: |
11ec401
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://6c47719a.website-1u6.pages.dev |
| Branch Preview URL: | https://feat-add-seclang-parser-blog.website-1u6.pages.dev |
Co-authored-by: fzipi <3012076+fzipi@users.noreply.github.com>
fix: apply review feedback on seclang_parser blog post
theseion
requested changes
Jan 29, 2026
content/blog/2026-01-22-introducing-seclang-parser-unified-antlr-based-parser.md
Show resolved
Hide resolved
content/blog/2026-01-22-introducing-seclang-parser-unified-antlr-based-parser.md
Outdated
Show resolved
Hide resolved
content/blog/2026-01-22-introducing-seclang-parser-unified-antlr-based-parser.md
Show resolved
Hide resolved
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
theseion
approved these changes
Jan 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
what
why