You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would go for the second option: 102_collection_taint_propagation/002
Besides refactoring the testability patterns file structure overall (changing issue title in this respect), this needs to be implemented in the framework as well (see testable-eu/sast-tp-framework#40).
compaluca
changed the title
[Java] file layout: redundancy in instance dir names
Simplify pattern file layout: redundancy in instance dir names
Mar 2, 2023
compaluca
changed the title
Simplify pattern file layout: redundancy in instance dir names
Simplify pattern file structure: redundancy in instance dir names and padding
Mar 3, 2023
Problem statement
Instances currently have the following layout:
which creates long, redundant names.
Moreover, directories are currently sorted like this by default:
Proposed changes
Consider using one of the following for instances:
In addition consider using padding for filename. While it is possible to use
ls -v
, consider pading all numbers, i.e.,6
to006
, etc.The text was updated successfully, but these errors were encountered: