Bartek Gródek

Results 4 comments of Bartek Gródek

@ckarande, do you mean branch in OWASP/NodeGoat repository for this file, or new branch in forked repo for implemented examples of API Top 10 vulnerabilties? If you meant the former...

Hi @ckarande, @KoolTheba, I was implementing these features on the branch forked from `NodeGoat/master`, but I realised that @KoolTheba is working on separating API and frontend in #192, where he...

@ckarande I think there's nothing that could block implementing new features for the time being. Based on the checklist in @KoolTheba PRs (#193) unfinished tasks are: - Connect React to...

Hi all, You've probably found solution already but for future reference: I fixed it with converting `activityByProduct` DataFrame to RDD before calling `.map`: ``` activityByProduct.rdd.map { r => ((r.getString(0), r.getLong(1)),...