csle-attack-profiler 0.8.7__tar.gz → 0.9.1__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.7 → csle_attack_profiler-0.9.1}/PKG-INFO +3 -3
  2. {csle_attack_profiler-0.8.7 → csle_attack_profiler-0.9.1}/pyproject.toml +2 -2
  3. {csle_attack_profiler-0.8.7 → csle_attack_profiler-0.9.1}/setup.cfg +2 -2
  4. csle_attack_profiler-0.9.1/src/csle_attack_profiler/__version__.py +1 -0
  5. {csle_attack_profiler-0.8.7 → csle_attack_profiler-0.9.1}/src/csle_attack_profiler.egg-info/PKG-INFO +3 -3
  6. {csle_attack_profiler-0.8.7 → csle_attack_profiler-0.9.1}/src/csle_attack_profiler.egg-info/requires.txt +2 -2
  7. csle_attack_profiler-0.8.7/src/csle_attack_profiler/__version__.py +0 -1
  8. {csle_attack_profiler-0.8.7 → csle_attack_profiler-0.9.1}/LICENSE.md +0 -0
  9. {csle_attack_profiler-0.8.7 → csle_attack_profiler-0.9.1}/README.md +0 -0
  10. {csle_attack_profiler-0.8.7 → csle_attack_profiler-0.9.1}/setup.py +0 -0
  11. {csle_attack_profiler-0.8.7 → csle_attack_profiler-0.9.1}/src/csle_attack_profiler/__init__.py +0 -0
  12. {csle_attack_profiler-0.8.7 → csle_attack_profiler-0.9.1}/src/csle_attack_profiler/attack_profiler.py +0 -0
  13. {csle_attack_profiler-0.8.7 → csle_attack_profiler-0.9.1}/src/csle_attack_profiler/hmm_profiling.py +0 -0
  14. {csle_attack_profiler-0.8.7 → csle_attack_profiler-0.9.1}/src/csle_attack_profiler.egg-info/SOURCES.txt +0 -0
  15. {csle_attack_profiler-0.8.7 → csle_attack_profiler-0.9.1}/src/csle_attack_profiler.egg-info/dependency_links.txt +0 -0
  16. {csle_attack_profiler-0.8.7 → csle_attack_profiler-0.9.1}/src/csle_attack_profiler.egg-info/not-zip-safe +0 -0
  17. {csle_attack_profiler-0.8.7 → csle_attack_profiler-0.9.1}/src/csle_attack_profiler.egg-info/top_level.txt +0 -0
  18. {csle_attack_profiler-0.8.7 → csle_attack_profiler-0.9.1}/tests/test_attack_profiler.py +0 -0
  19. {csle_attack_profiler-0.8.7 → csle_attack_profiler-0.9.1}/tests/test_hmm_profiler.py +0 -0
  20. {csle_attack_profiler-0.8.7 → csle_attack_profiler-0.9.1}/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.7
3
+ Version: 0.9.1
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.7
208
- Requires-Dist: csle-common==0.8.7
207
+ Requires-Dist: csle-base==0.9.1
208
+ Requires-Dist: csle-common==0.9.1
209
209
  Provides-Extra: test
210
210
  Requires-Dist: pytest>=6.0; extra == "test"
211
211
  Requires-Dist: pytest-cov>=2.0; extra == "test"
@@ -19,8 +19,8 @@ classifiers = [
19
19
  ]
20
20
  dependencies = [
21
21
  "mitreattack-python==2.0.14",
22
- "csle-base==0.8.7",
23
- "csle-common==0.8.7"
22
+ "csle-base==0.9.1",
23
+ "csle-common==0.9.1"
24
24
  ]
25
25
 
26
26
  [project.optional-dependencies]
@@ -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.7
29
- csle-common==0.8.7
28
+ csle-base==0.9.1
29
+ csle-common==0.9.1
30
30
 
31
31
  [options.packages.find]
32
32
  where = src
@@ -0,0 +1 @@
1
+ __version__ = '0.9.1'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: csle-attack-profiler
3
- Version: 0.8.7
3
+ Version: 0.9.1
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.7
208
- Requires-Dist: csle-common==0.8.7
207
+ Requires-Dist: csle-base==0.9.1
208
+ Requires-Dist: csle-common==0.9.1
209
209
  Provides-Extra: test
210
210
  Requires-Dist: pytest>=6.0; extra == "test"
211
211
  Requires-Dist: pytest-cov>=2.0; extra == "test"
@@ -1,6 +1,6 @@
1
1
  mitreattack-python==2.0.14
2
- csle-base==0.8.7
3
- csle-common==0.8.7
2
+ csle-base==0.9.1
3
+ csle-common==0.9.1
4
4
 
5
5
  [test]
6
6
  pytest>=6.0
@@ -1 +0,0 @@
1
- __version__ = '0.8.7'