-
Air seems to randomly reject valid api tokens.
The api token is only passed to the Explorer once, upon the initial request. The request parameters are validated, which implicitly validates the api…
-
Forked from https://github.com/Aircloak/aircloak/issues/4477#issuecomment-678969000
Some conditions are only allowed on frequent values, but there is no way for the analyst to see which are they.
-
We're going to use this to attack the Uber anonymization system. I'm not sure what queries that system allows, but @rbh-93 is working on it, so he can answer questions about that or give you access to…
-
From multiple parties I have heard that it would be necessary to have `air` run in some high availability mode. Currently it is a single point of failure in a system that otherwise can deal with quite…
-
Do we have anything that configures the salt?
It seems to me that we should automatically create a good salt the first time syndiffix-py is run.
I see that the typical usage for obtaining the s…
-
I was using an API token for the demo host, but the docker container was hard-coded for the attack system. As a result the token was wrong. Instead of providing a meaningful error message, the system …
-
Currently, an exception that causes the explorer to fail doesn't automatically trigger an "error" response to the explorer client - some just fail silently (from the api consumer's point of view).
…
-
Date column names are not quoted in multi-column queries.
Sentry Issue: [EXPLORER-11W](https://sentry.io/organizations/aircloak/issues/2035525797/?referrer=github_integration)
```
Aircloak.JsonA…
-
The Jupyter client needs to be updated for compatibility with multi-column requests and return values.
-
The test logs output a lot of `info` and `debug` messages which makes it really hard to see which test has failed and why, for example when a Travis build fails.
We should disable asp.net logging …