-
Notifications
You must be signed in to change notification settings - Fork 0
Merge 1.0.0-rc1 into master branch #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
Uses Step
|
|
||
| - 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
Uses Step
|
|
||
| - 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
Uses Step
| 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
Uses Step
|
|
||
| # 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
Uses Step
| # 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
Uses Step
|
|
||
| # 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
Uses Step
| 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
Uses Step
| 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
was checked
| (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
was checked
…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>
| spawn('cmd', ['/c', 'start', '/b', zapPath, '-daemon', '-config', 'api.disablekey=true'], { | ||
| stdio: 'ignore', | ||
| detached: true | ||
| }).unref(); |
Check warning
Code scanning / CodeQL
Indirect uncontrolled command line Medium
environment variable
This command depends on an unsanitized
environment variable
|
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