Skip to content
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

website: implement rule view page #1555

Closed
Tracked by #1550
ghost opened this issue Jun 15, 2023 · 1 comment · Fixed by #2310
Closed
Tracked by #1550

website: implement rule view page #1555

ghost opened this issue Jun 15, 2023 · 1 comment · Fixed by #2310
Labels
rule website related to rule content web visualization

Comments

@ghost
Copy link

ghost commented Jun 15, 2023

No description provided.

@ghost ghost added the rule website related to rule content web visualization label Jun 15, 2023
@DeeyaSingh
Copy link
Collaborator

DeeyaSingh commented Jun 19, 2023

To achieve this, we leverage JavaScript along with the js-yaml library to parse YAML files that contain the data for each rule. Once the rule's YAML file is loaded, the JavaScript code then populates the rule-detail page with this information. It includes details like rule name, namespace, authors, scope, ATT&CK, MBC, references, and examples. Furthermore, the unique features associated with each rule are displayed in a neatly formatted JSON structure.

By clicking on a specific rule in the rule view page, users are directed to a distinct URL which corresponds to the detailed view of the chosen rule.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rule website related to rule content web visualization
Projects
Development

Successfully merging a pull request may close this issue.

1 participant