Skip to content

Prerelease - #150

Open
summitt wants to merge 2 commits into
mainfrom
prerelease
Open

summitt wants to merge 2 commits into
mainfrom
prerelease

Conversation

@summitt

@summitt summitt commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

No description provided.

The peer review view (TrackChanges, prqueue=true) renders each field into a
suneditor rich-text editor, which reads the textarea value and injects it as
innerHTML. Output-encoding the textarea does not help there, so any stored
HTML in the "notes" fields executed in a reviewer's browser.

Sanitize desc_notes/rec_notes/detail_notes on Vulnerability and
summary1_notes/summary2_notes on Comment, matching the existing
description/recommendation/details handling. Comment.exportAssessment rebuilds
each vulnerability through these setters on every display, so this also
neutralizes notes stored before the fix. Track-changes markup is preserved.

Adds NotesXssSanitizationTest and bumps the version to 1.8.14-SNAPSHOT.
if (app == null || file_data == null) {
return this.errorJson("Extension not found or no file uploaded");
}
try (FileInputStream fis = new FileInputStream(file_data)) {
}
AppStore preview = new AppStore();
preview.parseJar(fis);
try (FileInputStream fis = new FileInputStream(file_data)) {
return cipher.doFinal(ciphertext);
}
// Legacy AES/ECB value written by an earlier release. Read-only.
Cipher cipher = Cipher.getInstance("AES/ECB/PKCS5Padding");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants