Security Advisories (1)
CVE-2020-7746 (2020-10-29)

This affects the package chart.js before 2.9.4. The options parameter is not properly sanitized when it is processed. When the options are processed, the existing options (or the defaults options) are deeply merged with provided options. However, during this operation, the keys of the object being set are not checked, leading to a prototype pollution.

NAME

Ukigumo::Server - Testing report storage Server

SYNOPSIS

% ukigumo-server

DESCRIPTION

Ukigumo::Server is testing report storage server. You can use this server for Continious Testing.

Screen shot

INSTALLATION

% cpanm Ukigumo::Server
% ukigumo-server
ukigumo-server starts listen on 0:2828

Or you can use git repo instead of cpanm Ukigumo::Server for launching Ukigumo::Server.

% git clone git@github.com:ukigumo/Ukigumo-Server.git .
# install carton to your system
% curl -L http://cpanmin.us | perl - Carton
# And setup the depended modules.
% carton install
# Then, run the http server!
% carton exec perl local/bin/ukigumo-server

SEE ALSO

ukigumo-server

LICENSE

Copyright (C) tokuhirom.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

tokuhirom <tokuhirom@gmail.com>