Blog

Cyber Security Challenge

News CSC

The Cyber Security Challenge is a Capture The Flag (CTF) competition for teams of maximum 4 students. Over a limited timeframe, the teams must solve challenges covering a wide range of security issues, e.g. cryptography, reverse engineering, network security, web or mobile application security, wireless and forensics analysis.

Read
Check your PHP dependencies for vulnerabilities

PHP

Enlightn Security Checker is a composer tool that uses the Security Advisories Database to check your dependencies for known vulnerabilities. It is actually the same database that is used by GitHub Action "PHP Security Checker". Here is how you can use it locally or with GitLab.

Read
Continuous Deployment with GitLab and Laravel Envoy

Laravel PHP GitLab

There are multiple ways to implement Continuous Deployment (CD) for a Laravel project. The current trends consists in deploying containers to a kubernetes cluster. In this blog post however, we will present the good old way: we will use Laravel Envoy to deploy our code directly to our server(s). This method has the advantage of simplicity as it does not require to build containers, nor does it require a kubernetes cluster: Laravel Envoy uses a simple SSH connection to the target server(s) to perform the deployment.

Read
Multi-Agent Ranking framework : test the online demo

MARk

The Multi-Agent Ranking framework (MARk) is a generic server that allows to easily build large scale detection and ranking systems. It provides a web interface, a distributed execution framework for detection algorithms, storage for data and detection results, and an easy to configure triggering mechanism.

Read
Automatic UML diagram generation for Maven projects

Java

Documenting your project is an important part of good software development. Creating and maintaining UML diagrams is one of the things to do. Luckily, there is a maven plugin that does this automatically for you...

Read
2020 in numbers

News

2020 was a special year for everybody. For us as well, but luckily in a good way: this year saw the realisation of a few achievements. Here is 2020 in numbers @ cylab.be...

Read
Fail a phpunit test if coverage goes below a threshold

PHP GitLab DevOps

Tools like maven allow to fail a build pipeline if the coverage of unit tests goes below a given threshold. For phpunit and PHP project, there is no such option. So here is a trick to fail your pipeline if the coverage of your phpunit tests goes below a threshold.

Read
Implement a Java detector for the Multi-Agent Ranking framework

MARk Java

In previous blog posts we showed how to inject a stream of data in the Multi-Agent Ranking framework, and how to use the built-in detectors to produce a ranking. This time we show how to implement your own detection algorithms.

Read
Continuous Deployment with GitLab and Kubernetes

GitLab Kubernetes

If you have a web application, with the appropriate Dockerfile, you can now go the next step and use GitLab to automatically deploy your application to a kubernetes cluster. Here is how...

Read
MARk : Use built-in detectors

MARk

Now that you have a running MARk server, with data flowing in, you can use the provided algorithms to build your detection chain.

Read
Getting started with MARk : create a PHP data injector

MARk PHP

The Multi-Agent Ranking framework (MARk) aims to provide all the building blocks that are required to build large scale detection and ranking systems. For this blog post we will use docker and docker-compose to run a MARk server, then we will use PHP and composer to inject data in the framework.

Read
Multi-Agent Ranking framework version 2 is out

MARk

This week we released a new major version of the Multi-Agent Ranking framework (MARk). This version brings two main changes:

Read
This website uses cookies. More information about the use of cookies is available in the cookies policy.
Accept