csle-attack-profiler 0.6.3__py3-none-any.whl → 0.6.4__py3-none-any.whl
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.
- csle_attack_profiler/__version__.py +1 -1
- {csle_attack_profiler-0.6.3.dist-info → csle_attack_profiler-0.6.4.dist-info}/METADATA +3 -3
- csle_attack_profiler-0.6.4.dist-info/RECORD +8 -0
- csle_attack_profiler-0.6.3.dist-info/RECORD +0 -8
- {csle_attack_profiler-0.6.3.dist-info → csle_attack_profiler-0.6.4.dist-info}/WHEEL +0 -0
- {csle_attack_profiler-0.6.3.dist-info → csle_attack_profiler-0.6.4.dist-info}/top_level.txt +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = '0.6.
|
|
1
|
+
__version__ = '0.6.4'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: csle-attack-profiler
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.4
|
|
4
4
|
Summary: Library with MITRE attack profiler for CSLE
|
|
5
5
|
Author: Bength Pappila
|
|
6
6
|
Author-email: brpa@kth.se
|
|
@@ -15,8 +15,8 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
15
15
|
Classifier: Intended Audience :: Science/Research
|
|
16
16
|
Requires-Python: >=3.8
|
|
17
17
|
Requires-Dist: mitreattack-python ==2.0.14
|
|
18
|
-
Requires-Dist: csle-base ==0.6.
|
|
19
|
-
Requires-Dist: csle-common ==0.6.
|
|
18
|
+
Requires-Dist: csle-base ==0.6.4
|
|
19
|
+
Requires-Dist: csle-common ==0.6.4
|
|
20
20
|
Provides-Extra: testing
|
|
21
21
|
Requires-Dist: pytest >=6.0 ; extra == 'testing'
|
|
22
22
|
Requires-Dist: pytest-cov >=2.0 ; extra == 'testing'
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
csle_attack_profiler/__init__.py,sha256=C7_gE0lIQJ8Wh2jgU8C8P_xyvq76bKTf0gm8bGYhMBk,37
|
|
2
|
+
csle_attack_profiler/__version__.py,sha256=9V8HNBWlWd9kKrEEJE04ypjOSYSmFVS4xh0H3Zq8EGE,22
|
|
3
|
+
csle_attack_profiler/attack_profiler.py,sha256=bYqSeItJkhswronvIRFPyvf1rtvUKEWPPF4K2t1JVqE,10535
|
|
4
|
+
csle_attack_profiler/hmm_profiling.py,sha256=cHE2wImgBJ3xwW33S0JcTwsiccstijR9uRMeBPXIT18,24167
|
|
5
|
+
csle_attack_profiler-0.6.4.dist-info/METADATA,sha256=J4Nc8GW4Lae_DJkjsYG_YXM6TsTmLrQXVrkEsEeG0hU,2006
|
|
6
|
+
csle_attack_profiler-0.6.4.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
7
|
+
csle_attack_profiler-0.6.4.dist-info/top_level.txt,sha256=OuI4zvPo3MQYLQ7Dqm32oM0V8rNdwHe9tjtngx2KVtA,21
|
|
8
|
+
csle_attack_profiler-0.6.4.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
csle_attack_profiler/__init__.py,sha256=C7_gE0lIQJ8Wh2jgU8C8P_xyvq76bKTf0gm8bGYhMBk,37
|
|
2
|
-
csle_attack_profiler/__version__.py,sha256=0ICX8PeSmWoiPyIEViMxRYkvCjQE1KvQPJp9o52KRjw,22
|
|
3
|
-
csle_attack_profiler/attack_profiler.py,sha256=bYqSeItJkhswronvIRFPyvf1rtvUKEWPPF4K2t1JVqE,10535
|
|
4
|
-
csle_attack_profiler/hmm_profiling.py,sha256=cHE2wImgBJ3xwW33S0JcTwsiccstijR9uRMeBPXIT18,24167
|
|
5
|
-
csle_attack_profiler-0.6.3.dist-info/METADATA,sha256=Pnk35vQodhYfDLruBAf_R-9OizxDHIOfEe2IJGg168g,2006
|
|
6
|
-
csle_attack_profiler-0.6.3.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
7
|
-
csle_attack_profiler-0.6.3.dist-info/top_level.txt,sha256=OuI4zvPo3MQYLQ7Dqm32oM0V8rNdwHe9tjtngx2KVtA,21
|
|
8
|
-
csle_attack_profiler-0.6.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|