Resolve CodeQL Alert 51 #6622
Labels
Complexity: Medium
Feature: Code Alerts
role: back end/devOps
Tasks for back-end developers
role: front end
Tasks for front end developers
size: 1pt
Can be done in 4-6 hours
Milestone
Prerequisite
Overview
As developers. we need to analyze CodeQL query alert 51 and to either recommend dismissal of the alert or update the code to resolve the alert.
Action Items
dismiss as test
,dismiss as false positive
,dismiss as won't fix
, orupdate code
. An example of a 'false positive' is a report of a JavaScript syntax error that is caused by markdown or liquid symbols such as---
or{%
.assets/js/utility/api-events.js
is imported fromassets/js/project-meetings.js
, test by verifying that meeting data on/project-meetings
is consistent with the live website.assets/js/utility/api-events.js
is imported fromassets/js/right-col-content.js
, test by verifying that meeting data on `/events is consistent with the live website.assets/js/utility/api-events.js
is imported fromassets/js/right-col-content-check.js
, test by verifying that meeting data on `/events-check is consistent with the live website.Questions/In Review
and apply the labelready for dev lead
.For merge team/dev lead
Resources/Instructions
The text was updated successfully, but these errors were encountered: