add more status
This commit is contained in:
5
src/fgai.egg-info/PKG-INFO
Normal file
5
src/fgai.egg-info/PKG-INFO
Normal file
@@ -0,0 +1,5 @@
|
||||
Metadata-Version: 2.4
|
||||
Name: fgai
|
||||
Version: 0.1.0
|
||||
Summary: Local FortiGate log and policy inspection agent with guarded UTM autoblocking.
|
||||
Requires-Python: >=3.11
|
||||
32
src/fgai.egg-info/SOURCES.txt
Normal file
32
src/fgai.egg-info/SOURCES.txt
Normal file
@@ -0,0 +1,32 @@
|
||||
README.md
|
||||
pyproject.toml
|
||||
src/fgai/__init__.py
|
||||
src/fgai/anomaly.py
|
||||
src/fgai/baseline.py
|
||||
src/fgai/cli.py
|
||||
src/fgai/config.py
|
||||
src/fgai/dashboard.py
|
||||
src/fgai/llm.py
|
||||
src/fgai/logs.py
|
||||
src/fgai/mitigation.py
|
||||
src/fgai/models.py
|
||||
src/fgai/monitor.py
|
||||
src/fgai/policies.py
|
||||
src/fgai/recommendations.py
|
||||
src/fgai/syslog_server.py
|
||||
src/fgai/threat_intel.py
|
||||
src/fgai.egg-info/PKG-INFO
|
||||
src/fgai.egg-info/SOURCES.txt
|
||||
src/fgai.egg-info/dependency_links.txt
|
||||
src/fgai.egg-info/entry_points.txt
|
||||
src/fgai.egg-info/top_level.txt
|
||||
tests/test_anomaly.py
|
||||
tests/test_baseline.py
|
||||
tests/test_config.py
|
||||
tests/test_diagnostics.py
|
||||
tests/test_logs.py
|
||||
tests/test_mitigation.py
|
||||
tests/test_monitor.py
|
||||
tests/test_policies.py
|
||||
tests/test_recommendations.py
|
||||
tests/test_syslog_server.py
|
||||
1
src/fgai.egg-info/dependency_links.txt
Normal file
1
src/fgai.egg-info/dependency_links.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
2
src/fgai.egg-info/entry_points.txt
Normal file
2
src/fgai.egg-info/entry_points.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
[console_scripts]
|
||||
fgai = fgai.cli:main
|
||||
1
src/fgai.egg-info/top_level.txt
Normal file
1
src/fgai.egg-info/top_level.txt
Normal file
@@ -0,0 +1 @@
|
||||
fgai
|
||||
Reference in New Issue
Block a user