Giter Site home page Giter Site logo

lutece-platform / lutece-core Goto Github PK

View Code? Open in Web Editor NEW
65.0 27.0 53.0 69.45 MB

Lutece Core

License: BSD 3-Clause "New" or "Revised" License

Java 56.58% XSLT 0.30% HTML 6.84% CSS 6.13% JavaScript 25.69% FreeMarker 4.46%
lutece java framework cms portal micro-portal webapp

lutece-core's Introduction

Alerte Line of code Coverage

What is Lutece?

Lutece logo

Lutece is an open platform that enables city governments to share, re-use and adapt digital services created by other cities. Lutece is free, modular and secure.

Through Lutece, discover more than 400 off-the shelf modules to power your digital services and respond to resident needs.

You can easily customize and enhance modules to fit their city’s needs or create digital modules from scratch and share it back with the Lutece community.

Free Modular Secure
Lutece is built on open-source, which means its source code is freely available. Lutece allows you to customize one of 400 off-the-shelf modules or create your own to meet your specific needs. Lutece is a proven, stable and secure platform that is used by public sector organizations around the world.

Project Information

Maven documentation and reports

generated by xdoc2md - do not edit directly.

lutece-core's People

Contributors

alexandreclose avatar amangot avatar atos-mohamed-b avatar elysajouve avatar francoisericmerlin avatar glepine1 avatar hohll avatar isabelle-lenain avatar jgoulley avatar jonenst avatar jrmartino avatar kribot avatar l-lin avatar lhohl avatar lutece-crowdin avatar manssourblh avatar nakachv avatar nlg85 avatar omarbenhaddi avatar pierrelevy avatar pplouy avatar rdeniel avatar ryahiaoui avatar rzara avatar seboo avatar thomasdumont avatar v-v- avatar vanhemsj avatar vbroussard avatar yxme avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lutece-core's Issues

Miss to call clearPassword for PBEKeySpec

I am reaching out to you as we conducted an empirical study to understand the nature of cryptographic misuses in enterprise-driven projects on GitHub. During our study, we randomly inspected a few of the misuses. One of the misuses for which we could confirm the finding of the analysis, CogniCryptSAST is within this project.

In the class PasswordFactory$PBKDF2Password miss to call the method clearPassword after generating the password. This method (JCA) clears an internal copy of the password from memory. Thus, it should be called to ensure that an attacker can not obtain the password from memory.

We hope that this report helps you and would be glad to get your thoughts on this issue.

AppLogService makes it too easy to swallow a stacktrace

There are at least hundreds of places in our codebase where the code reads like

try
{
...
}
catch ( Exception e )
{
    AppLogService.error( e )
}

This swallows the exception stacktrace.

SLF4J decided against accepting object as an input to a log method because of this : https://www.slf4j.org/faq.html#string_or_object
(although log4j2 still has this API..)

What about adding a new override to AppLogService like this ?

public static void error( Throwable t )
{
            _loggerErrors.error( t, t );
}

If people really want to log only the exception name, then they can do AppLogService.error ( e.toString() );

@rzara @pierrelevy ?

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.