companion_cube changed the topic of #ocaml to: Discussion about the OCaml programming language | http://www.ocaml.org | OCaml 4.12 released: https://ocaml.org/releases/4.12.0.html | Try OCaml in your browser: https://try.ocamlpro.com | Public channel logs at https://libera.irclog.whitequark.org/ocaml/
rgrinberg has joined #ocaml
abraham has quit [Quit: Textual IRC Client: www.textualapp.com]
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zebrag has quit [Quit: Konversation terminated!]
rgrinberg has joined #ocaml
<d_bot> <darrenldl> > this bot can talk like a human !?!
<d_bot> <darrenldl> turns out ml in ocaml stands for machine learning all along, muahahaha
mbuf has joined #ocaml
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
waleee has quit [Ping timeout: 260 seconds]
adanwan has joined #ocaml
Corbin has joined #ocaml
rgrinberg has joined #ocaml
xd1le has joined #ocaml
tomku has quit [Ping timeout: 252 seconds]
Serpent7776 has joined #ocaml
gravicappa has joined #ocaml
adanwan has quit [Ping timeout: 276 seconds]
mro has joined #ocaml
tomku has joined #ocaml
shawn has quit [Ping timeout: 260 seconds]
Haudegen has joined #ocaml
wonko has joined #ocaml
mro has quit [Remote host closed the connection]
hendursa1 has joined #ocaml
hendursaga has quit [Ping timeout: 276 seconds]
mro has joined #ocaml
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mro has quit [Remote host closed the connection]
mro has joined #ocaml
darwillim86d has joined #ocaml
adanwan has joined #ocaml
mbuf has quit [Quit: Leaving]
bartholin has joined #ocaml
olle_ has joined #ocaml
bartholin has quit [Read error: Connection reset by peer]
bartholin has joined #ocaml
TakinOver has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
Haudegen has quit [Ping timeout: 260 seconds]
Haudegen has joined #ocaml
fds has quit [Ping timeout: 245 seconds]
fds has joined #ocaml
mro has quit [Remote host closed the connection]
fds has quit [Ping timeout: 260 seconds]
fds has joined #ocaml
mro has joined #ocaml
mro has quit [Remote host closed the connection]
mro has joined #ocaml
gravicappa has quit [Ping timeout: 252 seconds]
Haudegen has quit [Quit: Bin weg.]
mro has quit [Read error: Connection reset by peer]
mro has joined #ocaml
adanwan has quit [Ping timeout: 276 seconds]
daachi has joined #ocaml
mro_ has joined #ocaml
mro has quit [Ping timeout: 260 seconds]
gravicappa has joined #ocaml
mro_ has quit [Remote host closed the connection]
adanwan has joined #ocaml
mro has joined #ocaml
Haudegen has joined #ocaml
Anarchos has joined #ocaml
rak has quit [Quit: Segmentation fault (core recycled)]
rak has joined #ocaml
hendursa1 has quit [Quit: hendursa1]
hendursaga has joined #ocaml
mro has quit [Remote host closed the connection]
Geekingfrog has quit [Quit: ZNC 1.8.2 - https://znc.in]
mro has joined #ocaml
mro has quit [Remote host closed the connection]
troydm has quit [Quit: What is Hope? That all of your wishes and all of your dreams come true? To turn back time because things were not supposed to happen like that (C) Rau Le Creuset]
troydm has joined #ocaml
mro has joined #ocaml
[itchyjunk] has joined #ocaml
mro has quit [Remote host closed the connection]
mro has joined #ocaml
waleee has joined #ocaml
xd1le has quit [Quit: xd1le]
adanwan has quit [Ping timeout: 276 seconds]
mro has quit [Remote host closed the connection]
favonia has quit [Ping timeout: 265 seconds]
[itchyjunk] has quit [Read error: Connection reset by peer]
Haudegen has quit [Quit: Bin weg.]
vb has quit [Quit: Lost terminal]
vb has joined #ocaml
rgrinberg has joined #ocaml
favonia has joined #ocaml
mro has joined #ocaml
mro has quit [Remote host closed the connection]
Anarchos has quit [Quit: Vision[0.10.3]: i've been blurred!]
zebrag has joined #ocaml
bartholin has quit [Quit: Leaving]
Haudegen has joined #ocaml
abraham has joined #ocaml
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rgrinberg has joined #ocaml
olle_ has quit [Ping timeout: 252 seconds]
<Soni> how do you go about filing a CVE?
favonia has quit [Ping timeout: 252 seconds]
saltrocklamp[m] has joined #ocaml
abraham has quit [Quit: Textual IRC Client: www.textualapp.com]
favonia has joined #ocaml
olle_ has joined #ocaml
vicfred has joined #ocaml
mmohammadi9812 has joined #ocaml
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Soni> does ocaml have an API like posix_spawn?
<Soni> y'know, like, having a list of strings where the first string is a command and every other string is a single argument?
abraham has joined #ocaml
<Soni> honestly we have no idea how to report security issues with this one project :/
<Soni> how do you go about reporting security issues on someone's project, when they don't have a security policy or anything?
rgrinberg has joined #ocaml
<d_bot> <hcarty> Soni: OCaml has a process for reporting vulnerabilities if you found something in the language/stdlib/runtime. But now that I say that, I can't find the right email address
<d_bot> <hcarty> For other projects, directly contacting the maintainer seems like a reasonable first step
mmohammadi9812 has quit [Killed (NickServ (GHOST command used by mohammadi9812m!~Mohammad@2.178.201.78))]
mmohammadi9812 has joined #ocaml
olle_ has quit [Ping timeout: 252 seconds]
shawn has joined #ocaml
adanwan has joined #ocaml
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gravicappa has quit [Ping timeout: 252 seconds]
mro has joined #ocaml
<d_bot> <Kate> soni: You mean like Unix.create_process?
<Soni> whatever you'd use instead of Printf.sprintf "%s %s" prep file
<d_bot> <Kate> for the CVE, @mseri asked elsewhere and the answer was: sending an email to caml-devel@inria.fr is best
<Soni> or instead of Unix.open_process_full
<Soni> (file is, in fact, untrusted user input)
<d_bot> <Kate> yeah Unix.create_process prep [|file|] Unix.stdin Unix.stout Unix.stderr
adanwan has quit [Ping timeout: 276 seconds]
<Soni> only problem is that prep currently includes some args on its own so that'd need to be changed too
<d_bot> <Kate> Then if only file is untrusted output and the whole thing is given to Sys.command, you'd use Filename.quote file
mro has quit [Ping timeout: 252 seconds]
mro has joined #ocaml
adanwan has joined #ocaml
average has joined #ocaml
favonia has quit [Ping timeout: 252 seconds]
Serpent7776 has quit [Quit: leaving]
rgrinberg has joined #ocaml
mro has quit [Remote host closed the connection]
mro has joined #ocaml
favonia has joined #ocaml
mro has quit [Remote host closed the connection]
mro has joined #ocaml
jess has joined #ocaml
rgrinberg has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
wonko has quit [Ping timeout: 252 seconds]
rgrinberg has joined #ocaml
olle_ has joined #ocaml
olle_ has quit [Ping timeout: 265 seconds]
mro has quit [Remote host closed the connection]
mro has joined #ocaml
Haudegen has quit [Quit: No Ping reply in 180 seconds.]
Haudegen has joined #ocaml
mro has quit [Quit: Leaving...]
wwilly has joined #ocaml
favonia has quit [Ping timeout: 260 seconds]
wwilly has quit [Ping timeout: 252 seconds]
wwilly has joined #ocaml
wwilly has quit [Read error: Connection reset by peer]
wwilly has joined #ocaml
Tuplanolla has joined #ocaml
wwilly has quit [Ping timeout: 252 seconds]
wwilly has joined #ocaml
mmohammadi9812 has quit [Read error: Connection reset by peer]
Haudegen has quit [Ping timeout: 252 seconds]
vicfred has quit [Quit: Leaving]
average has quit [Quit: Connection closed for inactivity]
hendursaga has quit [Ping timeout: 276 seconds]
[itchyjunk] has joined #ocaml
hendursaga has joined #ocaml
favonia has joined #ocaml
favonia has quit [Ping timeout: 260 seconds]
Tuplanolla has quit [Quit: Leaving.]