Re: newbie struggling with Clooj and jars

2013-08-11 Thread Jason Turner
I'm also having this problem. I just started playing with Clojure, Lein and Clooj and am working with the Halloway Programming Clojure book next to me. I'm was just trying to do some file reading using clojure-contrib.duck-streams and is working in Lein but somehow not in Clooj. I can see the

Re: newbie struggling with Clooj and jars

2013-08-12 Thread Jason Turner
king with clooj, you have to make > leiningen behave the same way as v1, which you can do by running the > following commands every time you change your dependencies: > > lein pom > mvn dependency:copy-dependencies -DoutputDirectory=lib > > On Sunday, August 11, 2013 4:32:20 PM UTC

Using Clojure for public facing system in a bank - code security scanning - any luck?

2018-04-13 Thread Jason Turner
We work providing software to banks, partly in cloud but largely on premise products. We have been Java based for many years, but now looking to move to Clojure as we all love it. While on almost every front it is looking good, our market causes us to need to clearly demonstrate a high level of

Re: Using Clojure for public facing system in a bank - code security scanning - any luck?

2018-04-13 Thread Jason Turner
Hi Alex, Thanks for the rapid feedback. Before anything else I should say that we loved Clojure before using it at work, and we're even more in love now we are using it at work - a huge thankyou to the core team and Rich, and a great community. Yes - I did see your previous comment but as was

Re: Using Clojure for public facing system in a bank - code security scanning - any luck?

2018-04-13 Thread Jason Turner
Excellent Alex - thanks a lot. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from

Re: Using Clojure for public facing system in a bank - code security scanning - any luck?

2018-04-17 Thread Jason Turner
Dragan our experience is that organisations often adopt something like BlackDuck and then use that as their benchmark. On Sun, Apr 15, 2018 at 10:59 AM, Dragan Djuric wrote: > Hi all. Very interesting thread! I guess that not many Clojure developers > are in this situation, but I hope many more

Re: Using Clojure for public facing system in a bank - code security scanning - any luck?

2018-04-17 Thread Jason Turner
Thanks a lot Aaron for getting in touch. We are pretty much following all the practices you have listed - and I agree that they overall have more impact than static analysis, and can do more to lead to a secure deliverable; it is good though to note them and review to what extent we can make th