issues
search
cisagov
/
LME
Logging Made Easy (LME) is a no cost, open source platform that centralizes log collection, enhances threat detection, and enables real-time alerting, helping small to medium-sized organizations secure their infrastructure.
https://www.cisa.gov/resources-tools/services/logging-made-easy
Other
889
stars
72
forks
source link
321 encryption at rest
#451
Closed
ddiabe
closed
1 month ago
ddiabe
commented
1 month ago
๐ฃ Description
๐ญ Motivation and context
๐ท Screenshots (DELETE IF UNAPPLICABLE)
๐งช Testing
โ Pre-approval checklist
[ ] There is a
gitIssue
that this PR resolves
[ ] Git Issue that this PR solves has been selected in the Development section
[ ] The PR's base branch has been modified to be the proper branch.
[ ] Changes are limited to a single goal
AND
the title reflects this in a clear human readable format
[ ] Issue that this PR solves has been selected in the Development section
[ ] I have read and agree to LME's
CONTRIBUTING.md
document.
[ ] The PR adheres to LME's requirements in
RELEASES.md
[ ] These code changes follow
cisagov code standards
.
[ ] All relevant repo and/or project documentation has been updated to reflect the changes in this PR.
โ Pre-merge Checklist
[ ] All tests pass.
[ ] PR has been tested and the documentation for testing is above.
[ ] Squash and merge all commits into one PR level commit.
โ Post-merge Checklist
[ ] Delete the branch to keep down number of branches.
[ ] The PR is labeled with
feat
for an added new feature,
update
for an update,
OR
fix
for a fix.
[ ] The PR contains
Resolves #<issue #>
so that merging it closes out the corresponding issue. For example
Resolves #132
.
๐ฃ Description
๐ญ Motivation and context
๐ท Screenshots (DELETE IF UNAPPLICABLE)
๐งช Testing
โ Pre-approval checklist
โ Pre-merge Checklist
โ Post-merge Checklist
feat
for an added new feature,update
for an update, ORfix
for a fix.Resolves #<issue #>
so that merging it closes out the corresponding issue. For exampleResolves #132
.