Dana Epp

Results 16 issues of Dana Epp

## Issue When an Environment file is created, it is typically stored in the environments directory. On 'nix/BSD environments, those files are stored with world-readable perms (644 to be exact)....

good first issue
help wanted

## Issue When using an Environment which contains secrets, Bruno will successfully run requests directly, and through the Collection Runner just fine. However, running those same tests using the BRU...

## Issue When importing a Postman collection that includes collection-level variables, they are not imported as collection-level variables in Bruno. They actually get lost. ## Workaround For now, my only...

enhancement

## Issue It appears that Bruno lowercases header names, even if the server is not sending it back that way. This could potentially break tests that are relying on testing...

documentation
enhancement
good first issue

# Issue Bruno currently stores its Secrets variables in `/Users/{username}/Library/Application Support/bruno/secrets.json` on macOS. By default, this file has permissions set with world READ and WRITE privileges. (666 perms). ![image](https://github.com/usebruno/bruno/assets/11337016/9f8b342e-3414-4bd3-ab4f-eff21b8cd12a) Similar...

It appears that some web frontends may redirect API discovery metadata URLs to the main login page without performing proper HTTP status redirects, which results in a false positive in...

bug