Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not allow ZZZACL.pm in packages #1331

Closed
bschmalhofer opened this issue Oct 19, 2021 · 1 comment
Closed

Do not allow ZZZACL.pm in packages #1331

bschmalhofer opened this issue Oct 19, 2021 · 1 comment
Assignees
Labels
question Further information is requested
Milestone

Comments

@bschmalhofer
Copy link
Contributor

In Kernel/System/Package.pm there is the following blacklist:

    # define names and locations that are not allowed for files in a package
    
my $FilesNotAllowed = [
        'Kernel/Config.pm$',
        'Kernel/Config/Files/ZZZAuto.pm$',
        'Kernel/Config/Files/ZZZAAuto.pm$',
        'Kernel/Config/Files/ZZZProcessManagement.pm$',
        'var/tmp/Cache',
        'var/log/',
        '\.\./',
        '^/',
    ];

Is there a reason that Kernel/Config/Files/ZZZACL.pm is not included in that list?

@bschmalhofer bschmalhofer added the question Further information is requested label Oct 19, 2021
@bschmalhofer bschmalhofer added this to the OTOBO 10.1 milestone Oct 19, 2021
bschmalhofer added a commit that referenced this issue Oct 22, 2021
bschmalhofer added a commit that referenced this issue Oct 22, 2021
@bschmalhofer
Copy link
Contributor Author

Saw no reason for allowing ZZZACL.pm. Added the check. Closing this issue.

@bschmalhofer bschmalhofer self-assigned this Nov 25, 2021
@bschmalhofer bschmalhofer modified the milestones: OTOBO 10.1, OTOBO 10.1.1 Nov 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant