From 8d854d9fc79dddb131f75089dd82bcec97a9e705 Mon Sep 17 00:00:00 2001 From: DerekRushton <41486484+DerekRushton@users.noreply.github.com> Date: Tue, 23 Jul 2024 17:16:19 -0300 Subject: [PATCH 1/6] Create AUTHORS.MD (#1712) --- AUTHORS.MD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 AUTHORS.MD diff --git a/AUTHORS.MD b/AUTHORS.MD new file mode 100644 index 000000000..5c171edc7 --- /dev/null +++ b/AUTHORS.MD @@ -0,0 +1,23 @@ +Project Authors +=============== + +A project made in collaboration with the OCA project and IBM Canada. + +## Current Maintainers + +## Connector Factory Developers- Fredericton (NB) + +Derek Rushton - Developer - Fredericton (NB) +Eric Larsen - Developer - Fredericton (NB) +Ben Craig - Developer - Fredericton (NB) + +## All other contributors and their affiliations: + +## Connector Factory (former) - Fredericton (NB) + +Danny Elliot - Developer - Fredericton (NB) +Md Azam - Developer - Fredericton (NB) +Arthur Muradyan - Developer - Frederiction (NB) +Omkar Gurav - Developer - Frederiction (NB) + +## Special thanks to From 654d418a7e35dce1e90c1b42ed602d044d4a2326 Mon Sep 17 00:00:00 2001 From: DerekRushton <41486484+DerekRushton@users.noreply.github.com> Date: Tue, 23 Jul 2024 17:26:02 -0300 Subject: [PATCH 2/6] Update AUTHORS.MD (#1713) * Update AUTHORS.MD * Update AUTHORS.MD * Update AUTHORS.MD * Update AUTHORS.MD --- AUTHORS.MD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/AUTHORS.MD b/AUTHORS.MD index 5c171edc7..c36093e2c 100644 --- a/AUTHORS.MD +++ b/AUTHORS.MD @@ -7,17 +7,17 @@ A project made in collaboration with the OCA project and IBM Canada. ## Connector Factory Developers- Fredericton (NB) -Derek Rushton - Developer - Fredericton (NB) -Eric Larsen - Developer - Fredericton (NB) -Ben Craig - Developer - Fredericton (NB) +Derek Rushton - Developer - Fredericton (NB) +Eric Larsen - Developer - Fredericton (NB) +Ben Craig - Developer - Fredericton (NB) ## All other contributors and their affiliations: ## Connector Factory (former) - Fredericton (NB) -Danny Elliot - Developer - Fredericton (NB) -Md Azam - Developer - Fredericton (NB) -Arthur Muradyan - Developer - Frederiction (NB) -Omkar Gurav - Developer - Frederiction (NB) +Danny Elliot - Developer(Maintainer) - Fredericton (NB) +Md Azam - Developer(Maintainer) - Fredericton (NB) +Arthur Muradyan - Developer - Frederiction (NB) +Omkar Gurav - Developer - Frederiction (NB) ## Special thanks to From 05e4db9ec935a334813e6685a0c6611134c492f1 Mon Sep 17 00:00:00 2001 From: Ben Craig Date: Wed, 24 Jul 2024 17:38:39 -0300 Subject: [PATCH 3/6] update catalog info (#1715) --- catalog-info.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/catalog-info.yaml b/catalog-info.yaml index 358830b20..36e69d3fe 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -11,6 +11,7 @@ metadata: - interoperability annotations: github.com/project-slug: opencybersecurityalliance/stix-shifter + jira/component: "Connector Factory" backstage.io/techdocs-ref: dir:. spec: type: library From 8516abf13e351a44cd48c5b9ac765584117c99e9 Mon Sep 17 00:00:00 2001 From: Ben Craig Date: Tue, 30 Jul 2024 09:54:48 -0300 Subject: [PATCH 4/6] contrast scans to exclude test folders and files with test in the path (#1717) --- .contrast-scan.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .contrast-scan.json diff --git a/.contrast-scan.json b/.contrast-scan.json new file mode 100644 index 000000000..6e8e99229 --- /dev/null +++ b/.contrast-scan.json @@ -0,0 +1,5 @@ +{ + "excludes": [ + "**/test/**" + ] +} \ No newline at end of file From e37744bcf881b87f24325111ff958cd71c0ed473 Mon Sep 17 00:00:00 2001 From: Ben Craig Date: Tue, 30 Jul 2024 10:37:29 -0300 Subject: [PATCH 5/6] update contrast scan patterns. (#1718) --- .contrast-scan.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.contrast-scan.json b/.contrast-scan.json index 6e8e99229..51f20d55f 100644 --- a/.contrast-scan.json +++ b/.contrast-scan.json @@ -1,5 +1,6 @@ { "excludes": [ - "**/test/**" + "**/test/**", + "**/tests/**" ] -} \ No newline at end of file +} From ab5ec3903ee822d3f761785d856829359cc32545 Mon Sep 17 00:00:00 2001 From: Ben Craig Date: Wed, 31 Jul 2024 10:25:33 -0300 Subject: [PATCH 6/6] update contrast scan patterns. (#1719) * update contrast scan patterns. * update contrast scan patterns. --- .contrast-scan.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.contrast-scan.json b/.contrast-scan.json index 51f20d55f..625a74782 100644 --- a/.contrast-scan.json +++ b/.contrast-scan.json @@ -1,6 +1,10 @@ { "excludes": [ "**/test/**", - "**/tests/**" + "**/tests/**", + "**/deployment/**", + "**/scripts/changelog_generator/**", + "**/scripts/mysql_populate_script/**", + "**/scripts/supported_property_exporter.py" ] }