Open
Conversation
SSJ-443: Updates to the Profile Tab
SSJ-452 Stadtman applicant selecting one focus area causes null value to display for VM
Status of References for Vacancy Managers
SSJ-460: Vacancy close date discrepancy on the UI
…raft or finalized vacancy
Editing Created Pre-Live Vacancy Error && Deleting Draft and Finalized Vacancy Error
…, offset, orderBy, and orderColumn. This update did not affect Rolling Close workflow
…l need to configure data to split between recommended vs non-recommended
SSJ-375 refactor user list
…een recommended and non-recommended applicants
SSJ-602: Vacancy POC Information validation not working
SSJ-619 Sort user list
SSJ-623: Applicant List Ascending and Descending Order
removed unsused variable
SSJ-220 CommitteeDashboard test
SSJ-194 ChairDashboard test
SSJ-672: Using Only E-mail Distribution List Causes Error
| @@ -0,0 +1,3 @@ | |||
| export const isRichTextEditorEmpty = (value) => { | |||
| return value.replace(/<(.|\n)*?>/g, '').trim().length === 0; | |||
Check failure
Code scanning / CodeQL
Incomplete multi-character sanitization High
Comment on lines
+76
to
+83
| new webpack.DefinePlugin({ | ||
| 'process.env.REACT_APP_USER': JSON.stringify( | ||
| servicenowConfig.REACT_APP_USER | ||
| ), | ||
| 'process.env.REACT_APP_PASSWORD': JSON.stringify( | ||
| servicenowConfig.REACT_APP_PASSWORD | ||
| ), | ||
| }), |
Check failure
Code scanning / CodeQL
Storage of sensitive information in build artifact High
Comment on lines
+10
to
+25
| runs-on: ubuntu-latest | ||
|
|
||
| steps: | ||
| - name: Checkout repository | ||
| uses: actions/checkout@v4 | ||
|
|
||
| - name: Set up Node.js | ||
| uses: actions/setup-node@v4 | ||
| with: | ||
| node-version: '23.4' | ||
|
|
||
| - name: Install dependencies | ||
| run: npm install | ||
|
|
||
| - name: Run Jest tests | ||
| run: npm test No newline at end of file |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update main branch and move the branch management for SSJ from main going forward.