Skip to content
New issue

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

Custom functions #8

Open
nayomirana opened this issue Nov 11, 2024 · 1 comment
Open

Custom functions #8

nayomirana opened this issue Nov 11, 2024 · 1 comment

Comments

@nayomirana
Copy link

Hi,
Is there a method to execute custom functions within BURP?

Thank You.

@chrdebru
Copy link
Collaborator

chrdebru commented Dec 2, 2024

Hello,

The goal of this reference implementation is to provide such a baseline. @bjdmeest is currently working on an "exhaustive" list of functions (based on GREL functions) to be supported by FNML, and by extension, BURP. That said, we can look into the inclusion of custom functions via a jar that one has to provide in the classpath. E.g., along the lines of:

$ java -jar -cp ./myfunctions.jar burp.jar -m mapping.ttl

In other words, the jar provided by third parties (e.g., you) should register their custom functions.

Would that be a feasible solution for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants