Skip to content

expression test trigger #27

expression test trigger

expression test trigger #27

Re-run triggered September 19, 2024 10:37
Status Failure
Total duration 2m 16s
Artifacts 4

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
pipeline scan
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Securityy findings: app/templates/app/feed.html#L157
len : 10 }, function(data) { if (data) { - $("#feed ul").append(data); +$("#feed ul").append(DOMPurify.sanitize(data)); } else { $(obj).remove(); }
Securityy findings: app/templates/app/profile.html#L216
$('input[name="' + key + '"]').val(val); if (key === "username") { - $('#profileImage').attr('src', image_path + val + '.png'); +$('#profileImage').attr('src', DOMPurify.sanitize(image_path + val + '.png')); } }); } if ('message' in data) { - $('body').append(data.message); +$('body').append(DOMPurify.sanitize(data.message)); } } },
create fixes
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "scan-target", "Veracode Pipeline-Scan Results". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
Veracode Pipeline-Scan Results Expired
10.2 KB
Veracode Pipeline-Scan Results Expired
182 KB
scan-target Expired
725 KB
uploaded-app Expired
45 KB