Merge 1.0.0-rc1 into master branch#24
Conversation
…enhance documentation
…e documentations
…ocesses, and remove obsolete files fix issue #16
…nto project_lifecycle directory fix issue #13
…wright for testing and improve stability test instructions fix issue #12
…sults as artifacts; update documentation to reflect new testing processes fix issue #12
…ge and enhance survey components
| grep -r --include="*.js" --include="*.jsx" --include="*.ts" --include="*.tsx" "\/\* global " src/ | ||
|
|
||
| - name: Install PowerShell | ||
| uses: bjompen/UpdatePWSHAction@v1.0.1 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
|
|
||
| - name: Set up AWS CLI | ||
| uses: aws-actions/configure-aws-credentials@v1 | ||
| uses: aws-actions/configure-aws-credentials@v4 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
|
|
||
| - name: Set up AWS CLI | ||
| uses: aws-actions/configure-aws-credentials@v1 | ||
| uses: aws-actions/configure-aws-credentials@v4 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
| run: npm ci | ||
|
|
||
| - name: Install PowerShell | ||
| uses: bjompen/UpdatePWSHAction@v1.0.1 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
|
|
||
| # Use Dependabot to update dependencies | ||
| - name: Enable Dependabot | ||
| uses: dependabot/fetch-metadata@v1.6.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
| # OWASP ZAP Baseline Scan | ||
| - name: ZAP Baseline Scan | ||
| uses: zaproxy/action-baseline@v0.7.0 | ||
| uses: zaproxy/action-baseline@v0.9.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
|
|
||
| # License compliance scanning | ||
| - name: License Scanning | ||
| uses: fossas/fossa-action@main |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
| NODE_ENV=test npm test -- tests/security/security-audit.test.js --passWithNoTests | ||
|
|
||
| - name: Install PowerShell | ||
| uses: bjompen/UpdatePWSHAction@v1.0.1 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
| if (fs.existsSync(gitignoreFile)) { | ||
| let gitignoreContent = fs.readFileSync(gitignoreFile, 'utf8'); | ||
| if (!gitignoreContent.includes('generated-keys.txt')) { | ||
| fs.appendFileSync(gitignoreFile, '\n# Security keys\nscripts/generated-keys.txt\n'); |
Check failure
Code scanning / CodeQL
Potential file system race condition High
| (headerEnd < content.length ? content.substring(headerEnd) : ''); | ||
|
|
||
| // Write updated content | ||
| fs.writeFileSync(summaryFile, content); |
Check failure
Code scanning / CodeQL
Potential file system race condition High test
…controlled format string Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…led command line Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…controlled format string Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…led command line Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…controlled format string Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…controlled format string Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
|
Securty check failures and warnings shall be addressed with issure here dynamically after this pr |
Changes 🏗️
Checklist 📋
For code changes:
Example test plan
- Rrefering to folders mentioned aboveFor configuration changes:
.env.exampleis updated or already compatible with my changesdocker-compose.ymlis updated or already compatible with my changesExamples of configuration changes
refering to README.md in the project root path