Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iml-backup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
iml-backup
Merge requests
!129
Db Profiles
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Db Profiles
db-detector
into
master
Overview
0
Commits
63
Pipelines
0
Changes
1
Merged
Db Profiles
Hahn Axel (hahn)
requested to merge
db-detector
into
master
Feb 20, 2024
Overview
0
Commits
63
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
d2937536
Prev
Next
Show latest version
1 file
+
0
−
52
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d2937536
remove unneeded validation file
· d2937536
Axel Hahn
authored
Mar 17, 2024
includes/dbdetect_validate_profile_ini.sh deleted
100644 → 0
+
0
−
52
View file @ 65273a5f
# ----------------------------------------------------------------------
#
# VALIDATE PROFILE INI
#
# ----------------------------------------------------------------------
# ----------------------------------------------------------------------
# section names
#
# SYNTAX:
# comma separated list of sections
# ----------------------------------------------------------------------
# sections that MUST be present
sectionsMust
=
"detect,set"
# sections that CAN be present
sectionsCan
=
""
# ----------------------------------------------------------------------
# variables
#
# SYNTAX:
# - one line per ini entry.
# - <section>.<variable> OR <section>.<variable>:<regex-to-match>
# The regey is applied with grep -E parameter for extended regex
# and "^<regex-to-match>$" for complete value
# ----------------------------------------------------------------------
varsMust
=
""
varsCan
=
"
detect.binary
detect.process
detect.tcp-port:[0-9]*
detect.tcp-target
detect.tcp-process
detect.type:sqlite
detect.file[]
set.dbuser
set.dbpassword
set.env
set.params
set.su
"
# ----------------------------------------------------------------------
Loading