Skip to content

Commit

Permalink
- added an English changelog;
Browse files Browse the repository at this point in the history
- changed the file localization format.
  • Loading branch information
DmitryOffsec committed Jul 31, 2024
1 parent 81e9c2e commit 571d320
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- added the ability to view actual events in integration tests without updating the expected event (special thanks @iddqdidkfa);
- added the function of opening an unlimited number of metadata editors (special thanks @DuckDarkwing, @iddqdidkfa, @FedosovaOA, @Bobyboba18, @g4n8g and others).
- added checking for required fields in the correlation event when running integration tests;
- enhanced verification of the integration test code for the presence of at least one `expect 1{ check...}` or `expect table_list {...}` (special thanks @UncleSStepa);
- enhanced verification of the integration test code for the presence of at least one `expect 1 { check...}` or `expect table_list {...}` (special thanks @UncleSStepa);
- added rule templates for macOS: MacOS_ProcessExecution and MacOS_FileCreate;
- expanded the number of enrichment rule templates and added comments to the code and tests (special thanks @DedInside_BA);
- fixed bugs and improved stability (special thanks @g4n8g, @DuckDarkwing, @paran0id_34, @jjack_the_reaper and others);
Expand Down Expand Up @@ -105,7 +105,7 @@

## 3.17.0 (Pre-Release)

- enhanced verification of the integration test code for the presence of at least one `expect 1{ check...}` or `expect table_list {...}` (special thanks @UncleSStepa);
- enhanced verification of the integration test code for the presence of at least one `expect 1 { check...}` or `expect table_list {...}` (special thanks @UncleSStepa);
- added basic support for aggregation rules: creation from a template, testing, filling in meta information, validation through tests, description and localization (special thanks @Protenil, @hiddenbymeeee);
- improved localization (special thanks @feelstacy, @eugzolotukhin);
- added a check for missing rule descriptions (special thanks @UncleSStepa).
Expand Down Expand Up @@ -174,7 +174,7 @@
## 3.15.6 (Pre-Release)

- improved the logic of enrichment testing;
- added the [Getting] section Started](https://github.com/Security-Experts-Community/vscode-xp/blob/develop/docs/GETTING_STARTED.md) with gifs on basic cases of working with extensions and content (special thanks @Yulia17_00, @GenRockeR);
- added the [Getting section Started](https://github.com/Security-Experts-Community/vscode-xp/blob/develop/docs/GETTING_STARTED.md) with gifs on basic cases of working with extensions and content (special thanks @Yulia17_00, @GenRockeR);
- added the ability to test individual rules in the object tree;
- improved localization.

Expand Down Expand Up @@ -336,7 +336,7 @@

- the display of the default values window when viewing changes via git in _VSCode_ has been eliminated, the text comparison of the table list file before and after editing is now displayed again (special thanks @g4n8g);
- when you click on a tabular list, its structure editor is immediately displayed;
- to edit the default values of the table list (only for the Reference Book), now you need to use the context menu item _ Default values_ (Default values).
- to edit the default values of the table list (only for the Reference Book), now you need to use the context menu item _Default values_ (Default values).

## 3.13.5 (Pre-Release)

Expand Down
4 changes: 2 additions & 2 deletions README_EN.md → README.en.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[![Documentation Status](https://readthedocs.org/projects/vscode-xp/badge/?version=latest)](https://vscode-xp.readthedocs.io/ru/latest/?badge=latest ) [![Telegram chat](https://img.shields.io/static/v1?label=chat&message=Telegram&color=blue&logo=telegram)](https://t.me/s3curity_experts_community/75) [![en](https://img.shields.io/badge/lang-ru-green.svg)](https://github.com/Security-Experts-Community/vscode-xp/blob/develop/README.md)
[![Documentation Status](https://readthedocs.org/projects/vscode-xp/badge/?version=latest)](https://vscode-xp.readthedocs.io/ru/latest/?badge=latest) [![Telegram chat](https://img.shields.io/static/v1?label=chat&message=Telegram&color=blue&logo=telegram)](https://t.me/s3curity_experts_community/75) [![en](https://img.shields.io/badge/lang-ru-green.svg)](https://github.com/Security-Experts-Community/vscode-xp/blob/develop/README.md)

# XP language support in Visual Studio Code

The [eXtraction and Processing (XP)](https://help.ptsecurity.com/en-US/projects/maxpatrol10/26.2/help/1566293515) language is used to create detection rules based on the analysis of events from endpoints, similar to [Sigma rules](https://github.com/SigmaHQ/sigma). In the XP language, you can develop rules for normalization, event aggregation, correlation and enrichment.

You can quickly start [here](./docs/GETTING_STARTED_EN.md).
You can quickly start [here](./docs/GETTING_STARTED.en.md).

This extension was developed by [Dmitry Fedosov](https://github.com/DmitryOffsec) and [contributors](https://github.com/Security-Experts-Community/vscode-xp/graphs/contributors), it allows you to develop and test rules in VSCode and VSCodium, and publish them in the format required for your product.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Documentation Status](https://readthedocs.org/projects/vscode-xp/badge/?version=latest)](https://vscode-xp.readthedocs.io/ru/latest/?badge=latest) [![Telegram chat](https://img.shields.io/static/v1?label=chat&message=Telegram&color=blue&logo=telegram)](https://t.me/s3curity_experts_community/75) [![en](https://img.shields.io/badge/lang-en-green.svg)](README_EN.md)
[![Documentation Status](https://readthedocs.org/projects/vscode-xp/badge/?version=latest)](https://vscode-xp.readthedocs.io/ru/latest/?badge=latest) [![Telegram chat](https://img.shields.io/static/v1?label=chat&message=Telegram&color=blue&logo=telegram)](https://t.me/s3curity_experts_community/75) [![en](https://img.shields.io/badge/lang-en-green.svg)](README.en.md)

# Поддержка языка eXtraction and Processing (XP) в Visual Studio Code

Expand Down
File renamed without changes.

0 comments on commit 571d320

Please sign in to comment.