Skip to content

Commit

Permalink
Merge branch 'master' into whitesource/configure
Browse files Browse the repository at this point in the history
  • Loading branch information
4k4xs4pH1r3 authored Apr 23, 2024
2 parents a52a7fe + e3dcbbb commit 237efd2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
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
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 @@ -98,7 +98,7 @@ dev = [
]
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 237efd2

Please sign in to comment.