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

Improve et feeder #6

Closed
wants to merge 35 commits into from
Closed

Conversation

AlexandruAntonescuKeysight
Copy link
Owner

aaaaaaaaa

{
// The usage of the logical not operator in this case is unlikely to be correct
// as the output is being used as an operator for a bit-wise and operation
if (i & !FLAGS)

Check failure

Code scanning / CodeQL

Incorrect 'not' operator usage

Usage of a logical not (!) expression as a bitwise operator.
Copy link

MLCommons CLA bot:
Thank you very much for your submission, we really appreciate it. Before we can accept your contribution, we ask that you sign the MLCommons CLA (Apache 2). Please use this [Google form] (https://forms.gle/Ew1KkBVpyeJDuRw67) to initiate authorization. If you are from an MLCommons member organization, we will request that you be added to the CLA. If you are not from a member organization, we will email you a CLA to sign. For any questions, please contact [email protected].
0 out of 1 committers have signed the MLCommons CLA.
@AlexandruAntonescuKeysight
You can retrigger this bot by commenting recheck in this Pull Request

extracted_dir.mkdir()

with tarfile.open(tar_gz_file, "r:gz") as tar:
tar.extractall(path=extracted_dir)

Check failure

Code scanning / CodeQL

Arbitrary file write during tarfile extraction High test

This file extraction depends on a
potentially untrusted source
.
@github-actions github-actions bot locked and limited conversation to collaborators May 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants