bearer icon indicating copy to clipboard operation
bearer copied to clipboard

Bearer provides all of the tools to build, run and manage API integrations.

Results 44 bearer issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.24.3 to 3.24.4. Release notes Sourced from github.com/shirou/gopsutil/v3's releases. v3.24.4 What's Changed net Update net_openbsd.go to correctly parse netstat output on obsd by @​amarinderca in shirou/gopsutil#1621 chore:...

dependencies
go

Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.19.0 to 0.20.0. Commits 84cb9f7 oauth2: fix typo in comment 4b7f0bd go.mod: update cloud.google.com/go/compute/metadata dependency e11eea8 microsoft: added DeviceAuthURL to AzureADEndpoint See full diff in compare view...

dependencies
go

Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.33.0 to 1.33.1. Release notes Sourced from github.com/onsi/gomega's releases. v1.33.1 1.33.1 Fixes fix confusing eventually docs [3a66379] Maintenance Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 [e9bc35a] Changelog Sourced...

dependencies
go

Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...

dependencies
javascript

I am loving this tool and I use it for JS based projects for now, I wish the support for Rust will be added real soon :)

enhancement
language support

Hi folks, I wanted to ask if you would consider adding a hook to integrate with the pre-commit framework (https://pre-commit.com/). Pre-commit is particularly popular in the Python world, but has...

enhancement

Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.17.3 to 2.19.0. Release notes Sourced from github.com/onsi/ginkgo/v2's releases. v2.19.0 2.19.0 Features Label Sets allow for more expressive and flexible label filtering. v2.18.0 2.18.0 Features Add --slience-skips...

dependencies
go

Bumps [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) from 3.14.2 to 3.14.3. Release notes Sourced from github.com/schollz/progressbar/v3's releases. v3.14.3 What's Changed fix error return by @​ttmars in schollz/progressbar#175 fix Finish() should update state.currentBytes by @​black-night-heron in...

dependencies
go

Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.32.0 to 1.33.0. Commits c78e50e Add fields order (#550) 8582bed fix: use TimestampFunc in busrt sampler (#671) (#672) 7d9db06 Allow setting floating point precision in JSON. (#663)...

dependencies
go

## Description To handle mongodb cases of NoSQLi such as ``` collection.find_one({"username": }) ``` Prior to this suggested fix, pattern is not catching on pair values as data sources ```...