-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge release 3.4.2 from pilot branch to master branch #230
Commits on Nov 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 486dcbc - Browse repository at this point
Copy the full SHA 486dcbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77db63a - Browse repository at this point
Copy the full SHA 77db63aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c200d2 - Browse repository at this point
Copy the full SHA 9c200d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 094e725 - Browse repository at this point
Copy the full SHA 094e725View commit details
Commits on Dec 30, 2019
-
use specific flowsynth files instead of latest from repo
counterthreatunit committedDec 30, 2019 Configuration menu - View commit details
-
Copy full SHA for 4e848b8 - Browse repository at this point
Copy the full SHA 4e848b8View commit details
Commits on Nov 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 207822a - Browse repository at this point
Copy the full SHA 207822aView commit details
Commits on Aug 12, 2024
-
Merge pull request #169 from whartond/pilot
Make the pilot branch the same as master
Configuration menu - View commit details
-
Copy full SHA for 05db72d - Browse repository at this point
Copy the full SHA 05db72dView commit details
Commits on Nov 10, 2024
-
Merge pull request #186 from secureworks/master
merge master into pilot
Configuration menu - View commit details
-
Copy full SHA for d8d8ed7 - Browse repository at this point
Copy the full SHA d8d8ed7View commit details -
Merge pull request #188 from secureworks/master
Update pilot CHANGELOG from master
Configuration menu - View commit details
-
Copy full SHA for d254191 - Browse repository at this point
Copy the full SHA d254191View commit details -
- updated Dockerfile-dalton - emptied out the requirements.txt file
Configuration menu - View commit details
-
Copy full SHA for f0131b3 - Browse repository at this point
Copy the full SHA f0131b3View commit details -
Merge pull request #189 from rkoumis/184-pyproject-toml
Use pyproject.toml (#184)
Configuration menu - View commit details
-
Copy full SHA for 508e04c - Browse repository at this point
Copy the full SHA 508e04cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fce3ec1 - Browse repository at this point
Copy the full SHA fce3ec1View commit details -
Merge pull request #190 from rkoumis/183-ruff-format
Run ruff format to standardize file formatting
Configuration menu - View commit details
-
Copy full SHA for 584eb24 - Browse repository at this point
Copy the full SHA 584eb24View commit details -
Ran ruff check --unsafe-fixes --fix
- there are 22 items to fix manually.
Configuration menu - View commit details
-
Copy full SHA for 668dda0 - Browse repository at this point
Copy the full SHA 668dda0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70c5db3 - Browse repository at this point
Copy the full SHA 70c5db3View commit details -
Merge pull request #192 from rkoumis/183-ruff-check
Ran ruff check --fix to fix style issues automatically
Configuration menu - View commit details
-
Copy full SHA for bacab6a - Browse repository at this point
Copy the full SHA bacab6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50247d3 - Browse repository at this point
Copy the full SHA 50247d3View commit details
Commits on Nov 11, 2024
-
Merge pull request #193 from rkoumis/191-github-actions
Added github CI workflow
Configuration menu - View commit details
-
Copy full SHA for f3173d6 - Browse repository at this point
Copy the full SHA f3173d6View commit details -
- small refactoring inside dalton.py and flowsynth.py - initialize logging at init time not import time - check for rulesets at init time not import time - added some basic tests
Configuration menu - View commit details
-
Copy full SHA for 081115c - Browse repository at this point
Copy the full SHA 081115cView commit details -
Configuration menu - View commit details
-
Copy full SHA for edcdeb5 - Browse repository at this point
Copy the full SHA edcdeb5View commit details -
Merge pull request #194 from rkoumis/182-unit-tests-can-run
unit tests can run
Configuration menu - View commit details
-
Copy full SHA for d780e3d - Browse repository at this point
Copy the full SHA d780e3dView commit details -
Run ruff format and check on dalton agent
- these fixes all were done by ruff - I used `ruff format` and `ruff check --fix --unsafe-fixes` - Some manual fixes still are needed
Configuration menu - View commit details
-
Copy full SHA for a68d7f9 - Browse repository at this point
Copy the full SHA a68d7f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8434d75 - Browse repository at this point
Copy the full SHA 8434d75View commit details -
Merge pull request #195 from rkoumis/183-lint-dalton-agent
Also lint dalton agent
Configuration menu - View commit details
-
Copy full SHA for a324062 - Browse repository at this point
Copy the full SHA a324062View commit details -
- Added a Makefile target to lint the Dockerfiles - The default nginx docker image has a CMD of ["nginx" "-g" "daemon off;"] so - we don't need the CMD in our Dockerfile - and we can't have "daemon off" in our nginx config
Configuration menu - View commit details
-
Copy full SHA for 7c031ae - Browse repository at this point
Copy the full SHA 7c031aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6587cc8 - Browse repository at this point
Copy the full SHA 6587cc8View commit details -
- do not send a NoneType or a boolean False to redis-py
Configuration menu - View commit details
-
Copy full SHA for 8eb3004 - Browse repository at this point
Copy the full SHA 8eb3004View commit details -
Merge pull request #205 from rkoumis/201-update-redis
Update redis from 3.2 to 7.4
Configuration menu - View commit details
-
Copy full SHA for c616462 - Browse repository at this point
Copy the full SHA c616462View commit details
Commits on Nov 12, 2024
-
Add unit tests for the flowsynth web UI
- Small refactoring - Small tweaks to comments - Update Makefile - Properly show any flowsynth errors
Configuration menu - View commit details
-
Copy full SHA for dd97d59 - Browse repository at this point
Copy the full SHA dd97d59View commit details -
Merge pull request #206 from rkoumis/204-flowsynth-tests
Add unit tests for the flowsynth web UI
Configuration menu - View commit details
-
Copy full SHA for 55dc3dd - Browse repository at this point
Copy the full SHA 55dc3ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50e8bf0 - Browse repository at this point
Copy the full SHA 50e8bf0View commit details -
Merge pull request #208 from rkoumis/207-run-isort
Use ruff to sort imports
Configuration menu - View commit details
-
Copy full SHA for 4c3f4ac - Browse repository at this point
Copy the full SHA 4c3f4acView commit details -
Additional code checking by ruff
- ruff found a couple of good fixes - added a unit test for dalton
Configuration menu - View commit details
-
Copy full SHA for eab3764 - Browse repository at this point
Copy the full SHA eab3764View commit details -
Merge pull request #210 from rkoumis/209-ruff-bugbears
Additional code checking by ruff
Configuration menu - View commit details
-
Copy full SHA for 7dc5a02 - Browse repository at this point
Copy the full SHA 7dc5a02View commit details -
- slight tweaks to the Dockerfiles - ran hadolint
Configuration menu - View commit details
-
Copy full SHA for 9ede867 - Browse repository at this point
Copy the full SHA 9ede867View commit details -
Merge pull request #211 from rkoumis/181-pre-built-zeek
Use pre-built zeek images
Configuration menu - View commit details
-
Copy full SHA for dc2d1e3 - Browse repository at this point
Copy the full SHA dc2d1e3View commit details -
Use bump-my-version tool to help manage versioning
- Added two makefile targets for bumping the version.
Configuration menu - View commit details
-
Copy full SHA for a4d784d - Browse repository at this point
Copy the full SHA a4d784dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1612c82 - Browse repository at this point
Copy the full SHA 1612c82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42452d6 - Browse repository at this point
Copy the full SHA 42452d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for adf82a1 - Browse repository at this point
Copy the full SHA adf82a1View commit details -
Merge pull request #212 from rkoumis/197-bump-version
Use bump-my-version tool to help with versioning
Configuration menu - View commit details
-
Copy full SHA for a259d7e - Browse repository at this point
Copy the full SHA a259d7eView commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5173193 - Browse repository at this point
Copy the full SHA 5173193View commit details -
Merge pull request #214 from rkoumis/203-zeek-json-bug
job results boolean bug with zeek and json
Configuration menu - View commit details
-
Copy full SHA for 20d476b - Browse repository at this point
Copy the full SHA 20d476bView commit details
Commits on Nov 14, 2024
-
Fix for issue #213 where zeek logs were not shown
- zeek_json contains the data or "False"
Configuration menu - View commit details
-
Copy full SHA for b22d394 - Browse repository at this point
Copy the full SHA b22d394View commit details -
Merge pull request #216 from rkoumis/213-zeek-results-borked
Zeek results were not being shown
Configuration menu - View commit details
-
Copy full SHA for 52e86f4 - Browse repository at this point
Copy the full SHA 52e86f4View commit details -
- eliminate the redis global variable 'r' - remove other usages of the 'global' keyword - added github workflow for hadolint
Configuration menu - View commit details
-
Copy full SHA for 57587a8 - Browse repository at this point
Copy the full SHA 57587a8View commit details -
Merge pull request #215 from rkoumis/203-dalton-unit-tests
Add unit tests for dalton app
Configuration menu - View commit details
-
Copy full SHA for 6fc6135 - Browse repository at this point
Copy the full SHA 6fc6135View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d162dc - Browse repository at this point
Copy the full SHA 5d162dcView commit details -
Merge pull request #217 from rkoumis/bump-version-to-3-4-1
Bump version: 3.4.0 → 3.4.1
Configuration menu - View commit details
-
Copy full SHA for b1101d3 - Browse repository at this point
Copy the full SHA b1101d3View commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 02f3630 - Browse repository at this point
Copy the full SHA 02f3630View commit details -
Allow the user or the agent to upload large files
- added changelog entry - start the flask app with the `flask` command line tool
Configuration menu - View commit details
-
Copy full SHA for 6680037 - Browse repository at this point
Copy the full SHA 6680037View commit details -
Configuration menu - View commit details
-
Copy full SHA for bec6082 - Browse repository at this point
Copy the full SHA bec6082View commit details -
Merge pull request #222 from rkoumis/180-flask-dependency-update
Update flask dependencies
Configuration menu - View commit details
-
Copy full SHA for ab4e0ea - Browse repository at this point
Copy the full SHA ab4e0eaView commit details