Thijs de Vries
Thijs de Vries
### Background Brakeman version: 5.2.0 Rails version: 6.1.4.4 Ruby version: 2.7.5p203 Link to Rails application code: ? #### False Positive *Full* warning from Brakeman: ``` Confidence: Medium Category: SQL Injection...
Prevents persistence calls from being called outside example or hook. https://github.com/rubocop-hq/rubocop-rspec/issues/991 --- Before submitting the PR make sure the following are checked: * [x] Feature branch is up-to-date with `master`...
A common mistake I see is using closure variables instead of let statements. An example of this: ```ruby describe User do user = FactoryBot.create(:user) it "exists" do expect(user).not_to be_nil end...
Steps to reproduce: 1. Add new target to iOS app for "Share Extension" 2. Add: import p2_OAuth2 to ShareViewController.swift 3. Compile 4. Expected results: it compiles 5. Actual results: In...
Fixes #226 The issue here is if registration disabled path doesn't check if the current user already exists before setting the error state. This PR makes it so that if...
I get an error when logging in with a user that has an account. I suspect because https://github.com/pow-auth/pow_assent/blob/master/lib/pow_assent/plug.ex#L163 comes before https://github.com/pow-auth/pow_assent/blob/master/lib/pow_assent/plug.ex#L168 which means it doesn't check for a successful user...
A common mistake I see is using closure variables instead of let statements. An example of this: ```ruby describe User do user = FactoryBot.create(:user) it "exists" do expect(user).not_to be_nil end...
**Your environment** * `ruby -v`: 3.2.2 * `rdbg -v`: 1.8.0 **Describe the bug** Doesn't seem to work well with multithreaded debugger statements. The program does not print out expected local...
I need to synch with records stored from server time to time and the way I've been trying to do that is delete all the records in a table and...
Since this is considered a forked repository, github won't allow us to search it. We can only search the original jimweirich one.