Trong Nhan Mai

Results 21 comments of Trong Nhan Mai

I tried to run the `find-source` command against a Maven PURL that doesn't have a version: ``` $ macaron find-source -purl pkg:maven/org.apache.maven/maven 2024-08-16 11:16:55,421 [INFO] Setting the output directory to...

I also think it's great to add an integration test case for the new command too (may be we can revisit this after we settle on how to return the...

After some discussion, we agreed that we should remove the usage of `gradlew` to obtain the group id and remove relevant tests. This is because this logic is not being...

I wonder which test cases do you have in mind for checking the JSON outputs. What I think would work best is to convert the rest of integration test cases...

@behnazh-w As #782 is merged, I am thinking of using this test case https://github.com/oracle/macaron/blob/429ba95abc6ee0b917d2115598838b07a4244caf/tests/integration/cases/micronaut-projects_micronaut-core/test.yaml for the JSON report checking. What do you think about it?

I can definitely use the test case you suggested. I believe the time taken won't be an issue because we are only adding an extra step in `test.yaml` to perform...

I wonder if we are still going with this update 🤔

I think we should close this issue because now we create the output directory within the test case directory itself, and not on the root path (of the cloned Macaron...

Update: we have removed [the YAML configuration as input](https://github.com/oracle/macaron/pull/844), implemented the [commit finder](https://github.com/oracle/macaron/pull/508) and making the branch [optional](https://github.com/oracle/macaron/pull/532). The remaining task is to refactor the internal representation of "Analysis Target"....

Thanks for opening the issue. After thinking about it, here are some of the approaches I could think of and their pros/cons: - **If we want to improve the HTML...