We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We don't expect a COM.FLOW.FilePath error when :
For the following parts of script, a COM.FLOW.FilePath error is raised :
Below the iCode results :
3.0
The text was updated successfully, but these errors were encountered:
Hello everyone,
In the version 4.0, some previous behavior are still present. For example of th following lines of script :
current_users= " $( id -u -n ) " --> It is forbidden to use a file name such as id directly.
done < Date_produit.txt --> It is forbidden to use a file name such as done directly.
dateYmAvant= $( date -d "-1 month" +%Y -%m ) --> It is forbidden to use a file name such as date directly.
Sorry, something went wrong.
No branches or pull requests
Expected behavior
We don't expect a COM.FLOW.FilePath error when :
Actual behavior
For the following parts of script, a COM.FLOW.FilePath error is raised :







Below the iCode results :



Steps to reproduce behavior
Detection version
3.0
The text was updated successfully, but these errors were encountered: