Zbyszek Tenerowicz

Results 283 comments of Zbyszek Tenerowicz

Policies are applied based on the `path` in the graph created as input to building a compartment map. `path` field is equivalent to aa (`ʻaʻā`) if you disregard how some...

I've created a test case specifically for that bundled dependency scenario. Our malicious package example, eve, now has a dependency named alice, which is a name used elsewhere. Observations: -...

Hi. I think we could chat about what we're working on in LavaMoat. Get in touch if you think so too :)

Update on our progress: - we're making changes to SES lockdown that will let it work under Hermes. (Currently only async support is problematic) - of you want runtime protections...

That's what I plan to do, but I might need you to point me to where the fixed position data is.

I get it, but I was asking where to look for the data. If you could point me to a method that fetches the coords of nodes that would be...

I've got a proof of concept. I know how to do that. Now the question is: what should be the unique-enough id of a graph? My initial idea was to...

And what about a situation where we have multiple users owning some resources? I want to be able to respond to GET with only the resources belonging to the authorized...

Ok, It's up to you, I just expected this functionality (checking if user has access to what he requests) to be available somewhere near authorization. Thanks anyway.