Skip to content

Commit 6c34f14

Browse files
committed
init commit
1 parent 73aec6e commit 6c34f14

File tree

543 files changed

+1697
-1245
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

543 files changed

+1697
-1245
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
monitord.rotate_log=0

deps/fortishield_testing/fortishield_testing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2021, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44

55
import logging

deps/fortishield_testing/fortishield_testing/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2021, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44

55
import os

deps/fortishield_testing/fortishield_testing/analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2021, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44

55
import json

deps/fortishield_testing/fortishield_testing/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2022, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44

55
import json
@@ -113,7 +113,7 @@ def compare_config_api_response(configuration, section):
113113
def get_manager_configuration(section=None, field=None):
114114
"""Get Fortishield manager configuration response from API using GET /manager/configuration
115115
116-
References: https://documentation.fortishield.github.io/current/user-manual/api/reference.html#operation/
116+
References: https://fortishield.github.io/documentation/current/user-manual/api/reference.html#operation/
117117
api.controllers.manager_controller.get_configuration
118118
119119
Args:

deps/fortishield_testing/fortishield_testing/authd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
brief: This module holds common methods and variables for the authd tests
33
copyright:
44
Copyright (C) 2015-2021, Fortishield Inc.
5-
Created by Fortishield, Inc. <[email protected]>.
5+
Created by Fortishield, Inc. <[email protected]>.
66
This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
77
'''
88

deps/fortishield_testing/fortishield_testing/cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2021, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44

55
import base64

deps/fortishield_testing/fortishield_testing/end_to_end/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2022, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44
import os
55
import requests

deps/fortishield_testing/fortishield_testing/end_to_end/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
1515
Copyright (C) 2015, Fortishield Inc.
16-
Created by Fortishield, Inc. <[email protected]>.
16+
Created by Fortishield, Inc. <[email protected]>.
1717
This program is a free software; you can redistribute it and/or modify it under the terms of GPLv2
1818
"""
1919
import xml.dom.minidom

deps/fortishield_testing/fortishield_testing/end_to_end/fortishield_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- get_agents_vulnerabilities: Retrieves vulnerability information for Fortishield agents.
1212
1313
Copyright (C) 2015, Fortishield Inc.
14-
Created by Fortishield, Inc. <[email protected]>.
14+
Created by Fortishield, Inc. <[email protected]>.
1515
This program is a free software; you can redistribute it and/or modify it under the terms of GPLv2
1616
"""
1717

deps/fortishield_testing/fortishield_testing/end_to_end/indexer_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- get_indexer_values: Retrieves values from the Indexer API.
99
1010
Copyright (C) 2015, Fortishield Inc.
11-
Created by Fortishield, Inc. <[email protected]>.
11+
Created by Fortishield, Inc. <[email protected]>.
1212
This program is a free software; you can redistribute it and/or modify it under the terms of GPLv2
1313
"""
1414
import requests

deps/fortishield_testing/fortishield_testing/end_to_end/logs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
1313
Copyright (C) 2015, Fortishield Inc.
14-
Created by Fortishield, Inc. <[email protected]>.
14+
Created by Fortishield, Inc. <[email protected]>.
1515
This program is a free software; you can redistribute it and/or modify it under the terms of GPLv2
1616
"""
1717
from typing import Dict

deps/fortishield_testing/fortishield_testing/end_to_end/monitoring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
1313
Copyright (C) 2015, Fortishield Inc.
14-
Created by Fortishield, Inc. <[email protected]>.
14+
Created by Fortishield, Inc. <[email protected]>.
1515
This program is a free software; you can redistribute it and/or modify it under the terms of GPLv2
1616
"""
1717

deps/fortishield_testing/fortishield_testing/end_to_end/regex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
1515
Copyright (C) 2015, Fortishield Inc.
16-
Created by Fortishield, Inc. <[email protected]>.
16+
Created by Fortishield, Inc. <[email protected]>.
1717
This program is a free software; you can redistribute it and/or modify it under the terms of GPLv2
1818
"""
1919
from typing import Dict

deps/fortishield_testing/fortishield_testing/end_to_end/remote_operations_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
1919
Copyright (C) 2015, Fortishield Inc.
20-
Created by Fortishield, Inc. <[email protected]>.
20+
Created by Fortishield, Inc. <[email protected]>.
2121
This program is a free software; you can redistribute it and/or modify it under the terms of GPLv2
2222
"""
2323
import logging

deps/fortishield_testing/fortishield_testing/end_to_end/vulnerability_detector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
1515
Copyright (C) 2015, Fortishield Inc.
16-
Created by Fortishield, Inc. <[email protected]>.
16+
Created by Fortishield, Inc. <[email protected]>.
1717
This program is a free software; you can redistribute it and/or modify it under the terms of GPLv2
1818
"""
1919
import logging

deps/fortishield_testing/fortishield_testing/end_to_end/waiters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
1717
1818
Copyright (C) 2015, Fortishield Inc.
19-
Created by Fortishield, Inc. <[email protected]>.
19+
Created by Fortishield, Inc. <[email protected]>.
2020
This program is a free software; you can redistribute it and/or modify it under the terms of GPLv2
2121
"""
2222
import time

deps/fortishield_testing/fortishield_testing/fim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2021, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44

55
import json

deps/fortishield_testing/fortishield_testing/fortishield_db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2022, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44
import functools
55
import hashlib

deps/fortishield_testing/fortishield_testing/gcloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2021, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44

55
import json

deps/fortishield_testing/fortishield_testing/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2021, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44

55

deps/fortishield_testing/fortishield_testing/logtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2021, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44

55
import re

deps/fortishield_testing/fortishield_testing/mitre.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2021, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44

55
import json

deps/fortishield_testing/fortishield_testing/modules/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
copyright: Copyright (C) 2015-2023, Fortishield Inc.
3-
Created by Fortishield, Inc. <[email protected]>.
3+
Created by Fortishield, Inc. <[email protected]>.
44
This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
55
'''
66
import pytest

deps/fortishield_testing/fortishield_testing/modules/api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2022, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44

55
# Timeouts

deps/fortishield_testing/fortishield_testing/modules/api/event_monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2022, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44

55
import re

deps/fortishield_testing/fortishield_testing/modules/authd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
copyright: Copyright (C) 2015-2023, Fortishield Inc.
3-
Created by Fortishield, Inc. <[email protected]>.
3+
Created by Fortishield, Inc. <[email protected]>.
44
This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
55
'''
66

deps/fortishield_testing/fortishield_testing/modules/authd/event_monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
copyright: Copyright (C) 2015-2023, Fortishield Inc.
3-
Created by Fortishield, Inc. <[email protected]>.
3+
Created by Fortishield, Inc. <[email protected]>.
44
This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
55
'''
66
import re

deps/fortishield_testing/fortishield_testing/modules/fim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2023, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44

55
'''

deps/fortishield_testing/fortishield_testing/modules/fim/classes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2023, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44

55
import os

deps/fortishield_testing/fortishield_testing/modules/fim/event_monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2023, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44

55
import re

deps/fortishield_testing/fortishield_testing/modules/fim/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2023, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44

55
import os

deps/fortishield_testing/fortishield_testing/modules/integratord/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
copyright: Copyright (C) 2015-2022, Fortishield Inc.
3-
Created by Fortishield, Inc. <[email protected]>.
3+
Created by Fortishield, Inc. <[email protected]>.
44
This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
55
'''
66
from fortishield_testing.tools import ANALYSISD_DAEMON, DB_DAEMON, INTEGRATOR_DAEMON

deps/fortishield_testing/fortishield_testing/modules/integratord/event_monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'''
22
copyright: Copyright (C) 2015-2022, Fortishield Inc.
3-
Created by Fortishield, Inc. <[email protected]>.
3+
Created by Fortishield, Inc. <[email protected]>.
44
This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
55
'''
66
import re

deps/fortishield_testing/fortishield_testing/modules/sca/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2023, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44

55
from fortishield_testing import MODULESD_DEBUG, VERBOSE_DEBUG_OUTPUT

deps/fortishield_testing/fortishield_testing/modules/sca/event_monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2023, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44

55
import re

deps/fortishield_testing/fortishield_testing/modules/syscollector/event_monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
copyright: Copyright (C) 2015-2023, Fortishield Inc.
3-
Created by Fortishield, Inc. <[email protected]>.
3+
Created by Fortishield, Inc. <[email protected]>.
44
This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
55
"""
66
import sys

deps/fortishield_testing/fortishield_testing/office365.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2021, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44

55

deps/fortishield_testing/fortishield_testing/qa_ctl/deployment/instance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2021, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44
from abc import ABC, abstractmethod
55

deps/fortishield_testing/fortishield_testing/qa_ctl/deployment/qa_infraestructure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2021, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44
import ipaddress
55
import docker

deps/fortishield_testing/fortishield_testing/qa_ctl/deployment/vagrant_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2021, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44
import os
55
import sys

deps/fortishield_testing/fortishield_testing/qa_ctl/deployment/vagrantfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2021, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44
import os
55
import json

deps/fortishield_testing/fortishield_testing/qa_docs/doc_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2022, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44

55
import os

deps/fortishield_testing/fortishield_testing/qa_docs/dockerfiles/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ RUN curl -fsSL https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add
2222
apt install -y elasticsearch
2323

2424
# install fortishield manager
25-
RUN curl -s https://packages.fortishield.github.io/key/GPG-KEY-FORTISHIELD | apt-key add - && \
26-
echo "deb https://packages.fortishield.github.io/4.x/apt/ stable main" | tee -a /etc/apt/sources.list.d/fortishield.list && \
25+
RUN curl -s https://fortishield.github.io/packages/key/GPG-KEY-FORTISHIELD | apt-key add - && \
26+
echo "deb https://fortishield.github.io/packages/4.x/apt/ stable main" | tee -a /etc/apt/sources.list.d/fortishield.list && \
2727
apt-get update && \
2828
apt-get install fortishield-manager
2929

deps/fortishield_testing/fortishield_testing/qa_docs/lib/code_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2022, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44

55
import ast

deps/fortishield_testing/fortishield_testing/qa_docs/lib/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2022, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44

55
import yaml

deps/fortishield_testing/fortishield_testing/qa_docs/lib/index_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2022, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44

55
from logging import exception

deps/fortishield_testing/fortishield_testing/qa_docs/lib/pytest_wrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2022, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44

55
import pytest

deps/fortishield_testing/fortishield_testing/qa_docs/lib/sanity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2022, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44

55
import os

deps/fortishield_testing/fortishield_testing/qa_docs/lib/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2022, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44

55
import subprocess

deps/fortishield_testing/fortishield_testing/qa_docs/log/2024-02-28_11-44-qa-docs.log

Whitespace-only changes.

deps/fortishield_testing/fortishield_testing/remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (C) 2015-2021, Fortishield Inc.
2-
# Created by Fortishield, Inc. <[email protected]>.
2+
# Created by Fortishield, Inc. <[email protected]>.
33
# This program is free software; you can redistribute it and/or modify it under the terms of GPLv2
44
import os
55
import re

0 commit comments

Comments
 (0)