Compare commits

...

10 Commits

Author SHA1 Message Date
Security Bot
bb89c731f9 SP-1022 | Update Semgrep Configuration | Auto merge semgrep file #28
SP-1022 | Update Semgrep Configuration
2024-12-18 21:38:23 +05:30
security user
556fc66596 SP-1022 | Updating Semgrep configuration 2024-12-18 13:06:46 +05:30
Security Bot
b34d0ece7b SP-1022 | Auto merge semgrep file #27
SP-1022 |Update Semgrep Workflow
2024-10-21 22:15:10 +05:30
security user
2fc631e292 SP-1022 | Update Semgrep configuration 2024-10-09 18:08:02 +05:30
dependabot[bot]
fbfac786c4 Bump the npm_and_yarn group across 1 directories with 1 update
Bumps the npm_and_yarn group with 1 update in the /. directory: [tough-cookie](https://github.com/salesforce/tough-cookie).


Updates `tough-cookie` from 4.1.2 to 4.1.3
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
  dependency-group: npm_and_yarn-security-group
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-25 05:33:11 +00:00
dependabot[bot]
5904a7755a Bump @adobe/css-tools from 4.3.1 to 4.3.2
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.1 to 4.3.2.
- [Changelog](https://github.com/adobe/css-tools/blob/main/History.md)
- [Commits](https://github.com/adobe/css-tools/commits)

---
updated-dependencies:
- dependency-name: "@adobe/css-tools"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 09:36:45 +00:00
Mantri Ramkishor
066617a785 Merge pull request #24 from navi-sa/TP-2
TP-1 | Fix
2023-12-09 00:53:29 +05:30
yashmantri
ee3b0104d5 TP-1 | Fix 2023-12-09 00:52:41 +05:30
Mantri Ramkishor
df2b6ecdbc Merge pull request #23 from navi-sa/TP-1
TP-1 | Click stream
2023-12-09 00:40:40 +05:30
yashmantri
28f247de1f TP-1 | Click stream 2023-12-09 00:39:27 +05:30
4 changed files with 16 additions and 12 deletions

View File

@@ -6,6 +6,8 @@ on:
branches:
- master
- main
- develop
- portal
# Schedule this job to run at a certain time, using cron syntax
# Note that * is a special character in YAML so you have to quote this string
@@ -15,16 +17,18 @@ on:
jobs:
central-semgrep:
name: Static code Analysis
uses: navi-infosec/central-semgrep-action/.github/workflows/central-semgrep.yml@master
uses: navi-infosec/central-semgrep-action/.github/workflows/central-semgrep.yml@using-token
with:
github-event-number: ${{github.event.number}}
github-event-name: ${{github.event_name}}
github-repository: ${{github.repository}}
github-pr_owner_name: ${{github.event.pull_request.user.login}}
secrets:
READ_SEMGREP_RULES: ${{secrets.READ_SEMGREP_RULES}}
READ_SEMGREP_RULES_TOKEN: ${{secrets.READ_SEMGREP_RULES_TOKEN}}
EMAIL_FETCH_TOKEN: ${{secrets.EMAIL_FETCH_TOKEN}}
run-if-failed:
runs-on: [ self-hosted ]
runs-on: [ self-hosted, Linux ]
needs: [central-semgrep]
if: always() && (needs.semgrep.result == 'failure')
steps:
@@ -38,4 +42,4 @@ jobs:
- name: Assign Reviewers
if: ${{ ( github.event.number != '' ) }}
uses: navi-infosec/security-oncall-action@v1.1
uses: navi-infosec/security-oncall-action@v1.1

View File

@@ -238,7 +238,7 @@ const Header = () => {
actionHandler={() => {
enableClickStreamApi(
`experiments/toggle/click-stream/${experimentId}`,
() => setClickStreamEnabled(!isExperimentEnabled),
() => setClickStreamEnabled(!isClickStreamEnabled),
);
setShowEnableClickstreamModal(false);
}}

View File

@@ -348,7 +348,7 @@ export const getSaveExperimentPayload = (values: any) => {
type: ExperimentType.EXPERIMENT,
vertical,
teamName,
enableClickStream: enableClickStream === 'Yes' ? true : false,
enableClickStream: enableClickStream === 'Yes',
};
};

View File

@@ -3,9 +3,9 @@
"@adobe/css-tools@^4.0.1":
version "4.3.1"
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.3.1.tgz#abfccb8ca78075a2b6187345c26243c1a0842f28"
integrity sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==
version "4.3.2"
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.3.2.tgz#a6abc715fb6884851fca9dad37fc34739a04fd11"
integrity sha512-DA5a1C0gD/pLOvhv33YMrbf2FK3oUzwNl9oOJqE4XVjuEtt6XIakRcsd7eLiOSPkp1kTRQGICTA8cKra/vFbjw==
"@ampproject/remapping@^2.2.0":
version "2.2.1"
@@ -7458,9 +7458,9 @@ totalist@^1.0.0:
integrity sha512-gduQwd1rOdDMGxFG1gEvhV88Oirdo2p+KjoYFU7k2g+i7n6AFFbDQ5kMPUsW0pNbfQsB/cwXvT1i4Bue0s9g5g==
tough-cookie@^4.1.2:
version "4.1.2"
resolved "https://nexus.cmd.navi-tech.in/repository/navi-commons/tough-cookie/-/tough-cookie-4.1.2.tgz#e53e84b85f24e0b65dd526f46628db6c85f6b874"
integrity sha512-G9fqXWoYFZgTc2z8Q5zaHy/vJMjm+WV0AkAeHxVCQiEB1b+dGvWzFW6QV07cY5jQ5gRkeid2qIkzkxUnmoQZUQ==
version "4.1.3"
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.1.3.tgz#97b9adb0728b42280aa3d814b6b999b2ff0318bf"
integrity sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==
dependencies:
psl "^1.1.33"
punycode "^2.1.1"