Skip to content

Commit 8015703

Browse files
authored
Merge pull request #393 from onekey-sec/onekey-rename
unblob: renaming leftover references to IoT-Inspector
2 parents 6e89ec3 + 645be22 commit 8015703

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/actions/setup-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212

1313
- name: Install sasquatch
1414
run: |
15-
curl -L -o sasquatch_1.0_amd64.deb https://github.com/IoT-Inspector/sasquatch/releases/download/sasquatch-v1.0/sasquatch_1.0_amd64.deb
15+
curl -L -o sasquatch_1.0_amd64.deb https://github.com/onekey-sec/sasquatch/releases/download/sasquatch-v1.0/sasquatch_1.0_amd64.deb
1616
sudo dpkg -i sasquatch_1.0_amd64.deb
1717
rm -f sasquatch_1.0_amd64.deb
1818
shell: bash

.github/workflows/build-publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- '**'
1010

1111
env:
12-
DOCKER_IMAGE: ghcr.io/iot-inspector/unblob:latest
12+
DOCKER_IMAGE: ghcr.io/onekey-sec/unblob:latest
1313

1414
jobs:
1515
build-and-push-image:

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ This Code of Conduct applies both within project spaces and in public spaces
3535
when an individual is representing the project or its community.
3636

3737
Instances of abusive, harassing, or otherwise unacceptable behavior may be
38-
reported by contacting the project maintainers at research@iot-inspector.com. If
38+
reported by contacting the project maintainers at research@onekey.com. If
3939
the incident involves a committer, you may report directly to
40-
florian.lukavsky@iot-inspector.com.
40+
florian.lukavsky@onekey.com.
4141

4242
All complaints will be reviewed and investigated and will result in a
4343
response that is deemed necessary and appropriate to the circumstances.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ unblob is a tool for getting information out of any kind of binary blob.
55
## Quickstart
66

77
Unblob can be used right away from a `docker` container: \
8-
`ghcr.io/iot-inspector/unblob:latest`
8+
`ghcr.io/onekey-sec/unblob:latest`
99

1010
The `--pull always` option is recommended, because the project is currently under heavy development, so we expect frequent changes.
1111

@@ -16,12 +16,12 @@ docker run \
1616
--pull always \
1717
-v /path/to/out/dir/on/host:/data/output \
1818
-v /path/to/files/on/host:/data/input \
19-
ghcr.io/iot-inspector/unblob:latest /data/input/path/to/file
19+
ghcr.io/onekey-sec/unblob:latest /data/input/path/to/file
2020
```
2121

2222
Help on usage:
2323
```shell
24-
docker run --rm --pull always ghcr.io/iot-inspector/unblob:latest --help
24+
docker run --rm --pull always ghcr.io/onekey-sec/unblob:latest --help
2525
```
2626

2727
### Using Nix

SECURITY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Security Policy
22

33
## Reporting
4-
As a security company, IoT Inspector commits to all of its open source products having sound and secure implementations.
4+
As a security company, ONEKEY commits to all of its open source products having sound and secure implementations.
55

6-
All security bugs in IoT Inspector products should be reported by email to security@iot-inspector.com. We strongly suggest that you encrypt your email content using our PGP public key (see below). Security bugs must not be reported through public Github issues.
6+
All security bugs in ONEKEY products should be reported by email to security@onekey.com. We strongly suggest that you encrypt your email content using our PGP public key (see below). Security bugs must not be reported through public Github issues.
77

88
In accordance with the [Responsible Full Disclosure Policy (RFPolicy) v2.0](https://dl.packetstormsecurity.net/papers/general/rfpolicy-2.0.txt), your email will be acknowledged within five days. The security team will then keep you informed of the progress being made towards a fix and full announcement at least every five days.
99

1010
## Disclosure policy
11-
IoT Inspector has a 5 step disclosure process.
11+
ONEKEY has a 5 step disclosure process.
1212

1313
1. The security report is received and is assigned a primary handler. This person will coordinate the fix and release process.
1414

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "unblob"
33
version = "0.1.0"
44
description = "Extract files from any kind of container formats"
5-
authors = ["IoT Inspector <support@iot-inspector.com>"]
5+
authors = ["ONEKEY <support@onekey.com>"]
66
license = "MIT"
77
packages = [
88
{ include = "unblob" },

0 commit comments

Comments
 (0)