csle-attack-profiler 0.8.0__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.
- {csle_attack_profiler-0.8.0 → csle_attack_profiler-0.8.2}/PKG-INFO +8 -8
- {csle_attack_profiler-0.8.0 → csle_attack_profiler-0.8.2}/README.md +2 -2
- {csle_attack_profiler-0.8.0 → csle_attack_profiler-0.8.2}/pyproject.toml +9 -5
- {csle_attack_profiler-0.8.0 → csle_attack_profiler-0.8.2}/setup.cfg +5 -5
- csle_attack_profiler-0.8.2/src/csle_attack_profiler/__version__.py +1 -0
- {csle_attack_profiler-0.8.0 → csle_attack_profiler-0.8.2}/src/csle_attack_profiler.egg-info/PKG-INFO +8 -8
- {csle_attack_profiler-0.8.0 → csle_attack_profiler-0.8.2}/src/csle_attack_profiler.egg-info/requires.txt +5 -5
- csle_attack_profiler-0.8.0/src/csle_attack_profiler/__version__.py +0 -1
- {csle_attack_profiler-0.8.0 → csle_attack_profiler-0.8.2}/LICENSE.md +0 -0
- {csle_attack_profiler-0.8.0 → csle_attack_profiler-0.8.2}/setup.py +0 -0
- {csle_attack_profiler-0.8.0 → csle_attack_profiler-0.8.2}/src/csle_attack_profiler/__init__.py +0 -0
- {csle_attack_profiler-0.8.0 → csle_attack_profiler-0.8.2}/src/csle_attack_profiler/attack_profiler.py +0 -0
- {csle_attack_profiler-0.8.0 → csle_attack_profiler-0.8.2}/src/csle_attack_profiler/hmm_profiling.py +0 -0
- {csle_attack_profiler-0.8.0 → csle_attack_profiler-0.8.2}/src/csle_attack_profiler.egg-info/SOURCES.txt +0 -0
- {csle_attack_profiler-0.8.0 → csle_attack_profiler-0.8.2}/src/csle_attack_profiler.egg-info/dependency_links.txt +0 -0
- {csle_attack_profiler-0.8.0 → csle_attack_profiler-0.8.2}/src/csle_attack_profiler.egg-info/not-zip-safe +0 -0
- {csle_attack_profiler-0.8.0 → csle_attack_profiler-0.8.2}/src/csle_attack_profiler.egg-info/top_level.txt +0 -0
- {csle_attack_profiler-0.8.0 → csle_attack_profiler-0.8.2}/tests/test_attack_profiler.py +0 -0
- {csle_attack_profiler-0.8.0 → csle_attack_profiler-0.8.2}/tests/test_hmm_profiler.py +0 -0
- {csle_attack_profiler-0.8.0 → 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.
|
|
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.
|
|
208
|
-
Requires-Dist: csle-common==0.8.
|
|
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.
|
|
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"
|
|
@@ -223,11 +223,11 @@ Requires-Dist: types-requests>=2.31.0.1; extra == "test"
|
|
|
223
223
|
Requires-Dist: types-urllib3>=1.26.25.13; extra == "test"
|
|
224
224
|
Requires-Dist: flake8>=6.1.0; extra == "test"
|
|
225
225
|
Requires-Dist: flake8-rst-docstrings>=0.3.0; extra == "test"
|
|
226
|
-
Requires-Dist: tox>=
|
|
226
|
+
Requires-Dist: tox>=4.24.1; extra == "test"
|
|
227
227
|
Requires-Dist: sphinx>=5.3.0; extra == "test"
|
|
228
228
|
Requires-Dist: sphinxcontrib-napoleon>=0.7; extra == "test"
|
|
229
229
|
Requires-Dist: sphinx-rtd-theme>=1.1.1; extra == "test"
|
|
230
|
-
Requires-Dist: twine>=
|
|
230
|
+
Requires-Dist: twine>=6.1.0; extra == "test"
|
|
231
231
|
Requires-Dist: build>=0.10.0; extra == "test"
|
|
232
232
|
|
|
233
233
|
# `csle-attack-profiler`
|
|
@@ -377,7 +377,7 @@ make tests
|
|
|
377
377
|
|
|
378
378
|
First build the package by executing:
|
|
379
379
|
```bash
|
|
380
|
-
|
|
380
|
+
python -m build
|
|
381
381
|
# or (equivalently)
|
|
382
382
|
make build
|
|
383
383
|
```
|
|
@@ -385,7 +385,7 @@ After running the command above, the built package is available at `./dist`.
|
|
|
385
385
|
|
|
386
386
|
Push the built package to PyPi by running:
|
|
387
387
|
```bash
|
|
388
|
-
|
|
388
|
+
python -m twine upload dist/*
|
|
389
389
|
# or (equivalently)
|
|
390
390
|
make push
|
|
391
391
|
```
|
|
@@ -145,7 +145,7 @@ make tests
|
|
|
145
145
|
|
|
146
146
|
First build the package by executing:
|
|
147
147
|
```bash
|
|
148
|
-
|
|
148
|
+
python -m build
|
|
149
149
|
# or (equivalently)
|
|
150
150
|
make build
|
|
151
151
|
```
|
|
@@ -153,7 +153,7 @@ After running the command above, the built package is available at `./dist`.
|
|
|
153
153
|
|
|
154
154
|
Push the built package to PyPi by running:
|
|
155
155
|
```bash
|
|
156
|
-
|
|
156
|
+
python -m twine upload dist/*
|
|
157
157
|
# or (equivalently)
|
|
158
158
|
make push
|
|
159
159
|
```
|
|
@@ -19,8 +19,8 @@ classifiers = [
|
|
|
19
19
|
]
|
|
20
20
|
dependencies = [
|
|
21
21
|
"mitreattack-python==2.0.14",
|
|
22
|
-
"csle-base==0.8.
|
|
23
|
-
"csle-common==0.8.
|
|
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.
|
|
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",
|
|
@@ -41,11 +41,11 @@ test = [
|
|
|
41
41
|
"types-urllib3>=1.26.25.13",
|
|
42
42
|
"flake8>=6.1.0",
|
|
43
43
|
"flake8-rst-docstrings>=0.3.0",
|
|
44
|
-
"tox>=
|
|
44
|
+
"tox>=4.24.1",
|
|
45
45
|
"sphinx>=5.3.0",
|
|
46
46
|
"sphinxcontrib-napoleon>=0.7",
|
|
47
47
|
"sphinx-rtd-theme>=1.1.1",
|
|
48
|
-
"twine>=
|
|
48
|
+
"twine>=6.1.0",
|
|
49
49
|
"build>=0.10.0"
|
|
50
50
|
]
|
|
51
51
|
|
|
@@ -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.
|
|
29
|
-
csle-common==0.8.
|
|
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.
|
|
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
|
|
@@ -49,11 +49,11 @@ testing =
|
|
|
49
49
|
types-urllib3>=1.26.25.13
|
|
50
50
|
flake8>=6.1.0
|
|
51
51
|
flake8-rst-docstrings>=0.3.0
|
|
52
|
-
tox>=
|
|
52
|
+
tox>=4.24.1
|
|
53
53
|
sphinx>=5.3.0
|
|
54
54
|
sphinxcontrib-napoleon>=0.7
|
|
55
55
|
sphinx-rtd-theme>=1.1.1
|
|
56
|
-
twine>=
|
|
56
|
+
twine>=6.1.0
|
|
57
57
|
build>=0.10.0
|
|
58
58
|
|
|
59
59
|
[options.package_data]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '0.8.2'
|
{csle_attack_profiler-0.8.0 → csle_attack_profiler-0.8.2}/src/csle_attack_profiler.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: csle-attack-profiler
|
|
3
|
-
Version: 0.8.
|
|
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.
|
|
208
|
-
Requires-Dist: csle-common==0.8.
|
|
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.
|
|
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"
|
|
@@ -223,11 +223,11 @@ Requires-Dist: types-requests>=2.31.0.1; extra == "test"
|
|
|
223
223
|
Requires-Dist: types-urllib3>=1.26.25.13; extra == "test"
|
|
224
224
|
Requires-Dist: flake8>=6.1.0; extra == "test"
|
|
225
225
|
Requires-Dist: flake8-rst-docstrings>=0.3.0; extra == "test"
|
|
226
|
-
Requires-Dist: tox>=
|
|
226
|
+
Requires-Dist: tox>=4.24.1; extra == "test"
|
|
227
227
|
Requires-Dist: sphinx>=5.3.0; extra == "test"
|
|
228
228
|
Requires-Dist: sphinxcontrib-napoleon>=0.7; extra == "test"
|
|
229
229
|
Requires-Dist: sphinx-rtd-theme>=1.1.1; extra == "test"
|
|
230
|
-
Requires-Dist: twine>=
|
|
230
|
+
Requires-Dist: twine>=6.1.0; extra == "test"
|
|
231
231
|
Requires-Dist: build>=0.10.0; extra == "test"
|
|
232
232
|
|
|
233
233
|
# `csle-attack-profiler`
|
|
@@ -377,7 +377,7 @@ make tests
|
|
|
377
377
|
|
|
378
378
|
First build the package by executing:
|
|
379
379
|
```bash
|
|
380
|
-
|
|
380
|
+
python -m build
|
|
381
381
|
# or (equivalently)
|
|
382
382
|
make build
|
|
383
383
|
```
|
|
@@ -385,7 +385,7 @@ After running the command above, the built package is available at `./dist`.
|
|
|
385
385
|
|
|
386
386
|
Push the built package to PyPi by running:
|
|
387
387
|
```bash
|
|
388
|
-
|
|
388
|
+
python -m twine upload dist/*
|
|
389
389
|
# or (equivalently)
|
|
390
390
|
make push
|
|
391
391
|
```
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
mitreattack-python==2.0.14
|
|
2
|
-
csle-base==0.8.
|
|
3
|
-
csle-common==0.8.
|
|
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.
|
|
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
|
|
@@ -19,9 +19,9 @@ types-requests>=2.31.0.1
|
|
|
19
19
|
types-urllib3>=1.26.25.13
|
|
20
20
|
flake8>=6.1.0
|
|
21
21
|
flake8-rst-docstrings>=0.3.0
|
|
22
|
-
tox>=
|
|
22
|
+
tox>=4.24.1
|
|
23
23
|
sphinx>=5.3.0
|
|
24
24
|
sphinxcontrib-napoleon>=0.7
|
|
25
25
|
sphinx-rtd-theme>=1.1.1
|
|
26
|
-
twine>=
|
|
26
|
+
twine>=6.1.0
|
|
27
27
|
build>=0.10.0
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '0.8.0'
|
|
File without changes
|
|
File without changes
|
{csle_attack_profiler-0.8.0 → csle_attack_profiler-0.8.2}/src/csle_attack_profiler/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{csle_attack_profiler-0.8.0 → csle_attack_profiler-0.8.2}/src/csle_attack_profiler/hmm_profiling.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|