Greg Back

Results 69 comments of Greg Back

I would be interested in helping out with this. I confirm that `pytype` is returning zero errors in a local `venv` with Python 3.10: ``` ❯ pytype Computing dependencies Analyzing...

I believe that `.DS_Store` files are only created when you open the directory in Finder. @waylan I've always used the MANIFEST file to make sure they don't get included. It's...

@infosec-alchemist and I were talking about this before I saw this issue. I agree we need to figure out how the data from the inspector is likely to be used,...

@johnwunder @infosec-alchemist, just wanted to bump this issue. Is there anything that's needed from this library (for the [pattern translator](https://github.com/mitre/stix2patterns_translator) perhaps)?

I removed this from the 1.0 milestone, since we're trying to get a 1.0 version out pretty soon, and I'm still not sure what additional helper functions would be useful.

I think I remember @jasonkeirstead saying the intention for the spec was to say > A Comparison **Expression** MAY be preceded by the modifier NOT, in which case the resultant...

@JasonKeirstead : Python supports ` not in ` (and is in fact generally considered better style than `not in `), but I agree it's pretty rare. The normative text says...

I don't think the semantics of NOT are clear enough in the spec that there is a straightforward obvious fix for this right now, but I'll leave this open so...

We've (and by "we" I really mean @chisholm) started working on something like this in the "pattern-validator" repo, which is quickly turning into a more general purpose library for STIX...

@jmgnc : Now that stix2-patterns is a dependency of this library, can you talk more about what types of filters you'd want to support? Or maybe this issue is better...