Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/pip/pydantic-2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
4k4xs4pH1r3 authored Apr 23, 2024
2 parents ab93995 + e8cf3f3 commit 4017cc8
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 10 deletions.
14 changes: 14 additions & 0 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"scanSettings": {
"baseBranches": []
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff",
"useMendCheckNames": true
},
"issueSettings": {
"minSeverityLevel": "LOW",
"issueType": "DEPENDENCY"
}
}
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@
### Breaking Changes


### New Rules (6)
### New Rules (7)

- impact/wipe-disk/delete-drive-layout-via-ioctl [email protected]
- host-interaction/driver/interact-with-driver-via-ioctl [email protected]
- host-interaction/driver/unload-driver [email protected]
- nursery/get-disk-information-via-ioctl [email protected]
- nursery/get-volume-information-via-ioctl [email protected]
- nursery/unmount-volume-via-ioctl [email protected]
- data-manipulation/encryption/rc4/encrypt-data-using-rc4-via-systemfunction033 [email protected]
-

### Bug Fixes
Expand Down
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies = [
"ida-settings==2.1.0",
"viv-utils[flirt]==0.7.9",
"halo==0.0.31",
"networkx==3.1",
"networkx==3.3",
"ruamel.yaml==0.18.5",
"vivisect==1.1.1",
"pefile==2023.2.7",
Expand All @@ -62,7 +62,7 @@ namespaces = false

[project.optional-dependencies]
dev = [
"pre-commit==3.5.0",
"pre-commit==3.7.0",
"pytest==8.0.0",
"pytest-sugar==1.0.0",
"pytest-instafail==0.5.0",
Expand All @@ -78,8 +78,8 @@ dev = [
"flake8-simplify==0.21.0",
"flake8-use-pathlib==0.3.0",
"flake8-copyright==0.2.4",
"ruff==0.2.1",
"black==24.3.0",
"ruff==0.3.5",
"black==24.4.0",
"isort==5.13.2",
"mypy==1.8.0",
"psutil==5.9.2",
Expand All @@ -88,17 +88,17 @@ dev = [
"mypy-protobuf==3.5.0",
# type stubs for mypy
"types-backports==0.1.3",
"types-colorama==0.4.15.11",
"types-colorama==0.4.15.20240311",
"types-PyYAML==6.0.8",
"types-tabulate==0.9.0.20240106",
"types-termcolor==1.1.4",
"types-psutil==5.8.23",
"types_requests==2.31.0.20240311",
"types_requests==2.31.0.20240406",
"types-protobuf==4.23.0.3",
]
build = [
"pyinstaller==6.4.0",
"setuptools==69.0.3",
"setuptools==69.5.1",
"build==1.0.3"
]

Expand Down
2 changes: 1 addition & 1 deletion rules
Submodule rules updated 31 files
+5 −2 communication/dns/resolve-dns.yml
+4 −1 communication/socket/create-raw-socket.yml
+2 −1 communication/socket/get-socket-status.yml
+2 −1 communication/socket/initialize-winsock-library.yml
+7 −2 communication/socket/receive/receive-data-on-socket.yml
+5 −1 communication/socket/send/send-data-on-socket.yml
+2 −0 communication/socket/set-socket-configuration.yml
+20 −6 communication/socket/tcp/connect-tcp-socket.yml
+4 −1 communication/socket/tcp/create-tcp-socket.yml
+4 −1 communication/socket/udp/send/create-udp-socket.yml
+27 −0 data-manipulation/encryption/rc4/encrypt-data-using-rc4-via-systemfunction033.yml
+3 −1 host-interaction/file-system/files/list/enumerate-files-on-linux.yml
+1 −0 host-interaction/file-system/files/list/enumerate-files-recursively.yml
+3 −1 host-interaction/file-system/read/read-file-on-linux.yml
+3 −1 host-interaction/file-system/write/write-file-on-linux.yml
+6 −2 host-interaction/hardware/memory/get-memory-information.yml
+3 −1 host-interaction/mutex/create-semaphore-on-linux.yml
+3 −1 host-interaction/mutex/lock-file.yml
+3 −1 host-interaction/mutex/lock-semaphore-on-linux.yml
+3 −1 host-interaction/mutex/unlock-semaphore-on-linux.yml
+3 −1 host-interaction/process/create/create-process-on-linux.yml
+3 −1 host-interaction/session/get-current-user-on-linux.yml
+3 −1 host-interaction/thread/create/create-thread.yml
+3 −1 lib/delay-execution.yml
+3 −1 lib/duplicate-stdin-and-stdout.yml
+3 −1 linking/runtime-linking/link-many-functions-at-runtime.yml
+3 −1 nursery/get-current-pid-on-linux.yml
+3 −1 nursery/get-password-database-entry-on-linux.yml
+2 −1 nursery/get-socket-information.yml
+3 −1 nursery/link-function-at-runtime-on-linux.yml
+3 −1 nursery/set-thread-name-on-linux.yml

0 comments on commit 4017cc8

Please sign in to comment.