Skip to content

Added condition existence check to post-init method #343

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

Closed
wants to merge 195 commits into from

Conversation

thomaspatzke
Copy link
Member

No description provided.

thomaspatzke and others added 30 commits October 25, 2024 17:25
This PR fixes the following bad dates that were accepted previously:
  *  date: 01-01-24 was accepted as 0001-01-24
  *  date: 24-01-24 was accepted as 0024-01-24

These will result in an error now.

Recently in 300d61e the US-style dates
were eliminated. Unfortunately, these are still very much used.
I propose we continue supporting such dates, but we only accept unambiguous forms.

Therefore, this commit implements and tests the dates of the following formats:
   * XXXX-XX-XX   -- fully corresponds to yaml date format
   * XXXX/XX/XX, XXXX/XX/X, XXXX/X/XX, XXXX/X/X -- legacy, often occurs in (old) US-based sigmas
thomaspatzke and others added 29 commits January 25, 2025 02:01
Add Panther Sigma backend in Related Projects
Prepare Pysigma for EQL Correlations
feat(placeholders): allow regex valuelist transformation
…nsformation

Fixed the type transformation when the given value is a SigmaExpansion
Finalize all rules, including those which are part of correlation rules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.