csle-attack-profiler 0.8.1__tar.gz → 0.8.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of csle-attack-profiler might be problematic. Click here for more details.

Files changed (20) hide show
  1. {csle_attack_profiler-0.8.1 → csle_attack_profiler-0.8.2}/PKG-INFO +4 -4
  2. {csle_attack_profiler-0.8.1 → csle_attack_profiler-0.8.2}/pyproject.toml +7 -3
  3. {csle_attack_profiler-0.8.1 → csle_attack_profiler-0.8.2}/setup.cfg +3 -3
  4. csle_attack_profiler-0.8.2/src/csle_attack_profiler/__version__.py +1 -0
  5. {csle_attack_profiler-0.8.1 → csle_attack_profiler-0.8.2}/src/csle_attack_profiler.egg-info/PKG-INFO +4 -4
  6. {csle_attack_profiler-0.8.1 → csle_attack_profiler-0.8.2}/src/csle_attack_profiler.egg-info/requires.txt +3 -3
  7. csle_attack_profiler-0.8.1/src/csle_attack_profiler/__version__.py +0 -1
  8. {csle_attack_profiler-0.8.1 → csle_attack_profiler-0.8.2}/LICENSE.md +0 -0
  9. {csle_attack_profiler-0.8.1 → csle_attack_profiler-0.8.2}/README.md +0 -0
  10. {csle_attack_profiler-0.8.1 → csle_attack_profiler-0.8.2}/setup.py +0 -0
  11. {csle_attack_profiler-0.8.1 → csle_attack_profiler-0.8.2}/src/csle_attack_profiler/__init__.py +0 -0
  12. {csle_attack_profiler-0.8.1 → csle_attack_profiler-0.8.2}/src/csle_attack_profiler/attack_profiler.py +0 -0
  13. {csle_attack_profiler-0.8.1 → csle_attack_profiler-0.8.2}/src/csle_attack_profiler/hmm_profiling.py +0 -0
  14. {csle_attack_profiler-0.8.1 → csle_attack_profiler-0.8.2}/src/csle_attack_profiler.egg-info/SOURCES.txt +0 -0
  15. {csle_attack_profiler-0.8.1 → csle_attack_profiler-0.8.2}/src/csle_attack_profiler.egg-info/dependency_links.txt +0 -0
  16. {csle_attack_profiler-0.8.1 → csle_attack_profiler-0.8.2}/src/csle_attack_profiler.egg-info/not-zip-safe +0 -0
  17. {csle_attack_profiler-0.8.1 → csle_attack_profiler-0.8.2}/src/csle_attack_profiler.egg-info/top_level.txt +0 -0
  18. {csle_attack_profiler-0.8.1 → csle_attack_profiler-0.8.2}/tests/test_attack_profiler.py +0 -0
  19. {csle_attack_profiler-0.8.1 → csle_attack_profiler-0.8.2}/tests/test_hmm_profiler.py +0 -0
  20. {csle_attack_profiler-0.8.1 → csle_attack_profiler-0.8.2}/tests/test_kullback.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: csle-attack-profiler
3
- Version: 0.8.1
3
+ Version: 0.8.2
4
4
  Summary: Library with MITRE attack profiler for CSLE
5
5
  Author: Bength Pappila
6
6
  Author-email: brpa@kth.se
@@ -204,8 +204,8 @@ Classifier: Intended Audience :: Science/Research
204
204
  Requires-Python: >=3.8
205
205
  Description-Content-Type: text/markdown
206
206
  Requires-Dist: mitreattack-python==2.0.14
207
- Requires-Dist: csle-base==0.8.1
208
- Requires-Dist: csle-common==0.8.1
207
+ Requires-Dist: csle-base==0.8.2
208
+ Requires-Dist: csle-common==0.8.2
209
209
  Provides-Extra: test
210
210
  Requires-Dist: pytest>=6.0; extra == "test"
211
211
  Requires-Dist: pytest-cov>=2.0; extra == "test"
@@ -213,7 +213,7 @@ Requires-Dist: pytest-mock>=3.6.0; extra == "test"
213
213
  Requires-Dist: pytest-grpc>=0.8.0; extra == "test"
214
214
  Requires-Dist: grpcio>=1.69.0; extra == "test"
215
215
  Requires-Dist: grpcio-tools>=1.69.0; extra == "test"
216
- Requires-Dist: mypy>=1.16.1; extra == "test"
216
+ Requires-Dist: mypy>=1.7.0; extra == "test"
217
217
  Requires-Dist: mypy-extensions>=1.0.0; extra == "test"
218
218
  Requires-Dist: mypy-protobuf>=3.5.0; extra == "test"
219
219
  Requires-Dist: types-PyYAML>=6.0.12.11; extra == "test"
@@ -19,8 +19,8 @@ classifiers = [
19
19
  ]
20
20
  dependencies = [
21
21
  "mitreattack-python==2.0.14",
22
- "csle-base==0.8.1",
23
- "csle-common==0.8.1"
22
+ "csle-base==0.8.2",
23
+ "csle-common==0.8.2"
24
24
  ]
25
25
 
26
26
  [project.optional-dependencies]
@@ -31,7 +31,7 @@ test = [
31
31
  "pytest-grpc>=0.8.0",
32
32
  "grpcio>=1.69.0",
33
33
  "grpcio-tools>=1.69.0",
34
- "mypy>=1.16.1",
34
+ "mypy>=1.7.0",
35
35
  "mypy-extensions>=1.0.0",
36
36
  "mypy-protobuf>=3.5.0",
37
37
  "types-PyYAML>=6.0.12.11",
@@ -80,3 +80,7 @@ warn_return_any = true
80
80
  warn_unreachable = true
81
81
  warn_unused_configs = true
82
82
  no_implicit_reexport = true
83
+
84
+ [[tool.mypy.overrides]]
85
+ follow_imports = "skip"
86
+ module = ["transformers.*"]
@@ -25,8 +25,8 @@ packages = find:
25
25
  zip_safe = no
26
26
  install_requires =
27
27
  mitreattack-python==2.0.14
28
- csle-base==0.8.1
29
- csle-common==0.8.1
28
+ csle-base==0.8.2
29
+ csle-common==0.8.2
30
30
 
31
31
  [options.packages.find]
32
32
  where = src
@@ -39,7 +39,7 @@ testing =
39
39
  grpcio>=1.57.0
40
40
  grpcio-tools>=1.57.0
41
41
  pytest-grpc>=0.8.0
42
- mypy>=1.16.1
42
+ mypy>=1.7.0
43
43
  mypy-extensions>=1.0.0
44
44
  mypy-protobuf>=3.5.0
45
45
  types-PyYAML>=6.0.12.11
@@ -0,0 +1 @@
1
+ __version__ = '0.8.2'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: csle-attack-profiler
3
- Version: 0.8.1
3
+ Version: 0.8.2
4
4
  Summary: Library with MITRE attack profiler for CSLE
5
5
  Author: Bength Pappila
6
6
  Author-email: brpa@kth.se
@@ -204,8 +204,8 @@ Classifier: Intended Audience :: Science/Research
204
204
  Requires-Python: >=3.8
205
205
  Description-Content-Type: text/markdown
206
206
  Requires-Dist: mitreattack-python==2.0.14
207
- Requires-Dist: csle-base==0.8.1
208
- Requires-Dist: csle-common==0.8.1
207
+ Requires-Dist: csle-base==0.8.2
208
+ Requires-Dist: csle-common==0.8.2
209
209
  Provides-Extra: test
210
210
  Requires-Dist: pytest>=6.0; extra == "test"
211
211
  Requires-Dist: pytest-cov>=2.0; extra == "test"
@@ -213,7 +213,7 @@ Requires-Dist: pytest-mock>=3.6.0; extra == "test"
213
213
  Requires-Dist: pytest-grpc>=0.8.0; extra == "test"
214
214
  Requires-Dist: grpcio>=1.69.0; extra == "test"
215
215
  Requires-Dist: grpcio-tools>=1.69.0; extra == "test"
216
- Requires-Dist: mypy>=1.16.1; extra == "test"
216
+ Requires-Dist: mypy>=1.7.0; extra == "test"
217
217
  Requires-Dist: mypy-extensions>=1.0.0; extra == "test"
218
218
  Requires-Dist: mypy-protobuf>=3.5.0; extra == "test"
219
219
  Requires-Dist: types-PyYAML>=6.0.12.11; extra == "test"
@@ -1,6 +1,6 @@
1
1
  mitreattack-python==2.0.14
2
- csle-base==0.8.1
3
- csle-common==0.8.1
2
+ csle-base==0.8.2
3
+ csle-common==0.8.2
4
4
 
5
5
  [test]
6
6
  pytest>=6.0
@@ -9,7 +9,7 @@ pytest-mock>=3.6.0
9
9
  pytest-grpc>=0.8.0
10
10
  grpcio>=1.69.0
11
11
  grpcio-tools>=1.69.0
12
- mypy>=1.16.1
12
+ mypy>=1.7.0
13
13
  mypy-extensions>=1.0.0
14
14
  mypy-protobuf>=3.5.0
15
15
  types-PyYAML>=6.0.12.11
@@ -1 +0,0 @@
1
- __version__ = '0.8.1'