limesurvey: mark as insecure
This commit is contained in:
parent
526738a799
commit
a03847e696
1 changed files with 5 additions and 0 deletions
|
@ -37,5 +37,10 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://www.limesurvey.org";
|
||||
maintainers = with maintainers; [offline];
|
||||
platforms = with platforms; unix;
|
||||
knownVulnerabilities = [
|
||||
# https://github.com/LimeSurvey/LimeSurvey/blob/3.x-LTS/docs/release_notes.txt
|
||||
"Unauthorized access to statistics of a survey with certain permission configurations"
|
||||
"Persistent XSS in browse response"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue