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

New checker request: dlt-daemon #4457

Open
liuhaichengSH opened this issue Sep 18, 2024 · 1 comment · May be fixed by #4513
Open

New checker request: dlt-daemon #4457

liuhaichengSH opened this issue Sep 18, 2024 · 1 comment · May be fixed by #4513
Labels
enhancement New feature or request

Comments

@liuhaichengSH
Copy link

Description

Add a new checker request: dlt-daemon

Why?

20240918-170058
I tried to add a new checker dlt-daemon, but there was a problem with the writing, and the execution reported the following error.
20240918-170539

Who knows how to add a new dlt-daemon Checker?

@liuhaichengSH liuhaichengSH added the enhancement New feature or request label Sep 18, 2024
@terriko
Copy link
Contributor

terriko commented Sep 18, 2024

Python doesn't allow - in the class name. See line 17 in your code: your syntax highlighting has even marked it as an error.

You'll likely need to either remove it and call it DltDaemonChecker or use an _ in lieu of the - since underscores are allowed.

ffontaine added a commit to ffontaine/cve-bin-tool that referenced this issue Oct 20, 2024
Fix intel#4457

Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
@ffontaine ffontaine linked a pull request Oct 20, 2024 that will close this issue
ffontaine added a commit to ffontaine/cve-bin-tool that referenced this issue Oct 20, 2024
Fix intel#4457

Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
ffontaine added a commit to ffontaine/cve-bin-tool that referenced this issue Oct 20, 2024
Fix intel#4457

Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
ffontaine added a commit to ffontaine/cve-bin-tool that referenced this issue Oct 20, 2024
Fix intel#4457

Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants