csle-attack-profiler 0.5.2__tar.gz → 0.5.3__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 (19) hide show
  1. {csle_attack_profiler-0.5.2 → csle_attack_profiler-0.5.3}/PKG-INFO +1 -1
  2. {csle_attack_profiler-0.5.2 → csle_attack_profiler-0.5.3}/README.md +1 -1
  3. {csle_attack_profiler-0.5.2 → csle_attack_profiler-0.5.3}/setup.cfg +2 -2
  4. csle_attack_profiler-0.5.3/src/csle_attack_profiler/__version__.py +1 -0
  5. {csle_attack_profiler-0.5.2 → csle_attack_profiler-0.5.3}/src/csle_attack_profiler.egg-info/PKG-INFO +1 -1
  6. {csle_attack_profiler-0.5.2 → csle_attack_profiler-0.5.3}/src/csle_attack_profiler.egg-info/requires.txt +2 -2
  7. csle_attack_profiler-0.5.2/src/csle_attack_profiler/__version__.py +0 -1
  8. {csle_attack_profiler-0.5.2 → csle_attack_profiler-0.5.3}/pyproject.toml +0 -0
  9. {csle_attack_profiler-0.5.2 → csle_attack_profiler-0.5.3}/setup.py +0 -0
  10. {csle_attack_profiler-0.5.2 → csle_attack_profiler-0.5.3}/src/csle_attack_profiler/__init__.py +0 -0
  11. {csle_attack_profiler-0.5.2 → csle_attack_profiler-0.5.3}/src/csle_attack_profiler/attack_profiler.py +0 -0
  12. {csle_attack_profiler-0.5.2 → csle_attack_profiler-0.5.3}/src/csle_attack_profiler/hmm_profiling.py +0 -0
  13. {csle_attack_profiler-0.5.2 → csle_attack_profiler-0.5.3}/src/csle_attack_profiler.egg-info/SOURCES.txt +0 -0
  14. {csle_attack_profiler-0.5.2 → csle_attack_profiler-0.5.3}/src/csle_attack_profiler.egg-info/dependency_links.txt +0 -0
  15. {csle_attack_profiler-0.5.2 → csle_attack_profiler-0.5.3}/src/csle_attack_profiler.egg-info/not-zip-safe +0 -0
  16. {csle_attack_profiler-0.5.2 → csle_attack_profiler-0.5.3}/src/csle_attack_profiler.egg-info/top_level.txt +0 -0
  17. {csle_attack_profiler-0.5.2 → csle_attack_profiler-0.5.3}/tests/test_attack_profiler.py +0 -0
  18. {csle_attack_profiler-0.5.2 → csle_attack_profiler-0.5.3}/tests/test_hmm_profiler.py +0 -0
  19. {csle_attack_profiler-0.5.2 → csle_attack_profiler-0.5.3}/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.5.2
3
+ Version: 0.5.3
4
4
  Summary: Library with MITRE attack profiler for CSLE
5
5
  Author: Bength Pappila
6
6
  Author-email: brpa@kth.se
@@ -71,7 +71,7 @@ This section contains instructions for generating API documentation using `sphin
71
71
 
72
72
  ### Latest Documentation
73
73
 
74
- The latest documentation is available at [https://limmen.dev/csle/docs/csle-base](https://limmen.dev/csle/docs/csle-base)
74
+ The latest documentation is available at [https://limmen.dev/csle/docs/csle-attack-profiler](https://limmen.dev/csle/docs/csle-attack-profiler)
75
75
 
76
76
  ### Generate API Documentation
77
77
 
@@ -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.5.2
29
- csle-common==0.5.2
28
+ csle-base==0.5.3
29
+ csle-common==0.5.3
30
30
 
31
31
  [options.packages.find]
32
32
  where = src
@@ -0,0 +1 @@
1
+ __version__ = '0.5.3'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: csle-attack-profiler
3
- Version: 0.5.2
3
+ Version: 0.5.3
4
4
  Summary: Library with MITRE attack profiler for CSLE
5
5
  Author: Bength Pappila
6
6
  Author-email: brpa@kth.se
@@ -1,6 +1,6 @@
1
1
  mitreattack-python==2.0.14
2
- csle-base==0.5.2
3
- csle-common==0.5.2
2
+ csle-base==0.5.3
3
+ csle-common==0.5.3
4
4
 
5
5
  [testing]
6
6
  pytest>=6.0
@@ -1 +0,0 @@
1
- __version__ = '0.5.2'