Skip to content

Commit b4dbd5e

Browse files
Merge pull request #53 from contentstack/fix/conflicts
Fix/conflicts
2 parents 3e9f68d + da6d5ab commit b4dbd5e

File tree

5 files changed

+20
-31
lines changed

5 files changed

+20
-31
lines changed

.github/workflows/secrets-scan.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.snyk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version: v1.25.0
2+
language-settings:
3+
python: "3.12"

CODEOWNERS

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
* @contentstack/security-admin
1+
* @contentstack/devex-pr-reviewers
2+
3+
.github/workflows/sca-scan.yml @contentstack/security-admin
4+
5+
.github/workflows/codeql-anaylsis.yml @contentstack/security-admin
6+
7+
**/.snyk @contentstack/security-admin
8+
9+
.github/workflows/policy-scan.yml @contentstack/security-admin
10+
11+
.github/workflows/issues-jira.yml @contentstack/security-admin

changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
**CHANGELOG**
33
================
44

5+
*v1.3.3*
6+
============
7+
8+
Bug Fix: Fixed security issues.
9+
510
*v1.3.2*
611
============
712

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
long_description_content_type="text/markdown",
1616
url="https://github.com/contentstack/contentstack-utils-python",
1717
license='MIT',
18-
version='1.3.2',
18+
version='1.3.3',
1919
install_requires=[
2020

2121
],

0 commit comments

Comments
 (0)