Sergey Polzunov

Results 21 comments of Sergey Polzunov

Waiting for this feature as well. Any estimates?

Is it not even in the next milestone?

any advice on how to get to urllib3's `context.load_cert_chain` from `requests.Session` or prepared request ? I'm looking for a workaround

any progress on this issue?

nice! thanks for the update, @Lukasa

Interestingly enough, it seems transform modifiers are not even propagated into the backends but are applied during rule parsing phase - https://github.com/SigmaHQ/sigma/blob/48265ad71afdebd7416a8cea56055a1cf12a0c5b/tools/sigma/parser/rule.py#L86 Since `SigmaContainsModifier`, `SigmaStartswithModifier`, `SigmaEndswithModifier`, etc, extend `ListOrStringModifierMixin` and...

@TheMightyPope to your last question, I think it requires object to subject change. Take a look: (code is in clojure but the flow is the same) ```clojure userarea.realiser=> (realise (doto...

it seems sequential realisation of the paragraph, that includes CoordinatedPhraseElement, affect element's internal state: ```clojure user=> (let [properties ["wooden" "large" "old" "heavy"] #_=> realise (fn [el] (.getRealisation (.realise realiser el)))...

yes, when I use `object` to construct a phrase (`owner`), `object`'s state is changed

this issue is still reproducible in 0.8.14. In the shell I see: ```python In [9]: import requests ...: import httpretty ...: ...: @httpretty.activate ...: def run(url): ...: httpretty.register_uri(httpretty.POST, url, body='somebody')...