diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2022-06-28 17:46:49 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2022-07-19 09:29:16 -0400 |
commit | 7240a8fc32dbfcf17d6d9b165b00311ad9591214 (patch) | |
tree | cbc23e9037dbdc5d4e4e08cc22b53299a1bf8261 /tests/test_data/tmp/sos-test-version.txt | |
parent | 3a737b6caca480342f563cfd60465d58074df93f (diff) | |
download | sos-7240a8fc32dbfcf17d6d9b165b00311ad9591214.tar.gz |
[clean,IP Parser] Skip obvious version files for the IP parser
For files that can be considered obvious version files - those that end
specifically with either `version` or `version.txt` - skip processing
via the IP parser, as this may lead to improper obfuscation of certain
version strings. This is also applied to files ending in `release`.
Closes: #2962
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'tests/test_data/tmp/sos-test-version.txt')
-rw-r--r-- | tests/test_data/tmp/sos-test-version.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test_data/tmp/sos-test-version.txt b/tests/test_data/tmp/sos-test-version.txt new file mode 100644 index 00000000..62a96e57 --- /dev/null +++ b/tests/test_data/tmp/sos-test-version.txt @@ -0,0 +1,6 @@ +This is a test file for skipping version files with the IP parser. + +No dotted-quad strings should be changed in this file. + +10.11.12.13 +6.0.0.1 |