shiba icon indicating copy to clipboard operation
shiba copied to clipboard

Catch bad SQL queries before they cause problems in production

Results 15 shiba issues
Sort by recently updated
recently updated
newest added

Hello! Just wondering if this project is still actively maintained or roughly "archived"?

![Screenshot from 2020-12-14 12-43-36](https://user-images.githubusercontent.com/271622/102082670-413c5480-3e0a-11eb-99f5-1e8f7a230784.png)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15. Commits - [`ddfd9b1`](https://github.com/lodash/lodash/commit/ddfd9b11a0126db2302cb70ec9973b66baec0975) Bump to v4.17.15. - [`b185fce`](https://github.com/lodash/lodash/commit/b185fcee26b2133bd071f4aaca14b455c2ed1008) Rebuild lodash and docs. - [`be87d30`](https://github.com/lodash/lodash/commit/be87d303941222b97c482755afc0f4a77ce46c30) Bump to v4.17.14. - [`a6fe6b1`](https://github.com/lodash/lodash/commit/a6fe6b1e174fd02b5e60eb2664405f4c1262c300) Rebuild lodash and docs. -...

dependencies

Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 3.1.0 to 3.6.0. Changelog *Sourced from [webpack-bundle-analyzer's changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md).* > ## 3.6.0 > > * **Improvement** > * Support webpack builds where `output.globalObject` is set to `'self'` ([#323](https://github-redirect.dependabot.com/webpack-contrib/webpack-bundle-analyzer/pull/323)...

dependencies

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.2 to 3.13.1. Changelog *Sourced from [js-yaml's changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md).* > 3.13.1 / 2019-04-05 > ------------------- > > - Fix possible code execution in (already unsafe) `.load()`, [#480](https://github-redirect.dependabot.com/nodeca/js-yaml/issues/480). >...

dependencies

Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3. Commits - [`23f4ddc`](https://github.com/mysticatea/eslint-utils/commit/23f4ddc58eda5e6aec3d6a43c6266acbe19345cd) 🔖 1.4.3 - [`8f9e481`](https://github.com/mysticatea/eslint-utils/commit/8f9e481ecc1204c7a1331b697f97903f90c75154) 🐛 fix reference tracker false positive - [`6633278`](https://github.com/mysticatea/eslint-utils/commit/663327835abfb1f62fc6fc5d69028457e11b5f80) ⚒ fix test scripts - [`7c8e67c`](https://github.com/mysticatea/eslint-utils/commit/7c8e67c22f7222685a6a9154ba5eec2ac4896a3e) ⚒ fix build...

dependencies

Bumps [lodash.defaultsdeep](https://github.com/lodash/lodash) from 4.6.0 to 4.6.1. Commits - [`ddf9354`](https://github.com/lodash/lodash/commit/ddf9354d26f55ac4e8402b71770aaeac8ac6f093) Bump to v4.6.1. - [`5f58b65`](https://github.com/lodash/lodash/commit/5f58b65c04716a4a7e92d6778af74869777f8876) Rebuild lodash and docs. - [`1ec20c5`](https://github.com/lodash/lodash/commit/1ec20c5281fd4a83166ac526007c1f58acb0689d) Use `propertyIsEnumerable` var. - [`3421fab`](https://github.com/lodash/lodash/commit/3421fab58a789137988e86f9dbd9a0707798c7a6) Update lodash dev dep. -...

dependencies

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...

dependencies

I've been testing out Shiba with queries in a log file for a non-Ruby project. It seems like some queries are working with aliases but not others. Is this because...

I have created a method that clearly is of high severity when I test it with shiba locally. But when pushing this mehtod + specs to CircleCI it returns me...