bulwark icon indicating copy to clipboard operation
bulwark copied to clipboard

Automated security decision making under uncertainty

Results 93 bulwark issues
Sort by recently updated
recently updated
newest added

Bumps [axum](https://github.com/tokio-rs/axum) from 0.6.20 to 0.7.4. Release notes Sourced from axum's releases. axum-extra - v0.7.4 added: Add Html response type (#1921) added: Add Css response type (#1921) added: Add JavaScript...

dependencies
rust

Bumps [prost-wkt](https://github.com/fdeantoni/prost-wkt) from 0.3.0 to 0.5.0. Release notes Sourced from prost-wkt's releases. v0.5.0 Update to Prost 0.12.x series. This implements the new Name trait which can provide the type url...

dependencies
rust

Bumps [prost-wkt-build](https://github.com/fdeantoni/prost-wkt) from 0.3.0 to 0.5.0. Release notes Sourced from prost-wkt-build's releases. v0.5.0 Update to Prost 0.12.x series. This implements the new Name trait which can provide the type url...

dependencies
rust

Bumps [tonic](https://github.com/hyperium/tonic) from 0.6.2 to 0.10.2. Changelog Sourced from tonic's changelog. 0.10.2 (2023-09-28) Bug Fixes web: Client decoding incomplete buffer bug (#1540) (83e363a) 0.10.1 (2023-09-21) Bug Fixes web: Buffer incomplete...

dependencies
rust

Similar to #199/#246, the current display format for tags isn't great and should be improved to help make logs a bit easier to read.

kind/usability
rust
good first issue

This would help avoid any issue with accidentally cloning the underlying type if the `Arc` is ever changed up or moved around.

We're reexporting `Value`, but frequently need to get that into a useful type. Forcing a dependency on `serde_json` doesn't make sense when we're already reexporting `Value`.

kind/usability
good first issue
area/plugin-api

Notably this can happen in the integration tests, since they currently use the default port. The port used by tests should probably be changed to avoid this collision with dev...

kind/bug
kind/usability
kind/testing

Currently the errors for the `redis` module live in the top-level of the `bulwark-sdk` crate rather than being associated with the code that originates these errors.

kind/cleanup
good first issue

Currently, when you first open the [documentation](https://docs.rs/bulwark-sdk/0.5.0/bulwark_sdk/), you're greeted by a one sentence intro that doesn't really help a new user get started. While we have this kind of intro...

kind/docs
kind/usability
good first issue