You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2016/08/23 17:34:21 UTC

[jira] [Updated] (KARAF-4205) Privacy Violation

     [ https://issues.apache.org/jira/browse/KARAF-4205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-4205:
----------------------------------------
    Fix Version/s:     (was: 4.0.6)
                   4.0.7

> Privacy Violation
> -----------------
>
>                 Key: KARAF-4205
>                 URL: https://issues.apache.org/jira/browse/KARAF-4205
>             Project: Karaf
>          Issue Type: Bug
>    Affects Versions: 4.0.3
>            Reporter: Eduardo Aguinaga
>             Fix For: 4.1.0, 4.0.7
>
>
> HP Fortify SCA and SciTools Understand were used to perform an application security analysis of the karaf source code.
> The method find() in GogoParser.java mishandles confidential information, which can compromise user privacy and is often illegal.
> File: shell/core/src/main/java/org/apache/karaf/shell/support/parsing/GogoParser.java
> Line: 332
> GogoParser.java, lines 329-333:
> 329 while (level != 0) {
> 330     if (eof()) {
> 331         throw new RuntimeException("Eof found in the middle of a compound for '"
> 332             + target + deeper + "', begins at " + context(start));
> 333     }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)