Skip to content

Develop - #222

Open
loganathan-sekaran wants to merge 338 commits into
1.2.0.1from
develop
Open

Develop#222
loganathan-sekaran wants to merge 338 commits into
1.2.0.1from
develop

Merge pull request #408 from abhishek8shankar/deve

4adf16e
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jun 15, 2026 in 5s

4 new alerts including 2 critical severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 critical
  • 2 medium

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 36 in .github/workflows/xlsx-to-csv.yml

See this annotation in the file changed.

Code scanning / CodeQL

Code injection Critical

Potential code injection in
${ github.event.pull_request.head.ref }
, which may be controlled by an external user (
pull_request_target
).

Check failure on line 59 in .github/workflows/xlsx-to-csv.yml

See this annotation in the file changed.

Code scanning / CodeQL

Code injection Critical

Potential code injection in
${ github.event.pull_request.head.ref }
, which may be controlled by an external user (
pull_request_target
).

Check warning on line 161 in .github/workflows/push-trigger.yml

See this annotation in the file changed.

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {contents: read}

Check warning on line 80 in .github/workflows/xlsx-to-csv.yml

See this annotation in the file changed.

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}