Skip to content

Commit

Permalink
JBoss AS: list known vulnerability
Browse files Browse the repository at this point in the history
CVE-2015-7501

Warning in JBoss module

(cherry picked from commit 72619a8)
  • Loading branch information
c0bw3b authored and grahamc committed Mar 15, 2017
1 parent 893a539 commit 7e46b92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/web-servers/jboss/default.nix
Expand Up @@ -25,7 +25,7 @@ in

enable = mkOption {
default = false;
description = "Whether to enable jboss";
description = "Whether to enable JBoss. WARNING : this package is outdated and is known to have vulnerabilities.";
};

tempDir = mkOption {
Expand Down
3 changes: 3 additions & 0 deletions pkgs/servers/http/jboss/default.nix
Expand Up @@ -22,5 +22,8 @@ stdenv.mkDerivation {
license = licenses.lgpl21;
maintainers = [ maintainers.sander ];
platforms = platforms.unix;
knownVulnerabilities = [
"CVE-2015-7501: remote code execution in apache-commons-collections: InvokerTransformer during deserialisation"
];
};
}

0 comments on commit 7e46b92

Please sign in to comment.