Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
1e5509e
Bump axios from 0.26.1 to 0.28.0 in /react-sample
dependabot[bot] Jul 5, 2024
4747a32
Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /react-sample
dependabot[bot] Jul 5, 2024
be2df14
Bump ws in /react-sample in the npm_and_yarn group across 1 directory
dependabot[bot] Jul 5, 2024
b439a49
Create codeql.yml
ruby4406 Jul 10, 2024
58675fb
Create workspace.xml
ruby4406 Aug 24, 2024
8cd8f25
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/react-sa…
ruby4406 Oct 3, 2024
3e19c2a
Create codeql.yml
ruby4406 Jul 10, 2024
ed18259
Merge branch 'dependabot/npm_and_yarn/react-sample/tough-cookie-4.1.3…
ruby4406 Aug 21, 2024
a5dc176
Create npm-gulp.yml
ruby4406 Jul 16, 2024
d300c31
Bump aws-cdk-lib from 2.19.0 to 2.80.0
dependabot[bot] Jun 19, 2023
3a69107
Bump word-wrap from 1.2.3 to 1.2.4 in /react-sample
dependabot[bot] Jul 19, 2023
df5eb1d
Create .gitignore
ruby4406 Aug 24, 2024
c23ef07
Create workspace.xml
ruby4406 Aug 24, 2024
a6aa3c1
Create workspace.xml
ruby4406 Aug 21, 2024
57edc94
Bump tough-cookie from 4.0.0 to 4.1.3
dependabot[bot] Jul 9, 2023
a7bd8f5
Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /react-sample
dependabot[bot] Jul 5, 2024
2b7ad26
Bump axios from 0.26.1 to 0.28.0 in /react-sample
dependabot[bot] Jul 5, 2024
9f16c46
Bump crypto-js from 4.1.1 to 4.2.0 in /react-sample
dependabot[bot] Jul 5, 2024
678765e
Bump express from 4.18.1 to 4.19.2 in /react-sample
dependabot[bot] Jul 5, 2024
1f97f47
Bump follow-redirects from 1.15.1 to 1.15.6 in /react-sample
dependabot[bot] Jul 5, 2024
6b6956c
Merge branch 'Rubeena'
ruby4406 Oct 7, 2024
6cb41da
Merge branch 'dependabot/npm_and_yarn/react-sample/webpack-dev-middle…
ruby4406 Oct 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 93 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '35 21 * * 6'

jobs:
analyze:
name: Analyze (${{ matrix.language }})
# Runner size impacts CodeQL analysis time. To learn more, please see:
# - https://gh.io/recommended-hardware-resources-for-running-codeql
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners (GitHub.com only)
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
permissions:
# required for all workflows
security-events: write

# required to fetch internal or private CodeQL packs
packages: read

# only required for workflows in private repositories
actions: read
contents: read

strategy:
fail-fast: false
matrix:
include:
- language: javascript-typescript
build-mode: none
# CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift'
# Use `c-cpp` to analyze code written in C, C++ or both
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both
# Use 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
# To learn more about changing the languages that are analyzed or customizing the build mode for your analysis,
# see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
steps:
- name: Checkout repository
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.

# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality

# If the analyze step fails for one of the languages you are analyzing with
# "We were unable to automatically build your code", modify the matrix above
# to set the build mode to "manual" for that language. Then modify this step
# to build your code.
# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
- if: matrix.build-mode == 'manual'
shell: bash
run: |
echo 'If you are using a "manual" build mode for one or more of the' \
'languages you are analyzing, replace this with the commands to build' \
'your code, for example:'
echo ' make bootstrap'
echo ' make release'
exit 1

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"
28 changes: 28 additions & 0 deletions .github/workflows/npm-gulp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: NodeJS with Gulp

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- name: Build
run: |
npm install
gulp
19 changes: 18 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<<<<<<< HEAD
<<<<<<< HEAD
!jest.config.js
*.d.ts
node_modules
Expand All @@ -7,4 +9,19 @@ node_modules
cdk.out

.vscode
.DS_Store
.DS_Store
=======
=======
>>>>>>> 3960b876bb77796e3b70ce311ba3c38d04bafcc0
https://www.amazon.com/ap/oa?client_id=foodev
&scope=profile
&response_type=code
&state=208257577ll0975l93l2l59l895857093449424
&redirect_uri=https://client.example.com/auth_popup/token
&code_challenge=Fw7s3XHRVb2m1nT7s646UrYiYLMJ54as0ZIU_injyqw
<<<<<<< HEAD
&code_challenge_method=S256
>>>>>>> 3960b876bb77796e3b70ce311ba3c38d04bafcc0
=======
&code_challenge_method=S256
>>>>>>> 3960b876bb77796e3b70ce311ba3c38d04bafcc0
15 changes: 15 additions & 0 deletions .idea/amazon-cognito-abac-authorization-with-react-example.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/deploymentTargetSelector.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file added .idea/misc.xml
Empty file.
Loading