mfesiem / msiempy

McAfee SIEM API Python wrapper
https://mfesiem.github.io/docs/msiempy/msiempy.html
MIT License
23 stars 9 forks source link

Develop #74

Closed tristanlatr closed 3 years ago

tristanlatr commented 3 years ago

New core objects structure , external API should not have changed ! PARAMS interpolation now are using Template strings for better documentation and safer processing. Using Template string allows us to programatically generate the liste of all possibles API calls registered in PARAMS mapping. Use notifyGetTriggeredNotificationDetail when possible to load alarm details: this will only affect version 11.x. Event loaded from AlarmManager might have changed field names if you were using AlarmManager.load_data(events_details=False) Better documentation site !

codecov[bot] commented 3 years ago

Codecov Report

Merging #74 into master will decrease coverage by 1.25%. The diff coverage is 76.69%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #74      +/-   ##
==========================================
- Coverage   79.14%   77.88%   -1.26%     
==========================================
  Files          16       22       +6     
  Lines        1932     1999      +67     
==========================================
+ Hits         1529     1557      +28     
- Misses        403      442      +39     
Impacted Files Coverage Δ
msiempy/__utils__.py 0.00% <ø> (-55.21%) :arrow_down:
msiempy/__version__.py 0.00% <0.00%> (ø)
setup.py 0.00% <ø> (ø)
msiempy/alarm.py 70.10% <47.61%> (-11.82%) :arrow_down:
msiempy/core/utils.py 54.08% <54.08%> (ø)
msiempy/watchlist.py 72.00% <66.66%> (-0.92%) :arrow_down:
msiempy/core/config.py 71.23% <71.23%> (ø)
msiempy/device.py 67.32% <75.00%> (-0.43%) :arrow_down:
msiempy/event.py 85.08% <77.41%> (-2.94%) :arrow_down:
tests/auth/test_alarm.py 90.29% <80.00%> (+0.09%) :arrow_up:
... and 17 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 149d8e1...06495d7. Read the comment docs.