Coder Social home page Coder Social logo

Comments (2)

wxsBSD avatar wxsBSD commented on May 4, 2024 1

As the person who ran into this and contacted @mgoffin about it, I'm in agreement. It was very counter-intuitive to see this behavior by default, and I think the suggested change is a good one.

To provide a bit of context around this, I was helping someone use pytx to search for all PE files, but it wasn't clear to me what the appropriate search term to use is. Do I use Malware.objects(sample_type='PE') or something else? To answer this question we searched using Malware.objects(md5='foo') (where foo was an MD5 of a PE file we knew was in TE). We expected to see the sample_type field populated with the appropriate value, but instead we got None. It wasn't until we specified fields=['sample_type'] in the call that we got the appropriate value returned to us.

As I said, this is a very counter-intuitive behavior and I would suggest changing it so _default_fields is some sane list of things that are returned for each object unless explicitly overridden by the caller.

from threatexchange.

hammem avatar hammem commented on May 4, 2024

This makes perfect sense to me. I often find myself doing things like fields=ThreatDescriptor._default_fields in my queries.

I'd say we make this change, as I don't think(?) this would cause fields that are currently returned by default to disappear on folks.

from threatexchange.

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.