Coder Social home page Coder Social logo

nmsa / tma-framework-k Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 5.0 420 KB

Component K - Trustworthiness Monitoring & Assessment Framework

License: Apache License 2.0

Shell 0.75% Java 81.77% Dockerfile 0.62% CSS 2.00% HTML 6.83% JavaScript 8.03%
knowledge measurements trustworthiness

tma-framework-k's Introduction

Hi, Iโ€™m Nuno,

I am a 38-year-old software engineer working on the development of AppSweep at Guardsquare.

Since 2007, I have been researching, developing and teaching software security, dependability, and reliability engineering.

My research has been helping software engineers to create secure systems through automated tools to find vulnerabilities and attacks, and also by proposing benchmarking approaches to select the best alternatives for their use.

I am expert in code reviews, testing, static analysis, fault injection, vulnerability injection and benchmarking, that I have applied over the years in the assessment of the security and dependability of web and mobile applications, web services, intrusion detection systems, virtualized environments, intelligent systems, and data management systems.

I have applied these techniques in the industry through specialized services, collaboration in international consortia or during secondments of industry-academia projects.

I am always interested in the behavior of technologies used in business-critical scenarios in the presence of attacks and faults. I keep an eye on newly reported vulnerabilities and incidents and I study the advantages/disadvantages that each new famous language/framework brings in terms of security.

tma-framework-k's People

Contributors

jodao avatar joseadp avatar jreluiz avatar nmsa avatar pgoncalvesgit avatar rfrsilva avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

tma-framework-k's Issues

Fix MySQL Deployment

Fix MySQL Docker image in deployment file.
The mysql-deployment.yaml file deploys a pod with MySQL 5.6 Docker image.
This image is not correct, because in this repository we build an image with the latest version of MySQL through this Dockerfile.

Create service to return the calculated scores

The following service should be added to the Admin API: /get_scores
Params:

  • metricId
  • timestamp (initial date where the scores should be returned)

Returns: List of Scores:

{ 
    scores: [
        {
            value: <double>
            resourceId: <integer>
            timestamp: <long>
        }, 
        ...
        {
            value: <double>
            resourceId: <integer>
            timestamp: <long>
        }
    ]
}

The list of scores should be limited to 100 items.

(Issue requested by Dell)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.