File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 8
8
- id : detect-private-key
9
9
- id : forbid-submodules
10
10
- repo : https://github.com/astral-sh/ruff-pre-commit
11
- rev : v0.9.2
11
+ rev : v0.9.10
12
12
hooks :
13
13
- id : ruff
14
14
args : [ --fix ]
Original file line number Diff line number Diff line change @@ -17,10 +17,12 @@ class DataSource(SecurityContentObject):
17
17
source : str = Field (...)
18
18
sourcetype : str = Field (...)
19
19
separator : Optional [str ] = None
20
+ separator_value : None | str = None
20
21
configuration : Optional [str ] = None
21
22
supported_TA : list [TA ] = []
22
23
fields : None | list = None
23
24
field_mappings : None | list = None
25
+ mitre_components : list [str ] = []
24
26
convert_to_log_source : None | list = None
25
27
example_log : None | str = None
26
28
output_fields : list [str ] = []
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ gitpython = "^3.1.43"
33
33
setuptools = " >=69.5.1,<76.0.0"
34
34
35
35
[tool .poetry .group .dev .dependencies ]
36
- ruff = " ^0.9.2 "
36
+ ruff = " ^0.9.10 "
37
37
38
38
[build-system ]
39
39
requires = [" poetry-core>=1.0.0" ]
You can’t perform that action at this time.
0 commit comments