baskerville icon indicating copy to clipboard operation
baskerville copied to clipboard

Security Analytics Engine - Anomaly Detection in Web Traffic

Results 32 baskerville issues
Sort by recently updated
recently updated
newest added

Conditions: - Have a scikit model, e.g. the test model - Have `payload_size_average` in configuration under the extra features (which is not included in the model's features) - Run `irawlog`...

bug

enhancement
technical debt

Make storage more efficient, especially regarding the features. - [x] Measure current space features take up - [x] Check for Postgres native enhancements/ solutions - [x] Add `id_group` to the...

enhancement

There are some unused dependencies like pandas and bokeh. Clean up the requirements file.

dependencies
technical debt

Since we've currently moved to Timescaledb and abandoned Postgres partitioning, we need to add this to the flow, so that every time a database is created, the user can chose...

technical debt

A pipeline that gets input from a folder with json files and returns the output of prediction.

enhancement

Adding security to spark: https://spark.apache.org/docs/latest/security.html

enhancement

```python 'Found duplicate column(s) when inserting into file:/EQualitie/opensource/baskerville/data/cache/RequestSetSparkCachetemp.parquet: `created_at`;' ``` related to #30

bug

Let's list all the possible issues we might face if we use redis to store all data or store only id_client, id_group: - [ ] Too much traffic could throw...

discussion

Bumps [psutil](https://github.com/giampaolo/psutil) from 5.4.6 to 5.6.6. Changelog Sourced from psutil's changelog. 5.6.6 2019-11-25 Bug fixes 1179_: [Linux] Process cmdline() now takes into account misbehaving processes renaming the command line and...

dependencies