Git Product home page Git Product logo

Comments (5)

jujaga avatar jujaga commented on June 21, 2024

Rule was updated to print(not bool(re.compile(b'[\\w]{1}[\\d]{9}').search(${file.content}))) which handles binary content better and satisfies this issue.

from ocwa.

pripley123 avatar pripley123 commented on June 21, 2024

tried creating a new request in the test environment and uploaded a jpg. Saved and closed. Viewed the request. Still flagged for study ids

from ocwa.

pripley123 avatar pripley123 commented on June 21, 2024

I've tried a couple of more jpg - these are passing ... so I need to narrow this down a bit

from ocwa.

jujaga avatar jujaga commented on June 21, 2024

Certain image files have an explicit string inside the binary which will trip the [\w]{1}[\d]{9} regex rule as it only looks for either

  1. a letter followed by exactly 9 digits or
  2. exactly 10 digits

The implemented rule is behaving as expected; however until we are provided better requirements that do not match on so many potential values, some images are inevitably going to fail.

from ocwa.

pripley123 avatar pripley123 commented on June 21, 2024

Thanks for documenting the reason for images failing. Agreed it is expected behaviour for now. Since the regex used to search for study ids is configurable, this seems fine for MVP

from ocwa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.