
Security News
curl Shuts Down Bug Bounty Program After Flood of AI Slop Reports
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.
www.github.com/viam-modules/bosch.git
Advanced tools
bosch moduleThis bosch module implements a bosch BME280 environmental sensor, used for sensing temperature, humidity, and barometric pressure using the rdk:component:sensor API.
[!NOTE] Before configuring your sensor, you must create a machine.
Navigate to the CONFIGURE tab of your machine in the Viam app. Add sensor / viam:bosch:bme280 to your machine.
On the new component panel, copy and paste the following attribute template into your sensors’s attributes field:
{
"i2c_bus": "<your-i2c-bus-index-on-board>",
"i2c_address": "<your-i2c-address>"
}
The following attributes are available for viam:bosch:bme280 sensors:
| Attribute | Type | Required? | Description |
|---|---|---|---|
i2c_bus | string | Required | The index of the I2C bus on the board that the sensor is wired to. |
i2c_address | string | Optional | Default: 0x77. The I2C device address of the sensor. |
{
"i2c_bus": "<your-i2c-bus-index-on-board>",
"i2c_address": "<your-i2c-address>"
}
FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.

Product
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.