@sentry/cli
Advanced tools
+7
-10
@@ -1,10 +0,7 @@ | ||
| sentry-cli-Darwin-arm64=acbbb58f078a465e9016639c0ac25dce4b2443ebe9b9f1c027938557eba6bb5e | ||
| sentry-cli-Darwin-universal=b23b628f2d000898cbc8b323339218134e0856b0dfa2491c0328c09a27b02e69 | ||
| sentry-cli-Darwin-x86_64=a105b14eae786d1db9ef7e716f92d83e97f54849a4cc18a7864f5eb45143e3c8 | ||
| sentry-cli-Linux-aarch64=4ee4e5341ae3366a5e629ab7bebe3465f1443e7acc5daa6e808ce2ded0a412ba | ||
| sentry-cli-Linux-armv7=be88fa9943072618f1c3ca785f447a2c1c6dbd800897ad64405bf91bd1af254c | ||
| sentry-cli-Linux-i686=cee64604f94c401d3e215dfcb3f5c6292a6ff3df90c3c98d155cbb1da7ed0bc1 | ||
| sentry-cli-Linux-x86_64=735b266c50b44735167292fef65c5889737f3a4d9f8150937e6d454217ca741d | ||
| sentry-cli-Windows-aarch64.exe=08413d9fc93e63a94e5af9a6c8884a56c67ddc2b01b4c5169f8d682f6203c2c4 | ||
| sentry-cli-Windows-i686.exe=90c431804200c4bb600dd94667c0bd33bd33e486185cce3d168d65f74c2e2f02 | ||
| sentry-cli-Windows-x86_64.exe=3f7e7d8ab53052fb6d41f3428df405b5cc521474d26d4bfd3fb6b05cd2e708c9 | ||
| sentry-cli-Linux-aarch64=a4f83670b82b50a2e19f7977c3662b9c2590f919b0ead9800e00202021035b95 | ||
| sentry-cli-Linux-armv7=7cbd069b5fc2d4931288ef9021ff8f378b52134ca0d4f2de3d96553955fcc69a | ||
| sentry-cli-Linux-i686=cd8863733d1fd28cda778c207a4e2ebdee151a87d009544b8b620d5b8b4a5047 | ||
| sentry-cli-Linux-x86_64=f8572d045821911ac54a03c2fd94597c22655fd82df11e6734acbfef18945935 | ||
| sentry-cli-Windows-aarch64.exe=17044bfc007e73315f3405554d0265084b479873bd567547140b8181b9964daa | ||
| sentry-cli-Windows-i686.exe=865f2994f1919b9ffcd1672f8483439991a8365781e57e0f4c7f03f5b2f2ebbc | ||
| sentry-cli-Windows-x86_64.exe=e3df9ac4efa1a8407bab95beaa2adde6f7addb39312c37796d9f2c9d12441a0a |
+4
-2
@@ -12,3 +12,3 @@ /** | ||
| /** | ||
| * Authentication token for API, interchangeable with `apiKey`. | ||
| * Authentication token for HTTP requests to Sentry. | ||
| * This value will update `SENTRY_AUTH_TOKEN` env variable. | ||
@@ -18,4 +18,6 @@ */ | ||
| /** | ||
| * Authentication token for API, interchangeable with `authToken`. | ||
| * API key to authenticate any HTTP requests to Sentry (legacy authentication method). | ||
| * This value will update `SENTRY_API_KEY` env variable. | ||
| * @deprecated Use auth-token-based authentication via `authToken` instead. | ||
| * This option is scheduled for removal in the next major release. | ||
| */ | ||
@@ -22,0 +24,0 @@ apiKey?: string; |
+9
-9
| { | ||
| "name": "@sentry/cli", | ||
| "version": "2.58.0", | ||
| "version": "2.58.1", | ||
| "description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/", | ||
@@ -35,10 +35,10 @@ "repository": "git://github.com/getsentry/sentry-cli.git", | ||
| "optionalDependencies": { | ||
| "@sentry/cli-darwin": "2.58.0", | ||
| "@sentry/cli-linux-arm": "2.58.0", | ||
| "@sentry/cli-linux-arm64": "2.58.0", | ||
| "@sentry/cli-linux-i686": "2.58.0", | ||
| "@sentry/cli-linux-x64": "2.58.0", | ||
| "@sentry/cli-win32-i686": "2.58.0", | ||
| "@sentry/cli-win32-x64": "2.58.0", | ||
| "@sentry/cli-win32-arm64": "2.58.0" | ||
| "@sentry/cli-darwin": "2.58.1", | ||
| "@sentry/cli-linux-arm": "2.58.1", | ||
| "@sentry/cli-linux-arm64": "2.58.1", | ||
| "@sentry/cli-linux-i686": "2.58.1", | ||
| "@sentry/cli-linux-x64": "2.58.1", | ||
| "@sentry/cli-win32-i686": "2.58.1", | ||
| "@sentry/cli-win32-x64": "2.58.1", | ||
| "@sentry/cli-win32-arm64": "2.58.1" | ||
| }, | ||
@@ -45,0 +45,0 @@ "scripts": { |
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 13 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 13 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1303
0.15%66741
-0.16%