-
-
Notifications
You must be signed in to change notification settings - Fork 401
Rule 932260 false positive with "scheduledAt" keyword #3288
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
Comments
Hi @thibauds! Thanks for your report. First, could you clarify your description? I mean you wrote:
but it seems that Sandbox uses 4.0.0 without any argument (I checked your command above).
If you want to see only the triggered rules, you should use this command:
This gives less details:
The triggered rule is 932260, which exists only in 4.0, but not in 3.3. As you can see in the rule's comment, the regexp was generated by We can check whether this is really a false positive or whether it is at this PL (PL1), but I'm afraid the solution now is that you make an exclusion against this rule (or against the rule and the affected target). Let me know if I can help you that. |
If |
@airween I am sorry for the confusion about the version and my expectations.
Thanks for your help and your great work. |
It appears that several plain English words are caught at PL 1 by rule 932260, including bash
I can understand how a judgement call might be made to live with FPs on bash, curl, and shell, as those seem like obvious targets. But strings and unzip I'm less sure about. |
As discussed in the meeting, any PR for this issue should wait until #3276 has been merged. |
The idea is to solve this by adding English words in the command list (generated) to the "FP" list used by the rule. |
We're getting there with #3276. |
No, it’s not dependent. I just pointed it out because it’s related.
…--
Sent from Canary (https://canarymail.io)
On Thursday, Sep 21, 2023 at 10:48 AM, Andrew Howe ***@***.*** ***@***.***)> wrote:
@theseion (https://github.com/theseion) So is this issue dependent on / blocked by #3189 (#3189)? Do I need to also wait for that to be completed?
—
Reply to this email directly, view it on GitHub (#3288 (comment)), or unsubscribe (https://github.com/notifications/unsubscribe-auth/AAB5GV5BJAOCZHHUVY45EUDX3P5ORANCNFSM6AAAAAA4EC5FXU).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
'eval' and 'sched' now added to the Unix rules PL 1 exclusion/FP list. Fixed in #3320. |
Uh oh!
There was an error while loading. Please reload this page.
Description
Our web application needs to sort events, we have different sorts and one of them is against a scheduledAt field.
How to reproduce the misbehavior
Your Environment
Confirmation
[X] I have removed any personal data (email addresses, IP addresses,
passwords, domain names) from any logs posted.
Blocked by #3276
The text was updated successfully, but these errors were encountered: